|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskException | |
---|---|
org.jbpm.task.exception | |
org.jbpm.task.identity | |
org.jbpm.task.internals.lifecycle |
Uses of TaskException in org.jbpm.task.exception |
---|
Subclasses of TaskException in org.jbpm.task.exception | |
---|---|
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 |
Uses of TaskException in org.jbpm.task.identity |
---|
Methods in org.jbpm.task.identity that throw TaskException | |
---|---|
void |
UserGroupLifeCycleManagerDecorator.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds)
|
Uses of TaskException in org.jbpm.task.internals.lifecycle |
---|
Methods in org.jbpm.task.internals.lifecycle that throw TaskException | |
---|---|
void |
MVELLifeCycleManager.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds)
|
void |
LifeCycleManager.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
Map<String,Object> data,
List<String> groupIds)
|
|
jBPM distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |