org.jbpm.designer.web.plugin.impl
Class LocalPluginImpl
java.lang.Object
org.jbpm.designer.web.plugin.impl.LocalResource
org.jbpm.designer.web.plugin.impl.LocalPluginImpl
- All Implemented Interfaces:
- IDiagramPlugin
public class LocalPluginImpl
- extends LocalResource
- implements IDiagramPlugin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalPluginImpl
public LocalPluginImpl(String name,
String path,
javax.servlet.ServletContext context,
boolean core,
Map<String,Object> props)
isCore
public boolean isCore()
- Specified by:
isCore
in interface IDiagramPlugin
- Returns:
- true if the plugin should be considered a core plugin and loaded for all profiles.
getProperties
public Map<String,Object> getProperties()
- Specified by:
getProperties
in interface IDiagramPlugin
- Returns:
- the properties of the plugin
isCompressable
public boolean isCompressable()
- Specified by:
isCompressable
in interface IDiagramPlugin
- Returns:
- true if the contents of the plugin can be compressed.
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.