com.liferay.portlet.workflow.service.impl
Class WorkflowInstanceServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.workflow.service.base.WorkflowInstanceServiceBaseImpl
com.liferay.portlet.workflow.service.impl.WorkflowInstanceServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.workflow.service.WorkflowInstanceService, org.springframework.beans.factory.InitializingBean
public class WorkflowInstanceServiceImpl
- extends WorkflowInstanceServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.workflow.model.WorkflowInstance |
addInstance(long definitionId)
|
void |
signalInstance(long instanceId)
|
void |
signalToken(long instanceId,
long tokenId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowInstanceServiceImpl
public WorkflowInstanceServiceImpl()
addInstance
public com.liferay.portlet.workflow.model.WorkflowInstance addInstance(long definitionId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
signalInstance
public void signalInstance(long instanceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
signalToken
public void signalToken(long instanceId,
long tokenId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException