Liferay 7.0-ce-b4

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

Packages that use WorkflowTask
com.liferay.portal.kernel.workflow   
com.liferay.portal.kernel.workflow.comparator   
com.liferay.portlet.exportimport.staging   
 

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

Classes in com.liferay.portal.kernel.workflow that implement WorkflowTask
 class DefaultWorkflowTask
           
 

Methods in com.liferay.portal.kernel.workflow that return WorkflowTask
static WorkflowTask WorkflowTaskManagerUtil.assignWorkflowTaskToRole(long companyId, long userId, long workflowTaskId, long roleId, String comment, Date dueDate, Map<String,Serializable> workflowContext)
           
 WorkflowTask WorkflowTaskManager.assignWorkflowTaskToRole(long companyId, long userId, long workflowTaskId, long roleId, 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)
           
 WorkflowTask WorkflowTaskManager.assignWorkflowTaskToUser(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String,Serializable> workflowContext)
           
static WorkflowTask WorkflowTaskManagerUtil.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String,Serializable> workflowContext)
           
 WorkflowTask WorkflowTaskManager.completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String,Serializable> workflowContext)
           
static WorkflowTask WorkflowTaskManagerUtil.fetchWorkflowTask(long companyId, long workflowTaskId)
           
 WorkflowTask WorkflowTaskManager.fetchWorkflowTask(long companyId, long workflowTaskInstanceId)
           
static WorkflowTask WorkflowTaskManagerUtil.getWorkflowTask(long companyId, long workflowTaskId)
           
 WorkflowTask WorkflowTaskManager.getWorkflowTask(long companyId, long workflowTaskId)
           
static WorkflowTask WorkflowTaskManagerUtil.updateDueDate(long companyId, long userId, long workflowTaskId, String comment, Date dueDate)
           
 WorkflowTask WorkflowTaskManager.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 WorkflowTask
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasks(long companyId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByRole(long companyId, long roleId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksBySubmittingUser(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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUser(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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUserRoles(long companyId, long userId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 

Method parameters in com.liferay.portal.kernel.workflow with type arguments of type WorkflowTask
static List<WorkflowTask> WorkflowTaskManagerUtil.getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasks(long companyId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByRole(long companyId, long roleId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksBySubmittingUser(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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUser(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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByUserRoles(long companyId, long userId, 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)
           
 List<WorkflowTask> WorkflowTaskManager.getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String keywords, String[] assetTypes, Boolean completed, Boolean searchByUserRoles, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
static List<WorkflowTask> WorkflowTaskManagerUtil.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, boolean andOperator, int start, int end, OrderByComparator<WorkflowTask> orderByComparator)
           
 List<WorkflowTask> WorkflowTaskManager.search(long companyId, long userId, String taskName, String assetType, Long[] assetPrimaryKey, Date dueDateGT, Date dueDateLT, Boolean completed, Boolean searchByUserRoles, 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 that return types with arguments of type WorkflowTask
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskCompletionDateComparator()
           
 OrderByComparator<WorkflowTask> WorkflowComparatorFactory.getTaskCompletionDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskCompletionDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskCreateDateComparator()
           
 OrderByComparator<WorkflowTask> WorkflowComparatorFactory.getTaskCreateDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskCreateDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskDueDateComparator()
           
 OrderByComparator<WorkflowTask> WorkflowComparatorFactory.getTaskDueDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskDueDateComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskNameComparator()
           
 OrderByComparator<WorkflowTask> WorkflowComparatorFactory.getTaskNameComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskNameComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskUserIdComparator()
           
 OrderByComparator<WorkflowTask> WorkflowComparatorFactory.getTaskUserIdComparator(boolean ascending)
           
static OrderByComparator<WorkflowTask> WorkflowComparatorFactoryUtil.getTaskUserIdComparator(boolean ascending)
           
 

Methods in com.liferay.portal.kernel.workflow.comparator with parameters of type WorkflowTask
 int WorkflowTaskCreateDateComparator.compare(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
           
 int WorkflowTaskDueDateComparator.compare(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
           
 int WorkflowTaskCompletionDateComparator.compare(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
           
 int WorkflowTaskNameComparator.compare(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
           
 int WorkflowTaskUserIdComparator.compare(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
           
 

Uses of WorkflowTask in com.liferay.portlet.exportimport.staging
 

Methods in com.liferay.portlet.exportimport.staging that return WorkflowTask
 WorkflowTask Staging.getWorkflowTask(long userId, LayoutRevision layoutRevision)
           
static WorkflowTask StagingUtil.getWorkflowTask(long userId, LayoutRevision layoutRevision)
           
 


Liferay 7.0-ce-b4