Uses of Interface
com.liferay.portal.kernel.workflow.WorkflowInstance
Packages that use WorkflowInstance
Package
Description
-
Uses of WorkflowInstance in com.liferay.portal.kernel.workflow
Classes in com.liferay.portal.kernel.workflow that implement WorkflowInstanceMethods in com.liferay.portal.kernel.workflow that return WorkflowInstanceModifier and TypeMethodDescriptionDefaultWorkflowInstance.getParentWorkflowInstance()WorkflowInstance.getParentWorkflowInstance()WorkflowInstanceManager.getWorkflowInstance(long companyId, long workflowInstanceId) default WorkflowInstanceWorkflowInstanceManager.getWorkflowInstance(long companyId, long userId, long workflowInstanceId) static WorkflowInstanceWorkflowInstanceManagerUtil.getWorkflowInstance(long companyId, long workflowInstanceId) static WorkflowInstanceWorkflowInstanceManagerUtil.getWorkflowInstance(long companyId, long userId, long workflowInstanceId) WorkflowInstanceManager.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String, Serializable> workflowContext) default WorkflowInstanceWorkflowInstanceManager.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String, Serializable> workflowContext, boolean waitForCompletion) static WorkflowInstanceWorkflowInstanceManagerUtil.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String, Serializable> workflowContext) static WorkflowInstanceWorkflowInstanceManagerUtil.signalWorkflowInstance(long companyId, long userId, long workflowInstanceId, String transitionName, Map<String, Serializable> workflowContext, boolean waitForCompletion) WorkflowInstanceManager.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String, Serializable> workflowContext) default WorkflowInstanceWorkflowInstanceManager.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String, Serializable> workflowContext, boolean waitForCompletion) static WorkflowInstanceWorkflowInstanceManagerUtil.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String, Serializable> workflowContext) static WorkflowInstanceWorkflowInstanceManagerUtil.startWorkflowInstance(long companyId, long groupId, long userId, String workflowDefinitionName, Integer workflowDefinitionVersion, String transitionName, Map<String, Serializable> workflowContext, boolean waitForCompletion) default WorkflowInstanceWorkflowInstanceManager.updateActive(long userId, long companyId, long workflowInstanceId, boolean active) WorkflowInstanceManager.updateWorkflowContext(long companyId, long workflowInstanceId, Map<String, Serializable> workflowContext) static WorkflowInstanceWorkflowInstanceManagerUtil.updateWorkflowContext(long companyId, long workflowInstanceId, Map<String, Serializable> workflowContext) Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowInstanceModifier and TypeMethodDescriptionDefaultWorkflowInstance.getChildrenWorkflowInstances()WorkflowInstance.getChildrenWorkflowInstances()WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, 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) static List<WorkflowInstance>WorkflowInstanceManagerUtil.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, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) default List<WorkflowInstance>WorkflowInstanceManager.search(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>WorkflowInstanceManagerUtil.search(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.searchWorkflowInstances(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManagerUtil.searchWorkflowInstances(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) Methods in com.liferay.portal.kernel.workflow with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionvoidDefaultWorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance) voidWorkflowInstance.addChildWorkflowInstance(WorkflowInstance childWorkflowInstance) voidDefaultWorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance) voidWorkflowInstance.setParentWorkflowInstance(WorkflowInstance parentWorkflowInstance) Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowInstanceModifier and TypeMethodDescriptionWorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String[] assetClassNames, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances(long companyId, Long userId, String assetClassName, Long assetClassPK, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.getWorkflowInstances(long companyId, String workflowDefinitionName, Integer workflowDefinitionVersion, 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) static List<WorkflowInstance>WorkflowInstanceManagerUtil.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, String workflowDefinitionName, Integer workflowDefinitionVersion, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) default List<WorkflowInstance>WorkflowInstanceManager.search(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) static List<WorkflowInstance>WorkflowInstanceManagerUtil.search(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManager.searchWorkflowInstances(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) WorkflowInstanceManagerUtil.searchWorkflowInstances(long companyId, Long userId, Boolean active, String assetClassName, String assetTitle, String assetDescription, String nodeName, String kaleoDefinitionName, Boolean completed, boolean searchByActiveWorkflowHandlers, int start, int end, OrderByComparator<WorkflowInstance> orderByComparator) voidDefaultWorkflowInstance.setChildrenWorkflowInstances(List<WorkflowInstance> childrenWorkflowInstances) -
Uses of WorkflowInstance in com.liferay.portal.kernel.workflow.comparator
Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowInstanceModifier and TypeMethodDescriptionintWorkflowInstanceCompletedComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2) intWorkflowInstanceEndDateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2) intWorkflowInstanceStartDateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2) intWorkflowInstanceStateComparator.compare(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2)