Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.workflow
Class WorkflowEngineManagerProxyBean

java.lang.Object
  extended by com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
      extended by com.liferay.portal.workflow.WorkflowEngineManagerProxyBean
All Implemented Interfaces:
com.liferay.portal.kernel.workflow.WorkflowEngineManager

public class WorkflowEngineManagerProxyBean
extends com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
implements com.liferay.portal.kernel.workflow.WorkflowEngineManager


Constructor Summary
WorkflowEngineManagerProxyBean()
           
 
Method Summary
 String getKey()
           
 String getName()
           
 Map<String,Object> getOptionalAttributes()
           
 String getVersion()
           
 boolean isDeployed()
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
afterPropertiesSet, buildMessage, send, setDestinationName, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, setSynchronousDestinationName, setSynchronousMessageSenderMode, synchronousSend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowEngineManagerProxyBean

public WorkflowEngineManagerProxyBean()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface com.liferay.portal.kernel.workflow.WorkflowEngineManager

getName

public String getName()
Specified by:
getName in interface com.liferay.portal.kernel.workflow.WorkflowEngineManager

getOptionalAttributes

public Map<String,Object> getOptionalAttributes()
Specified by:
getOptionalAttributes in interface com.liferay.portal.kernel.workflow.WorkflowEngineManager

getVersion

public String getVersion()
Specified by:
getVersion in interface com.liferay.portal.kernel.workflow.WorkflowEngineManager

isDeployed

public boolean isDeployed()
Specified by:
isDeployed in interface com.liferay.portal.kernel.workflow.WorkflowEngineManager

Liferay 7.0-ce-b8 portal-impl