All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractJaxbTaskObject<T> |
|
| AbstractLoadCalculator |
|
| AbstractUserGroupInfo |
|
| ActivateTaskCommand |
Operation.Activate : [ new OperationCommand().{ status = [ Status.Created ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus =
Status.Ready } ],
|
| AddAttachmentCommand |
|
| AddCommentCommand |
|
| AddContentCommand |
|
| AddContentFromUserCommand |
|
| AddGroupCommand |
|
| AddTaskCommand |
Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus =
Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ],
allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
|
| AddUserCommand |
|
| AddUsersGroupsCommand |
|
| Allowed |
|
| ArchiveTasksCommand |
|
| AssignmentImpl |
|
| AssignmentService |
|
| AssignmentServiceImpl |
|
| AssignmentServiceProvider |
|
| AssignmentServiceRegistry |
|
| AssignmentTaskEventListener |
|
| BusinessRuleAssignmentStrategy |
|
| CancelDeadlineCommand |
|
| CannotAddTaskException |
Exception thrown from the TaskServiceSession when there is a problem adding task.
|
| ClaimNextAvailableTaskCommand |
|
| ClaimTaskCommand |
Operation.Claim
: [ new OperationCommand().{
status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
setNewOwnerToUser = true,
newStatus = Status.Reserved
} ],
|
| ClassUtil |
|
| CommandBasedTaskService |
|
| CommandsUtil |
|
| CompleteTaskCommand |
Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus =
Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ],
allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
|
| CompositeCommand<T> |
|
| ContentMarshallerHelper |
|
| DBUserGroupCallbackImpl |
Data base server user group callback implementation that utilizes SQL queries
to get information about user, groups and relationship of these two.
|
| DBUserInfoImpl |
|
| DeadlineSchedulerHelper |
|
| DefaultTaskEventListener |
|
| DefaultUserInfo |
|
| DelegateTaskCommand |
Operation.Delegate
: [ new OperationCommand().{
status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
addTargetUserToPotentialOwners = true,
newStatus = Status.Ready,
exec = Operation.Claim
},
new OperationCommand().{
status = [ Status.Reserved, Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ],
addTargetUserToPotentialOwners = true,
newStatus = Status.Ready,
exec = Operation.Claim
} ],
|
| DeleteAttachmentCommand |
|
| DeleteCommentCommand |
|
| DeleteContentCommand |
|
| DeleteFaultCommand |
|
| DeleteOutputCommand |
|
| DeployTaskDefCommand |
|
| EmailNotificationListener |
|
| EmailSessionProducer |
|
| ExecuteDeadlinesCommand |
|
| ExecuteReminderCommand |
|
| ExecuteTaskRulesCommand |
|
| ExitTaskCommand |
Operation.Exit
: [ new OperationCommand().{
status = [ Status.Created, Status.Ready, Status.Reserved, Status.InProgress, Status.Suspended ],
allowed = [ Allowed.BusinessAdministrator ],
newStatus = Status.Exited
} ]
|
| FailTaskCommand |
Operation.Fail : [ new OperationCommand().{ status = [ Status.InProgress ],
allowed = [ Allowed.Owner ], newStatus = Status.Failed } ],
|
| ForwardTaskCommand |
Operation.Forward
: [ new OperationCommand().{
status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
userIsExplicitPotentialOwner = true,
addTargetUserToPotentialOwners = true,
removeUserFromPotentialOwners = true,
setNewOwnerToNull = true,
newStatus = Status.Ready
},
new OperationCommand().{
status = [ Status.Reserved, Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ],
userIsExplicitPotentialOwner = true,
addTargetUserToPotentialOwners = true,
removeUserFromPotentialOwners = true,
setNewOwnerToNull = true,
newStatus = Status.Ready
}],
|
| GetActiveTasksCommand |
|
| GetAllAttachmentsCommand |
|
| GetAllCommentsCommand |
|
| GetAllContentCommand |
|
| GetAllTaskDefinitionsCommand |
|
| GetArchivedTasksCommand |
|
| GetAttachmentCommand |
|
| GetCommentCommand |
|
| GetCompletedTasksByUserCommand |
|
| GetCompletedTasksCommand |
|
| GetContentByIdCommand |
|
| GetContentByIdForUserCommand |
|
| GetContentMapForUserCommand |
|
| GetCurrentTxTasksCommand |
|
| GetGroupCommand |
|
| GetGroupsCommand |
|
| GetOrgEntityCommand |
|
| GetPendingSubTasksCommand |
|
| GetPendingTasksByUserCommand |
|
| GetPotentialOwnersForTaskCommand |
|
| GetSubTasksCommand |
|
| GetTaskAssignedAsBusinessAdminCommand |
|
| GetTaskAssignedAsExcludedOwnerCommand |
|
| GetTaskAssignedAsInitiatorCommand |
|
| GetTaskAssignedAsPotentialOwnerByExpDateCommand |
|
| GetTaskAssignedAsPotentialOwnerCommand |
|
| GetTaskAssignedAsPotentialOwnerPagingCommand |
|
| GetTaskAssignedAsRecipientCommand |
|
| GetTaskAssignedAsStakeholderCommand |
|
| GetTaskAssignedByGroupsCommand |
|
| GetTaskByWorkItemIdCommand |
|
| GetTaskCommand |
|
| GetTaskContentCommand |
|
| GetTaskDefinitionCommand |
|
| GetTaskOwnedByExpDateBeforeDateCommand |
|
| GetTaskOwnedByExpDateCommand |
|
| GetTaskPropertyCommand |
|
| GetTasksByProcessInstanceIdCommand |
|
| GetTasksByStatusByProcessInstanceIdCommand |
|
| GetTasksForProcessCommand |
|
| GetTasksOwnedCommand |
|
| GetUserCommand |
|
| GetUserInfoCommand |
|
| GetUsersCommand |
|
| GetUserTaskCommand |
|
| HumanTaskConfigurator |
Task service configurator that provides fluent API approach to building TaskService
instances.
|
| HumanTaskHandlerHelper |
|
| HumanTaskServiceFactory |
Factory that allows to produce TaskService instances via fluent API
provided by HumanTaskConfigurator
|
| IncorrectParametersException |
Exception that is thrown when the parameters to a query are incorrect, with regard to either the number or type.
|
| InitDeadlinesCommand |
|
| JAASUserGroupCallbackImpl |
JAAS based implementation of user group callback dedicated when using LocalTaskService
in container such as JBoss AS.
|
| JaxbAttachment |
|
| JaxbComment |
|
| JaxbContent |
|
| JaxbContentData |
|
| JaxbDeadlines |
This is a "dummy" object which does *NOT* contain any information
|
| JaxbFaultData |
|
| JaxbI18NText |
|
| JaxbOrganizationalEntity |
|
| JaxbOrganizationalEntity.Type |
|
| JaxbPeopleAssignments |
|
| JaxbTask |
|
| JaxbTaskData |
|
| JBossUserGroupCallbackImpl |
|
| LdapSearcher |
Utility class providing LDAP search capabilities.
|
| LdapSearcher.SearchScope |
|
| LDAPUserGroupCallbackImpl |
LDAP integration for Task Service to collect user and role/group information.
|
| LDAPUserInfoImpl |
|
| LifeCycleManager |
|
| LoadBalanceAssignmentStrategy |
Assignment strategy that uses a plug-able approach for calculating
the load that potential task owners have.
|
| LoadCalculator |
|
| MVELLifeCycleManager |
|
| MvelUserGroupCallbackImpl |
|
| MVELUtils |
|
| NominateTaskCommand |
Operation.Skip : [ new OperationCommand().{ status = [ Status.Created ],
allowed = [ Allowed.Initiator, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true }, new OperationCommand().{ status = [
Status.Ready ], allowed = [ Allowed.PotentialOwner,
Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true
}, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true } ],
|
| NoOpPredictionService |
Implementation of a no-op prediction service
|
| NotificationListener |
Listener that is called when Task notification is about to be sent.
|
| NotificationListenerManager |
Manages broadcasting of notification events to all found listeners
|
| OnErrorAction |
Defines possible actions in case an error was encountered.
|
| OperationCommand |
|
| PermissionDeniedException |
Exception that is thrown when a User try to perform an Operation on a Task
|
| PotentialOwnerBusynessAssignmentStrategy |
Assignment strategy that assigns tasks to least occupied user from potential owners.
|
| PredictionServiceRegistry |
|
| ProcessSubTaskCommand |
|
| PropertyUserInfoImpl |
|
| ReleaseTaskCommand |
Operation.Release
: [ new OperationCommand().{
status = [ Status.Reserved, Status.InProgress ],
allowed = [Allowed.Owner, Allowed.BusinessAdministrator ],
setNewOwnerToNull = true,
newStatus = Status.Ready
} ],
|
| RemoveAllTasksCommand |
|
| RemoveGroupCommand |
|
| RemoveTaskCommand |
|
| RemoveTasksCommand |
|
| RemoveUserCommand |
|
| ResumeTaskCommand |
Operation.Resume : [ new OperationCommand().{ previousStatus = [ Status.Ready
], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
setToPreviousStatus = true }, new OperationCommand().{ previousStatus = [
Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner,
Allowed.BusinessAdministrator ], setToPreviousStatus = true } ],
|
| RoundRobinAssignmentStrategy |
|
| RuleContextProvider |
|
| RuleContextProviderImpl |
|
| SerializableUtil |
|
| SetTaskPropertyCommand |
|
| SkipTaskCommand |
Operation.Skip : [ new OperationCommand().{ status = [ Status.Created ],
allowed = [ Allowed.Initiator, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true }, new OperationCommand().{ status = [
Status.Ready ], allowed = [ Allowed.PotentialOwner,
Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true
}, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus =
Status.Obsolete, skipable = true } ],
|
| StartTaskCommand |
Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus =
Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ],
allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
|
| StopTaskCommand |
Operation.Stop
: [ new OperationCommand().{
status = [ Status.InProgress ],
allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ],
newStatus = Status.Reserved
} ],
|
| SuspendTaskCommand |
Operation.Suspend : [ new OperationCommand().{ status = [ Status.Ready ],
allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ],
newStatus = Status.Suspended }, new OperationCommand().{ status = [
Status.Reserved, Status.InProgress ], allowed = [Allowed.Owner,
Allowed.BusinessAdministrator ], newStatus = Status.Suspended } ],
|
| TaskAdminServiceImpl |
|
| TaskAttachmentServiceImpl |
|
| TaskAverageDuration |
|
| TaskCleanUpProcessEventListener |
|
| TaskCommand<T> |
|
| TaskCommandExecutorImpl |
|
| TaskCommentServiceImpl |
|
| TaskContentRegistry |
|
| TaskContentServiceImpl |
|
| TaskContext |
|
| TaskCountLoadCalculator |
|
| TaskDeadlinesServiceImpl |
|
| TaskDeadlinesServiceImpl.ScheduledTaskDeadline |
|
| TaskDefServiceImpl |
|
| TaskEventImpl |
|
| TaskEventsServiceImpl |
|
| TaskEventSupport |
|
| TaskExecutionException |
|
| TaskFactory |
|
| TaskIdentityServiceImpl |
|
| TaskInfo |
|
| TaskInstanceServiceImpl |
|
| TaskLifeCycleEventListener |
|
| TaskQueryServiceImpl |
|
| TaskResolverFactory |
|
| TaskRuleService |
|
| TaskRuleServiceImpl |
|
| TaskServiceRequest |
|
| TaskSummaryQueryBuilderImpl |
Main Implementation of the TaskSummaryQueryBuilder.
|
| TaskSummaryQueryCommand |
|
| UndeployTaskDefCommand |
|
| UserGroupAdapter |
|
| UserGroupCallbackTaskCommand<T> |
|
| UserTaskLoad |
|
| WeblogicUserGroupAdapter |
|
| WebSphereUserGroupAdapter |
|
| WorkflowBridgeTaskLifeCycleEventListener |
|