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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getProperties()
boolean
isCompressable()
boolean
isCore()
-
Methods inherited from class org.jbpm.designer.web.plugin.impl.LocalResource
getContents, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jbpm.designer.web.plugin.IDiagramPlugin
getContents, getName
-
-
-
-
Method Detail
-
isCore
public boolean isCore()
- Specified by:
isCore
in interfaceIDiagramPlugin
- 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 interfaceIDiagramPlugin
- Returns:
- the properties of the plugin
-
isCompressable
public boolean isCompressable()
- Specified by:
isCompressable
in interfaceIDiagramPlugin
- Returns:
- true if the contents of the plugin can be compressed.
-
-