com.liferay.portlet.workflow.service.impl
Class WorkflowInstanceServiceImpl
java.lang.Object
com.liferay.portal.service.base.PrincipalBean
com.liferay.portlet.workflow.service.base.WorkflowInstanceServiceBaseImpl
com.liferay.portlet.workflow.service.impl.WorkflowInstanceServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.bean.InitializingBean, com.liferay.portlet.workflow.service.WorkflowInstanceService
public class WorkflowInstanceServiceImpl
- extends WorkflowInstanceServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class com.liferay.portal.service.base.PrincipalBean |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
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 com.liferay.portal.service.base.PrincipalBean |
getGuestOrUserId, getPermissionChecker, getUser, getUserId |
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