com.liferay.portlet.workflow.service.impl
Class WorkflowInstanceServiceImpl
java.lang.Object
com.liferay.portal.service.impl.PrincipalBean
com.liferay.portlet.workflow.service.impl.WorkflowInstanceServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.workflow.service.WorkflowInstanceService
- public class WorkflowInstanceServiceImpl
- extends PrincipalBean
- implements com.liferay.portlet.workflow.service.WorkflowInstanceService
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
- Specified by:
addInstance
in interface com.liferay.portlet.workflow.service.WorkflowInstanceService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
signalInstance
public void signalInstance(long instanceId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
signalInstance
in interface com.liferay.portlet.workflow.service.WorkflowInstanceService
- 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
- Specified by:
signalToken
in interface com.liferay.portlet.workflow.service.WorkflowInstanceService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException