Modifier and Type | Class and Description |
---|---|
class |
CannotAddTaskException
Exception thrown from the
TaskServiceSession when there is a problem adding task. |
class |
IllegalTaskStateException |
class |
IncorrectParametersException
Exception that is thrown when the parameters to a query are incorrect, with regard to either the number or type.
|
class |
PermissionDeniedException
Exception that is thrown when a
User try to perform an Operation on a Task |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupLifeCycleManagerDecorator.taskOperation(org.kie.internal.task.api.model.Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds) |
Modifier and Type | Method and Description |
---|---|
void |
ThrowableInteranlTaskService.activate(long taskId,
String userId) |
long |
ThrowableInteranlTaskService.addTask(org.kie.api.task.model.Task task,
Map<String,Object> params) |
void |
ThrowableInteranlTaskService.claim(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.claimNextAvailable(String userId,
String language) |
void |
ThrowableInteranlTaskService.complete(long taskId,
String userId,
Map<String,Object> data) |
void |
ThrowableInteranlTaskService.delegate(long taskId,
String userId,
String targetUserId) |
void |
ThrowableInteranlTaskService.exit(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.fail(long taskId,
String userId,
Map<String,Object> faultData) |
void |
ThrowableInteranlTaskService.forward(long taskId,
String userId,
String targetEntityId) |
void |
ThrowableInteranlTaskService.nominate(long taskId,
String userId,
List<org.kie.api.task.model.OrganizationalEntity> potentialOwners) |
void |
ThrowableInteranlTaskService.release(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.resume(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.skip(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.start(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.stop(long taskId,
String userId) |
void |
ThrowableInteranlTaskService.suspend(long taskId,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
MVELLifeCycleManager.taskOperation(org.kie.internal.task.api.model.Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds) |
void |
LifeCycleManager.taskOperation(org.kie.internal.task.api.model.Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds) |
Modifier and Type | Method and Description |
---|---|
TaskException |
TaskServiceRequest.getException(String message) |
Modifier and Type | Method and Description |
---|---|
Class<? extends TaskException> |
TaskServiceRequest.getExceptionClass() |
Modifier and Type | Method and Description |
---|---|
void |
TaskServiceRequest.setExceptionClass(Class<? extends TaskException> exceptionClass) |
Modifier and Type | Method and Description |
---|---|
void |
TaskRuleService.executeRules(org.kie.api.task.model.Task task,
String userId,
Object params,
String scope) |
Modifier and Type | Method and Description |
---|---|
void |
TaskRuleServiceImpl.executeRules(org.kie.api.task.model.Task task,
String userId,
Object params,
String scope) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.