public interface ITaskManagerLocal
Modifier and Type | Method and Description |
---|---|
void |
checkTask(String workspaceId,
TaskKey taskKey) |
TaskWrapper[] |
getAssignedTasksForGivenUser(String workspaceId,
String userLogin) |
TaskWrapper[] |
getInProgressTasksForGivenUser(String workspaceId,
String userLogin) |
TaskWrapper |
getTask(String workspaceId,
TaskKey taskKey) |
void |
processTask(String workspaceId,
TaskKey taskKey,
String action,
String comment,
String signature) |
TaskWrapper[] getAssignedTasksForGivenUser(String workspaceId, String userLogin) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
TaskWrapper[] getInProgressTasksForGivenUser(String workspaceId, String userLogin) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, WorkspaceNotEnabledException
TaskWrapper getTask(String workspaceId, TaskKey taskKey) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, TaskNotFoundException, AccessRightException, WorkspaceNotEnabledException
void processTask(String workspaceId, TaskKey taskKey, String action, String comment, String signature) throws UserNotFoundException, UserNotActiveException, WorkspaceNotFoundException, TaskNotFoundException, NotAllowedException, WorkflowNotFoundException, AccessRightException, DocumentRevisionNotFoundException, WorkspaceNotEnabledException
void checkTask(String workspaceId, TaskKey taskKey) throws UserNotFoundException, WorkspaceNotFoundException, UserNotActiveException, WorkspaceNotEnabledException, TaskNotFoundException, WorkflowNotFoundException, NotAllowedException
Copyright © 2017 DocDoku. All rights reserved.