jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.web.plugin.impl
Class LocalPluginImpl

java.lang.Object
  extended by org.jbpm.designer.web.plugin.impl.LocalResource
      extended by org.jbpm.designer.web.plugin.impl.LocalPluginImpl
All Implemented Interfaces:
IDiagramPlugin

public class LocalPluginImpl
extends LocalResource
implements IDiagramPlugin


Constructor Summary
LocalPluginImpl(String name, String path, javax.servlet.ServletContext context, boolean core, Map<String,Object> props)
           
 
Method Summary
 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
 

Constructor Detail

LocalPluginImpl

public LocalPluginImpl(String name,
                       String path,
                       javax.servlet.ServletContext context,
                       boolean core,
                       Map<String,Object> props)
Method Detail

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.

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.