Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.workflow.WorkflowInstance

Packages that use WorkflowInstance
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.comparator   
com.liferay.portal.workflow   
com.liferay.portal.workflow.comparator   
com.liferay.portal.workflow.permission   
 

Uses of WorkflowInstance in com.liferay.portal.kernel.workflow
 

Classes in com.liferay.portal.kernel.workflow that implement WorkflowInstance
 class DefaultWorkflowInstance
           
 

Methods in com.liferay.portal.kernel.workflow that return WorkflowInstance
 WorkflowInstance WorkflowInstance.getParentWorkflowInstance()
           
 WorkflowInstance DefaultWorkflowInstance.getParentWorkflowInstance()
           
 WorkflowInstance WorkflowInstanceManager.getWorkflowInstance(long companyId, long workflowInstanceId)
           
static WorkflowInstance WorkflowInstanceManagerUtil.getWorkflowInstance(long companyId, long workflowInstanceId)
           
 WorkflowInstance WorkflowInstanceManager.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String,Serializable> workflowContext)
           
static WorkflowInstance WorkflowInstanceManagerUtil.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance WorkflowInstanceManager.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String,Serializable> workflowContext)
           
static WorkflowInstance WorkflowInstanceManagerUtil.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance WorkflowInstanceManager.updateWorkflowContext(long companyId, long workflowInstanceId, Map<String,Serializable> workflowContext)
           
static WorkflowInstance WorkflowInstanceManagerUtil.updateWorkflowContext(long companyId, long workflowInstanceId, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowInstance
 List<WorkflowInstance> WorkflowInstance.getChildrenWorkflowInstances()
           
 List<WorkflowInstance> DefaultWorkflowInstance.getChildrenWorkflowInstances()
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 

Methods in com.liferay.portal.kernel.workflow with parameters of type WorkflowInstance
 void WorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
           
 void DefaultWorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance)
           
 void WorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
           
 void DefaultWorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance)
           
 

Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowInstance
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManager.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
static List<WorkflowInstance> WorkflowInstanceManagerUtil.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 void DefaultWorkflowInstance.setChildrenWorkflowInstances(List<WorkflowInstance> childrenWorkflowInstances)
           
 

Uses of WorkflowInstance in com.liferay.portal.kernel.workflow.comparator
 

Methods in com.liferay.portal.kernel.workflow.comparator that return types with arguments of type WorkflowInstance
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceCompletedComparator()
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactory.getInstanceCompletedComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceCompletedComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceEndDateComparator()
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactory.getInstanceEndDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceEndDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceStartDateComparator()
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactory.getInstanceStartDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceStartDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceStateComparator()
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactory.getInstanceStateComparator(boolean ascending)
           
static OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryUtil.getInstanceStateComparator(boolean ascending)
           
 

Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowInstance
 int WorkflowInstanceCompletedComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2)
           
 int WorkflowInstanceStartDateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2)
           
 int WorkflowInstanceEndDateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2)
           
 int WorkflowInstanceStateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2)
           
 

Uses of WorkflowInstance in com.liferay.portal.workflow
 

Methods in com.liferay.portal.workflow that return WorkflowInstance
 WorkflowInstance WorkflowInstanceManagerProxyBean.getWorkflowInstance(long companyId, long workflowInstanceId)
           
 WorkflowInstance WorkflowInstanceManagerProxyBean.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance WorkflowInstanceManagerProxyBean.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String,Serializable> workflowContext)
           
 WorkflowInstance WorkflowInstanceManagerProxyBean.updateWorkflowContext(long companyId, long workflowInstanceId, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portal.workflow that return types with arguments of type WorkflowInstance
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 

Method parameters in com.liferay.portal.workflow with type arguments of type WorkflowInstance
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 List<WorkflowInstance> WorkflowInstanceManagerProxyBean.search(long companyId, Long userId, String assetType, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator)
           
 

Uses of WorkflowInstance in com.liferay.portal.workflow.comparator
 

Methods in com.liferay.portal.workflow.comparator that return types with arguments of type WorkflowInstance
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryProxyBean.getInstanceCompletedComparator(boolean ascending)
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryProxyBean.getInstanceEndDateComparator(boolean ascending)
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryProxyBean.getInstanceStartDateComparator(boolean ascending)
           
 OrderByComparator<WorkflowInstance> WorkflowComparatorFactoryProxyBean.getInstanceStateComparator(boolean ascending)
           
 

Uses of WorkflowInstance in com.liferay.portal.workflow.permission
 

Methods in com.liferay.portal.workflow.permission with parameters of type WorkflowInstance
protected  boolean WorkflowPermissionImpl.hasImplicitPermission(PermissionChecker permissionChecker, WorkflowInstance workflowInstance)
           
 


Liferay 7.0-ce-b4