@MessagingProxy(mode=SYNC) @ProviderType public interface WorkflowTaskManager
| Modifier and Type | Method and Description |
|---|---|
WorkflowTask |
assignWorkflowTaskToRole(long companyId,
long userId,
long workflowTaskId,
long roleId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext) |
WorkflowTask |
assignWorkflowTaskToUser(long companyId,
long userId,
long workflowTaskId,
long assigneeUserId,
String comment,
Date dueDate,
Map<String,Serializable> workflowContext) |
WorkflowTask |
completeWorkflowTask(long companyId,
long userId,
long workflowTaskId,
String transitionName,
String comment,
Map<String,Serializable> workflowContext) |
default WorkflowTask |
completeWorkflowTask(long companyId,
long userId,
long workflowTaskId,
String transitionName,
String comment,
Map<String,Serializable> workflowContext,
boolean waitForCompletion) |
WorkflowTask |
fetchWorkflowTask(long companyId,
long workflowTaskId) |
default List<User> |
getAssignableUsers(long companyId,
long workflowTaskId) |
List<String> |
getNextTransitionNames(long companyId,
long userId,
long workflowTaskId) |
WorkflowTask |
getWorkflowTask(long companyId,
long workflowTaskId) |
int |
getWorkflowTaskCount(long companyId,
Boolean completed) |
int |
getWorkflowTaskCountByRole(long companyId,
long roleId,
Boolean completed) |
int |
getWorkflowTaskCountBySubmittingUser(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUser(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUserRoles(long companyId,
long userId,
Boolean completed) |
int |
getWorkflowTaskCountByUserRoles(long companyId,
long userId,
long workflowInstanceId,
Boolean completed) |
int |
getWorkflowTaskCountByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed) |
List<WorkflowTask> |
getWorkflowTasks(long companyId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
List<WorkflowTask> |
getWorkflowTasksByRole(long companyId,
long roleId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
List<WorkflowTask> |
getWorkflowTasksBySubmittingUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
List<WorkflowTask> |
getWorkflowTasksByUser(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
List<WorkflowTask> |
getWorkflowTasksByUserRoles(long companyId,
long userId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
List<WorkflowTask> |
getWorkflowTasksByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed,
int start,
int end,
OrderByComparator<WorkflowTask> orderByComparator) |
boolean |
hasAssignableUsers(long companyId,
long workflowTaskId) |
default List<WorkflowTask> |
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) |
default int |
searchCount(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) |
default WorkflowModelSearchResult<WorkflowTask> |
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) |
WorkflowTask |
updateDueDate(long companyId,
long userId,
long workflowTaskId,
String comment,
Date dueDate) |
WorkflowTask assignWorkflowTaskToRole(long companyId, long userId, long workflowTaskId, long roleId, String comment, Date dueDate, Map<String,Serializable> workflowContext) throws WorkflowException
WorkflowExceptionWorkflowTask assignWorkflowTaskToUser(long companyId, long userId, long workflowTaskId, long assigneeUserId, String comment, Date dueDate, Map<String,Serializable> workflowContext) throws WorkflowException
WorkflowExceptionWorkflowTask completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String,Serializable> workflowContext) throws WorkflowException
WorkflowExceptiondefault WorkflowTask completeWorkflowTask(long companyId, long userId, long workflowTaskId, String transitionName, String comment, Map<String,Serializable> workflowContext, boolean waitForCompletion) throws WorkflowException
WorkflowExceptionWorkflowTask fetchWorkflowTask(long companyId, long workflowTaskId) throws WorkflowException
WorkflowExceptiondefault List<User> getAssignableUsers(long companyId, long workflowTaskId) throws WorkflowException
WorkflowExceptionList<String> getNextTransitionNames(long companyId,
long userId,
long workflowTaskId)
throws WorkflowException
WorkflowExceptionWorkflowTask getWorkflowTask(long companyId, long workflowTaskId) throws WorkflowException
WorkflowExceptionint getWorkflowTaskCount(long companyId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountByRole(long companyId,
long roleId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountBySubmittingUser(long companyId,
long userId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountByUser(long companyId,
long userId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountByUserRoles(long companyId,
long userId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountByUserRoles(long companyId,
long userId,
long workflowInstanceId,
Boolean completed)
throws WorkflowException
WorkflowExceptionint getWorkflowTaskCountByWorkflowInstance(long companyId,
Long userId,
long workflowInstanceId,
Boolean completed)
throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasks(long companyId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasksByRole(long companyId, long roleId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasksBySubmittingUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasksByUser(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasksByUserRoles(long companyId, long userId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionList<WorkflowTask> getWorkflowTasksByWorkflowInstance(long companyId, Long userId, long workflowInstanceId, Boolean completed, int start, int end, OrderByComparator<WorkflowTask> orderByComparator) throws WorkflowException
WorkflowExceptionboolean hasAssignableUsers(long companyId,
long workflowTaskId)
throws WorkflowException
WorkflowExceptiondefault List<WorkflowTask> 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) throws WorkflowException
WorkflowExceptiondefault int searchCount(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)
throws WorkflowException
WorkflowExceptiondefault WorkflowModelSearchResult<WorkflowTask> 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) throws WorkflowException
WorkflowExceptionWorkflowTask updateDueDate(long companyId, long userId, long workflowTaskId, String comment, Date dueDate) throws WorkflowException
WorkflowException