Liferay 6.2.0

com.liferay.portal.kernel.workflow
Interface WorkflowEngineManager

All Known Implementing Classes:
WorkflowEngineManagerProxyBean

@MessagingProxy(mode=SYNC)
public interface WorkflowEngineManager


Method Summary
abstract  String getKey()
           
abstract  String getName()
           
abstract  Map<String,Object> getOptionalAttributes()
           
abstract  String getVersion()
           
abstract  boolean isDeployed()
           
 

Method Detail

getKey

String getKey()

getName

String getName()

getOptionalAttributes

Map<String,Object> getOptionalAttributes()

getVersion

String getVersion()

isDeployed

boolean isDeployed()

Liferay 6.2.0