Uses of Interface
com.liferay.portal.kernel.workflow.WorkflowTask
Packages that use WorkflowTask
Package
Description
-
Uses of WorkflowTask in com.liferay.exportimport.kernel.staging
Methods in com.liferay.exportimport.kernel.staging that return WorkflowTaskModifier and TypeMethodDescriptionStaging.getWorkflowTask
(long userId, LayoutRevision layoutRevision) static WorkflowTask
StagingUtil.getWorkflowTask
(long userId, LayoutRevision layoutRevision) -
Uses of WorkflowTask in com.liferay.portal.kernel.workflow
Classes in com.liferay.portal.kernel.workflow that implement WorkflowTaskMethods in com.liferay.portal.kernel.workflow that return WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskManager.assignWorkflowTaskToRole
(long companyId, long userId, long workflowTaskId, long roleId, String comment, Date dueDate, Map<String, Serializable> workflowContext) static WorkflowTask
WorkflowTaskManagerUtil.assignWorkflowTaskToRole
(long companyId, long userId, long workflowTaskId, long roleId, String comment, Date dueDate, Map<String, Serializable> workflowContext) WorkflowTaskManager.assignWorkflowTaskToUser
(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String, Serializable> workflowContext) static WorkflowTask
WorkflowTaskManagerUtil.assignWorkflowTaskToUser
(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String, Serializable> workflowContext) WorkflowTaskManager.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext) default WorkflowTask
WorkflowTaskManager.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) static WorkflowTask
WorkflowTaskManagerUtil.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext) static WorkflowTask
WorkflowTaskManagerUtil.completeWorkflowTask
(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String, Serializable> workflowContext, boolean waitForCompletion) WorkflowTaskManager.fetchWorkflowTask
(long workflowTaskId) static WorkflowTask
WorkflowTaskManagerUtil.fetchWorkflowTask
(long workflowTaskId) WorkflowTaskManager.getWorkflowTask
(long workflowTaskId) static WorkflowTask
WorkflowTaskManagerUtil.getWorkflowTask
(long companyId, long workflowTaskId) WorkflowTaskManager.updateDueDate
(long companyId, long userId, long workflowTaskId, String comment, Date dueDate) static WorkflowTask
WorkflowTaskManagerUtil.updateDueDate
(long companyId, long userId, long workflowTaskId, String comment, Date dueDate) Methods in com.liferay.portal.kernel.workflow that return types with arguments of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskManager.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) default List<WorkflowTask>
WorkflowTaskManager.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) default WorkflowModelSearchResult<WorkflowTask>
WorkflowTaskManager.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManagerUtil.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowTaskModifier and TypeMethodDescriptionWorkflowTaskManager.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasks
(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByRole
(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksBySubmittingUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUser
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByUserRoles
(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManager.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.getWorkflowTasksByWorkflowInstance
(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) default List<WorkflowTask>
WorkflowTaskManager.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) static List<WorkflowTask>
WorkflowTaskManagerUtil.search
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) default WorkflowModelSearchResult<WorkflowTask>
WorkflowTaskManager.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeIds, Date dueDateGT, Date dueDateLT, Boolean completed, boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) WorkflowTaskManagerUtil.searchWorkflowTasks
(long companyId, long userId, String assetTitle, String[] taskNames, String[] assetTypes, Long[] assetPrimaryKeys, String assigneeClassName, Long[] assigneeUserIds, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByActivatedWorkflowHandlers, Boolean searchByUserRoles, Long workflowDefinitionId, Long[] workflowInstanceIds, Boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) -
Uses of WorkflowTask in com.liferay.portal.kernel.workflow.comparator
Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowTaskModifier and TypeMethodDescriptionint
WorkflowTaskCompletionDateComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskCreateDateComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskDueDateComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskInstanceIdComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskModifiedDateComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskNameComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2) int
WorkflowTaskUserIdComparator.compare
(WorkflowTask workflowTask1, WorkflowTask workflowTask2)