04-30-2015 03:46 AM
04-30-2015 04:20 AM
04-30-2015 04:31 AM
04-30-2015 04:42 AM
/**
* Claim responsibility for a task: the given user is made assignee for the task.
* The difference with {@link #setAssignee(String, String)} is that here
* a check is done if the task already has a user assigned to it.
* No check is done whether the user is known by the identity component.
* @param taskId task to claim, cannot be null.
* @param userId user that claims the task. When userId is null the task is unclaimed,
* assigned to no one.
* @throws ActivitiObjectNotFoundException when the task doesn't exist.
* @throws ActivitiTaskAlreadyClaimedException when the task is already claimed by another user.
*/
void claim(String taskId, String userId);
/**
* A shortcut to {@link #claim} with null user in order to unclaim the task
* @param taskId task to unclaim, cannot be null.
* @throws ActivitiObjectNotFoundException when the task doesn't exist.
*/
void unclaim(String taskId);
04-30-2015 04:49 AM
04-30-2015 04:56 AM
04-30-2015 06:41 AM
04-30-2015 08:06 AM
05-07-2015 08:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.