Liferay 6.2-ce-ga5

com.liferay.portal.workflow
Class WorkflowInstanceManagerProxyBean

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

public class WorkflowInstanceManagerProxyBean
extends BaseProxyBean
implements WorkflowInstanceManager


Constructor Summary
WorkflowInstanceManagerProxyBean()
           
 
Method Summary
 void deleteWorkflowInstance(long companyId, long workflowInstanceId)
           
 List<String> getNextTransitionNames(long companyId, long userId, long workflowInstanceId)
           
 WorkflowInstance getWorkflowInstance(long companyId, long workflowInstanceId)
           
 int getWorkflowInstanceCount(long companyId, Long userId, String[] assetClassNames, Boolean completed)
           
 int getWorkflowInstanceCount(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed)
           
 int getWorkflowInstanceCount(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed)
           
 List<WorkflowInstance> getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowInstance> getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 List<WorkflowInstance> getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator orderByComparator)
           
 WorkflowInstance signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance updateWorkflowContext(long companyId, long workflowInstanceId, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.messaging.proxy.BaseProxyBean
buildMessage, send, setSingleDestinationMessageSender, setSingleDestinationSynchronousMessageSender, synchronousSend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowInstanceManagerProxyBean

public WorkflowInstanceManagerProxyBean()
Method Detail

deleteWorkflowInstance

public void deleteWorkflowInstance(long companyId,
                                   long workflowInstanceId)
Specified by:
deleteWorkflowInstance in interface WorkflowInstanceManager

getNextTransitionNames

public List<String> getNextTransitionNames(long companyId,
                                           long userId,
                                           long workflowInstanceId)
Specified by:
getNextTransitionNames in interface WorkflowInstanceManager

getWorkflowInstance

public WorkflowInstance getWorkflowInstance(long companyId,
                                            long workflowInstanceId)
Specified by:
getWorkflowInstance in interface WorkflowInstanceManager

getWorkflowInstanceCount

public int getWorkflowInstanceCount(long companyId,
                                    Long userId,
                                    String assetClassName,
                                    Long assetClassPK,
                                    Boolean completed)
Specified by:
getWorkflowInstanceCount in interface WorkflowInstanceManager

getWorkflowInstanceCount

public int getWorkflowInstanceCount(long companyId,
                                    Long userId,
                                    String[] assetClassNames,
                                    Boolean completed)
Specified by:
getWorkflowInstanceCount in interface WorkflowInstanceManager

getWorkflowInstanceCount

public int getWorkflowInstanceCount(long companyId,
                                    String workflowDefinitionName,
                                    Integer workflowDefinitionVersion,
                                    Boolean completed)
Specified by:
getWorkflowInstanceCount in interface WorkflowInstanceManager

getWorkflowInstances

public List<WorkflowInstance> getWorkflowInstances(long companyId,
                                                   Long userId,
                                                   String assetClassName,
                                                   Long assetClassPK,
                                                   Boolean completed,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
Specified by:
getWorkflowInstances in interface WorkflowInstanceManager

getWorkflowInstances

public List<WorkflowInstance> getWorkflowInstances(long companyId,
                                                   Long userId,
                                                   String[] assetClassNames,
                                                   Boolean completed,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
Specified by:
getWorkflowInstances in interface WorkflowInstanceManager

getWorkflowInstances

public List<WorkflowInstance> getWorkflowInstances(long companyId,
                                                   String workflowDefinitionName,
                                                   Integer workflowDefinitionVersion,
                                                   Boolean completed,
                                                   int start,
                                                   int end,
                                                   OrderByComparator orderByComparator)
Specified by:
getWorkflowInstances in interface WorkflowInstanceManager

signalWorkflowInstance

public WorkflowInstance signalWorkflowInstance(long companyId,
                                               long userId,
                                               long workflowInstanceId,
                                               String transitionName,
                                               Map<String,Serializable> workflowContext)
Specified by:
signalWorkflowInstance in interface WorkflowInstanceManager

startWorkflowInstance

public WorkflowInstance startWorkflowInstance(long companyId,
                                              long groupId,
                                              long userId,
                                              String workflowDefinitionName,
                                              Integer workflowDefinitionVersion,
                                              String transitionName,
                                              Map<String,Serializable> workflowContext)
Specified by:
startWorkflowInstance in interface WorkflowInstanceManager

updateWorkflowContext

public WorkflowInstance updateWorkflowContext(long companyId,
                                              long workflowInstanceId,
                                              Map<String,Serializable> workflowContext)
Specified by:
updateWorkflowContext in interface WorkflowInstanceManager

Liferay 6.2-ce-ga5