public interface ThrowableInteranlTaskService
extends org.kie.internal.task.api.InternalTaskService
Modifier and Type | Method and Description |
---|---|
void |
activate(long taskId,
String userId) |
long |
addTask(org.kie.api.task.model.Task task,
Map<String,Object> params) |
void |
claim(long taskId,
String userId) |
void |
claimNextAvailable(String userId,
String language) |
void |
complete(long taskId,
String userId,
Map<String,Object> data) |
void |
delegate(long taskId,
String userId,
String targetUserId) |
void |
exit(long taskId,
String userId) |
void |
fail(long taskId,
String userId,
Map<String,Object> faultData) |
void |
forward(long taskId,
String userId,
String targetEntityId) |
void |
nominate(long taskId,
String userId,
List<org.kie.api.task.model.OrganizationalEntity> potentialOwners) |
void |
release(long taskId,
String userId) |
void |
resume(long taskId,
String userId) |
void |
skip(long taskId,
String userId) |
void |
start(long taskId,
String userId) |
void |
stop(long taskId,
String userId) |
void |
suspend(long taskId,
String userId) |
addAttachment, addComment, addContent, addContent, addGroup, addMarshallerContext, addTask, addUser, addUsersAndGroups, archiveTasks, claim, claimNextAvailable, deleteAttachment, deleteComment, deleteContent, deleteFault, deleteOutput, deployTaskDef, getActiveTasks, getActiveTasks, getAllAttachmentsByTaskId, getAllCommentsByTaskId, getAllContentByTaskId, getAllTaskDef, getArchivedTasks, getCommentById, getCompletedTaskByUserId, getCompletedTasks, getCompletedTasks, getCompletedTasksByProcessId, getDescriptions, getExpirationDate, getGroupById, getGroups, getMarshallerContext, getOrganizationalEntityById, getPendingSubTasksByParent, getPendingTaskByUserId, getPotentialOwnersForTaskIds, getPriority, getSubTasksAssignedAsPotentialOwner, getSubTasksByParent, getSubTaskStrategy, getTaskContent, getTaskDefById, getTaskEventsById, getTaskInstanceById, getTasksAssignedAsExcludedOwner, getTasksAssignedAsPotentialOwner, getTasksAssignedAsPotentialOwner, getTasksAssignedAsPotentialOwnerByExpirationDate, getTasksAssignedAsPotentialOwnerByExpirationDateOptional, getTasksAssignedAsPotentialOwnerByStatusByGroup, getTasksAssignedAsRecipient, getTasksAssignedAsTaskInitiator, getTasksAssignedAsTaskStakeholder, getTasksAssignedByGroup, getTasksAssignedByGroups, getTasksByStatusByProcessInstanceIdByTaskName, getTasksOwnedByExpirationDate, getTasksOwnedByExpirationDateBeforeSpecifiedDate, getTasksOwnedByExpirationDateOptional, getUserById, getUserInfo, getUsers, isSkipable, remove, removeAllTasks, removeGroup, removeMarshallerContext, removeTaskEventsById, removeTasks, removeUser, setDescriptions, setExpirationDate, setFault, setOutput, setPriority, setSkipable, setSubTaskStrategy, setTaskNames, setUserInfo, undeployTaskDef
getAttachmentById, getContentById, getTaskById, getTaskByWorkItemId, getTasksAssignedAsBusinessAdministrator, getTasksAssignedAsPotentialOwner, getTasksAssignedAsPotentialOwnerByStatus, getTasksByProcessInstanceId, getTasksByStatusByProcessInstanceId, getTasksByVariousFields, getTasksByVariousFields, getTasksOwned, getTasksOwnedByStatus
void activate(long taskId, String userId) throws TaskException
activate
in interface org.kie.api.task.TaskService
TaskException
void claim(long taskId, String userId) throws TaskException
claim
in interface org.kie.api.task.TaskService
TaskException
void claimNextAvailable(String userId, String language) throws TaskException
claimNextAvailable
in interface org.kie.api.task.TaskService
TaskException
void complete(long taskId, String userId, Map<String,Object> data) throws TaskException
complete
in interface org.kie.api.task.TaskService
TaskException
void delegate(long taskId, String userId, String targetUserId) throws TaskException
delegate
in interface org.kie.api.task.TaskService
TaskException
void exit(long taskId, String userId) throws TaskException
exit
in interface org.kie.api.task.TaskService
TaskException
void fail(long taskId, String userId, Map<String,Object> faultData) throws TaskException
fail
in interface org.kie.api.task.TaskService
TaskException
void forward(long taskId, String userId, String targetEntityId) throws TaskException
forward
in interface org.kie.api.task.TaskService
TaskException
long addTask(org.kie.api.task.model.Task task, Map<String,Object> params) throws TaskException
addTask
in interface org.kie.api.task.TaskService
TaskException
void release(long taskId, String userId) throws TaskException
release
in interface org.kie.api.task.TaskService
TaskException
void resume(long taskId, String userId) throws TaskException
resume
in interface org.kie.api.task.TaskService
TaskException
void skip(long taskId, String userId) throws TaskException
skip
in interface org.kie.api.task.TaskService
TaskException
void start(long taskId, String userId) throws TaskException
start
in interface org.kie.api.task.TaskService
TaskException
void stop(long taskId, String userId) throws TaskException
stop
in interface org.kie.api.task.TaskService
TaskException
void suspend(long taskId, String userId) throws TaskException
suspend
in interface org.kie.api.task.TaskService
TaskException
void nominate(long taskId, String userId, List<org.kie.api.task.model.OrganizationalEntity> potentialOwners) throws TaskException
nominate
in interface org.kie.api.task.TaskService
TaskException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.