jBPM :: Human Task Core 6.0.0-redhat-3
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractJaxbTaskObject<T> - Class in org.jbpm.services.task.impl.model.xml
 
AbstractJaxbTaskObject() - Constructor for class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
AbstractJaxbTaskObject(Class<?>) - Constructor for class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
AbstractJaxbTaskObject(T, Class) - Constructor for class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
AbstractUserGroupCallbackDecorator - Class in org.jbpm.services.task.identity
 
AbstractUserGroupCallbackDecorator() - Constructor for class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
activate(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
activate(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
activate(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
activate(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
activate(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
activate(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
activate(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ActivateTaskCommand - Class in org.jbpm.services.task.commands
Operation.Activate : [ new OperationCommand().{ status = [ Status.Created ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Ready } ],
ActivateTaskCommand() - Constructor for class org.jbpm.services.task.commands.ActivateTaskCommand
 
ActivateTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ActivateTaskCommand
 
ADD_TASK_SCOPE - Static variable in interface org.jbpm.services.task.rule.TaskRuleService
 
addAttachment(long, Attachment, Content) - Method in class org.jbpm.services.task.identity.UserGroupTaskAttachmentDecorator
 
addAttachment(Attachment) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Adds the specified attachment to our list of Attachments.
addAttachment(long, Attachment, Content) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
addAttachment(long, Attachment, Content) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addComment(long, Comment) - Method in class org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
 
addComment(Comment) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Adds the specified comment to our list of comments.
addComment(long, Comment) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
addComment(long, Comment) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addContent(long, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
addContent(long, Content) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
addContent(long, Content) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addContent(long, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addEntry(JaxbStringObjectMapEntry) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMap
 
addGlobals(String, Map<String, Object>) - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
addGlobals(String, Map<String, Object>) - Method in interface org.jbpm.services.task.rule.RuleContextProvider
 
addGroup(Group) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
addGroup(Group) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addGroupFromCallbackOperation(String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
addKieBase(String, KieBase) - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
addKieBase(String, KieBase) - Method in interface org.jbpm.services.task.rule.RuleContextProvider
 
addMarshallerContext(String, ContentMarshallerContext) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
addMarshallerContext(String, ContentMarshallerContext) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addReason(String) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
addTask(Task, ContentData) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
AddTaskCommand - Class in org.jbpm.services.task.commands
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 } ], *
AddTaskCommand() - Constructor for class org.jbpm.services.task.commands.AddTaskCommand
 
AddTaskCommand(Task, Map<String, Object>) - Constructor for class org.jbpm.services.task.commands.AddTaskCommand
 
AddTaskCommand(Task, ContentData) - Constructor for class org.jbpm.services.task.commands.AddTaskCommand
 
addUser(User) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
addUser(User) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
addUserFromCallbackOperation(String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
addUsersAndGroups(Map<String, User>, Map<String, Group>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
adminService(TaskAdminService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
afterProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.services.task.admin.listener.TaskCleanUpProcessEventListener
 
AfterTaskActivatedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskActivatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskActivatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskActivatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskActivatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskActivatedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskAddedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskAddedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskAddedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskAddedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskAddedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskAddedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskClaimedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskClaimedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskClaimedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskClaimedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskClaimedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskClaimedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskCompletedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskCompletedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskCompletedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskCompletedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskCompletedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskCompletedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskDelegatedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskDelegatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
AfterTaskExitedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskExitedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskExitedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskExitedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskExitedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskExitedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskFailedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskFailedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
When a task is failed, the status for dashbuilder integration task must be Exited.
afterTaskFailedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskFailedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskFailedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskFailedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskForwardedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskForwaredEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskNomiatedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
AfterTaskNominatedEvent - Annotation Type in org.jbpm.services.task.events
 
AfterTaskReleasedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskReleasedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
AfterTaskResumedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskResumedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
AfterTaskSkippedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskSkippedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
When a task is skipped, the status for dashbuilder integration task must be Exited.
afterTaskSkippedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskSkippedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskSkippedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskSkippedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskStartedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskStartedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
afterTaskStartedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskStartedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskStartedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskStartedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskStoppedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskStoppedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
When a task is stopped, the status for dashbuilder integration task must be Exited.
afterTaskStoppedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
afterTaskStoppedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
afterTaskStoppedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
afterTaskStoppedEvent(Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
AfterTaskSuspendedEvent - Annotation Type in org.jbpm.services.task.events
 
afterTaskSuspendedEvent(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
Allowed - Enum in org.jbpm.services.task.internals.lifecycle
 
archiveTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
archiveTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
assignOwnerAndStatus(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
This method will potentially assign the actual owner of this TaskData and set the status of the data.
AttachmentImpl - Class in org.jbpm.services.task.impl.model
 
AttachmentImpl() - Constructor for class org.jbpm.services.task.impl.model.AttachmentImpl
 

B

BAMTaskEventListener - Class in org.jbpm.services.task.lifecycle.listeners
This listener implementation populates a table named BAMTASKCUMMARY in order to allow BAM module to query all tasks.
BAMTaskEventListener() - Constructor for class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
 
BAMTaskEventListener.BAMTaskWorker - Interface in org.jbpm.services.task.lifecycle.listeners
Interface for performing additional operations to a org.jbpm.services.task.impl.model.BAMTaskSummaryImpl instance.
BAMTaskSummaryImpl - Class in org.jbpm.services.task.impl.model
 
BAMTaskSummaryImpl() - Constructor for class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
BAMTaskSummaryImpl(long, String, String, Date, String, long) - Constructor for class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
BeforeTaskActivatedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskAddedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskClaimedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskCompletedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskDelegatedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskExitedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskFailedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskForwardedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskNominatedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskReleasedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskResumedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskSkippedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskStartedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskStoppedEvent - Annotation Type in org.jbpm.services.task.events
 
BeforeTaskSuspendedEvent - Annotation Type in org.jbpm.services.task.events
 
BIND_PWD - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
BIND_PWD - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
BIND_USER - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
BIND_USER - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
BooleanExpressionImpl - Class in org.jbpm.services.task.impl.model
 
BooleanExpressionImpl() - Constructor for class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
BooleanExpressionImpl(String, String) - Constructor for class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
buildInitialLdapContext() - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
buildInitialLdapContext() - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
buildMapByLanguage(Map<String, List<User>>, Group) - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
buildMapByLanguage(Map<String, List<User>>, User) - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
buildRegistry(Properties) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
buildRegistry(Properties) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 

C

call() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
CannotAddTaskException - Exception in org.jbpm.services.task.exception
Exception thrown from the TaskServiceSession when there is a problem adding task.
CannotAddTaskException(String) - Constructor for exception org.jbpm.services.task.exception.CannotAddTaskException
 
CannotAddTaskException(String, Throwable) - Constructor for exception org.jbpm.services.task.exception.CannotAddTaskException
 
checkExistence(String, String) - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
claim(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
claim(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
claim(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
claim(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
claim(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
claim(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
claim(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
claim(long, String, List<String>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
claimNextAvailable(String, List<String>, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ClaimNextAvailableTaskCommand - Class in org.jbpm.services.task.commands
 
ClaimNextAvailableTaskCommand() - Constructor for class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
 
ClaimNextAvailableTaskCommand(String, String) - Constructor for class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
 
ClaimTaskCommand - Class in org.jbpm.services.task.commands
Operation.Claim : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], setNewOwnerToUser = true, newStatus = Status.Reserved } ],
ClaimTaskCommand() - Constructor for class org.jbpm.services.task.commands.ClaimTaskCommand
 
ClaimTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ClaimTaskCommand
 
clearTaskLifecycleEventListeners() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
clearTasknotificationEventListeners() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
CollectionUtils - Class in org.jbpm.services.task.utils
 
CollectionUtils() - Constructor for class org.jbpm.services.task.utils.CollectionUtils
 
collectTasksByPotentialOwners(List, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
CommandBased - Annotation Type in org.jbpm.services.task.annotations
 
CommandBasedTaskInstanceServiceImpl - Class in org.jbpm.services.task.impl.command
 
CommandBasedTaskInstanceServiceImpl() - Constructor for class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
CommandBasedTaskService - Class in org.jbpm.services.task.impl.command
 
CommandBasedTaskService(CommandExecutor) - Constructor for class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
CommandsUtil - Class in org.jbpm.services.task.commands
 
CommandsUtil() - Constructor for class org.jbpm.services.task.commands.CommandsUtil
 
CommentImpl - Class in org.jbpm.services.task.impl.model
 
CommentImpl() - Constructor for class org.jbpm.services.task.impl.model.CommentImpl
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
COMPLETE_TASK_SCOPE - Static variable in interface org.jbpm.services.task.rule.TaskRuleService
 
CompleteTaskCommand - Class in org.jbpm.services.task.commands
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 } ], *
CompleteTaskCommand() - Constructor for class org.jbpm.services.task.commands.CompleteTaskCommand
 
CompleteTaskCommand(long, String, Map<String, Object>) - Constructor for class org.jbpm.services.task.commands.CompleteTaskCommand
 
CompletionBehaviorImpl - Class in org.jbpm.services.task.impl.model
 
CompletionBehaviorImpl() - Constructor for class org.jbpm.services.task.impl.model.CompletionBehaviorImpl
 
configure() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureLifeCycleManager(JbpmServicesPersistenceManager, TaskIdentityService, TaskQueryService, TaskContentService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureLifeCycleManager(JbpmServicesPersistenceManager, TaskIdentityService, TaskQueryService, TaskContentService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configurePersistenceManager() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configurePersistenceManager() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskAdminService(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskAdminService(JbpmServicesPersistenceManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskContentService(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskContentService(JbpmServicesPersistenceManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskDeadlinesService(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskDeadlinesService(JbpmServicesPersistenceManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskIdentityService(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskIdentityService(JbpmServicesPersistenceManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskInstanceService(JbpmServicesPersistenceManager, TaskQueryService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskInstanceService(JbpmServicesPersistenceManager, TaskQueryService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureTaskQueryService(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureTaskQueryService(JbpmServicesPersistenceManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureUserGroupLifeCycleManagerDecorator(JbpmServicesPersistenceManager, LifeCycleManager, UserGroupCallback) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureUserGroupLifeCycleManagerDecorator(JbpmServicesPersistenceManager, LifeCycleManager, UserGroupCallback) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
configureUserGroupQueryServiceDecorator(TaskQueryService, UserGroupCallback) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
configureUserGroupTaskInstanceServiceDecorator(TaskInstanceService, UserGroupCallback) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
ContentDataImpl - Class in org.jbpm.services.task.impl.model
 
ContentDataImpl() - Constructor for class org.jbpm.services.task.impl.model.ContentDataImpl
 
ContentImpl - Class in org.jbpm.services.task.impl.model
 
ContentImpl() - Constructor for class org.jbpm.services.task.impl.model.ContentImpl
 
ContentImpl(byte[]) - Constructor for class org.jbpm.services.task.impl.model.ContentImpl
 
ContentMarshallerHelper - Class in org.jbpm.services.task.utils
 
ContentMarshallerHelper() - Constructor for class org.jbpm.services.task.utils.ContentMarshallerHelper
 
contentService(TaskContentService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
createDeadlinesDecorator(JbpmServicesPersistenceManager, TaskQueryService, TaskDeadlinesService, SubTaskDecorator) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
createDeadlinesDecorator(JbpmServicesPersistenceManager, TaskQueryService, TaskDeadlinesService, SubTaskDecorator) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
createOrUpdateTask(Task, BAMTaskEventListener.BAMTaskWorker) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
Creates or updates a bam task summary instance.
createOrUpdateTask(Task) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
Creates or updates a bam task summary instance.
createOrUpdateTask(Task, Status) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
Creates or updates a bam task summary instance.
createOrUpdateTask(Task, Status, BAMTaskEventListener.BAMTaskWorker) - Method in class org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener
Creates or updates a bam task summary instance.
createSubTaskDecorator(JbpmServicesPersistenceManager, TaskInstanceService, TaskQueryService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
createSubTaskDecorator(JbpmServicesPersistenceManager, TaskInstanceService, TaskQueryService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
createTask(BAMTaskSummaryImpl, Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener.BAMTaskWorker
 
createUserGroupCallback() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 

D

DBUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
Data base server user group callback implementation that utilizes SQL queries to get information about user, groups and relationship of these two.
DBUserGroupCallbackImpl() - Constructor for class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
DBUserGroupCallbackImpl(Properties) - Constructor for class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
DeadlineImpl - Class in org.jbpm.services.task.impl.model
 
DeadlineImpl() - Constructor for class org.jbpm.services.task.impl.model.DeadlineImpl
 
DeadlinesDecorator - Class in org.jbpm.services.task.deadlines
 
DeadlinesDecorator() - Constructor for class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
DeadlinesImpl - Class in org.jbpm.services.task.impl.model
 
DeadlinesImpl() - Constructor for class org.jbpm.services.task.impl.model.DeadlinesImpl
 
deadlinesService(TaskDeadlinesService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
DeadlineSummaryImpl - Class in org.jbpm.services.task.query
 
DeadlineSummaryImpl(long, long, Date) - Constructor for class org.jbpm.services.task.query.DeadlineSummaryImpl
 
DEFAULT_PROPERTIES_NAME - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
DEFAULT_PROPERTIES_NAME - Static variable in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
DEFAULT_PROPERTIES_NAME - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
DEFAULT_PROPERTIES_NAME - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
DefaultTaskLifeCycleEventListener - Class in org.jbpm.services.task.lifecycle.listeners
 
DefaultTaskLifeCycleEventListener() - Constructor for class org.jbpm.services.task.lifecycle.listeners.DefaultTaskLifeCycleEventListener
 
DefaultUserInfo - Class in org.jbpm.services.task.identity
 
DefaultUserInfo() - Constructor for class org.jbpm.services.task.identity.DefaultUserInfo
 
DefaultUserInfo(Properties) - Constructor for class org.jbpm.services.task.identity.DefaultUserInfo
Constructs default UserInfo implementation to provide required information to the escalation handler.
delegate(long, String, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
delegate(long, String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
delegate(long, String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
delegate(long, String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
delegate(long, String, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
delegate(long, String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
delegate(long, String, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
DelegateTaskCommand - Class in org.jbpm.services.task.commands
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 } ],
DelegateTaskCommand() - Constructor for class org.jbpm.services.task.commands.DelegateTaskCommand
 
DelegateTaskCommand(long, String, String) - Constructor for class org.jbpm.services.task.commands.DelegateTaskCommand
 
DelegationImpl - Class in org.jbpm.services.task.impl.model
 
DelegationImpl() - Constructor for class org.jbpm.services.task.impl.model.DelegationImpl
 
deleteAttachment(long, long) - Method in class org.jbpm.services.task.identity.UserGroupTaskAttachmentDecorator
 
deleteAttachment(long, long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
deleteAttachment(long, long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deleteComment(long, long) - Method in class org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
 
deleteComment(long, long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
deleteComment(long, long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deleteContent(long, long) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
deleteContent(long, long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deleteFault(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
deleteFault(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
deleteFault(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
deleteFault(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
deleteFault(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deleteFault(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
deployTaskDef(TaskDef) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
deployTaskDef(TaskDef) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
deserializeObject(byte[], String, String) - Static method in class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
dispose() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
doCallbackGroupOperation(String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackGroupsOperation(String, List<String>) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackOperationForPeopleAssignments(InternalPeopleAssignments) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackOperationForPotentialOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackOperationForTaskData(InternalTaskData) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackOperationForTaskDeadlines(Deadlines) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doCallbackUserOperation(String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
doUserGroupCallbackOperation(String, List<String>) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
DS_JNDI_NAME - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 

E

EMAIL_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
EmailNotificationHeaderImpl - Class in org.jbpm.services.task.impl.model
 
EmailNotificationHeaderImpl() - Constructor for class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
EmailNotificationImpl - Class in org.jbpm.services.task.impl.model
 
EmailNotificationImpl() - Constructor for class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
EmailNotificationListener - Class in org.jbpm.services.task.deadlines.notifications.impl.email
 
EmailNotificationListener() - Constructor for class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
EmailSessionProducer - Class in org.jbpm.services.task.deadlines.notifications.impl.email
 
EmailSessionProducer() - Constructor for class org.jbpm.services.task.deadlines.notifications.impl.email.EmailSessionProducer
 
entityManagerFactory(EntityManagerFactory) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
entries - Variable in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMap
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
equals(Object) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
equals(Object) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
equals(Object) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
equals(List, List) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
EscalationImpl - Class in org.jbpm.services.task.impl.model
 
EscalationImpl() - Constructor for class org.jbpm.services.task.impl.model.EscalationImpl
 
eval(Reader) - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
eval(Reader, Map<String, Object>) - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
eval(String, Map<String, Object>) - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
eval(Reader, Map<String, Object>) - Static method in class org.jbpm.services.task.utils.MVELUtils
 
eval(Reader) - Static method in class org.jbpm.services.task.utils.MVELUtils
 
eval(String, Map<String, Object>) - Static method in class org.jbpm.services.task.utils.MVELUtils
 
evalTask(Reader, Map<String, Object>) - Static method in class org.jbpm.services.task.impl.factories.TaskFactory
 
evalTask(String, Map<String, Object>) - Static method in class org.jbpm.services.task.impl.factories.TaskFactory
 
evalTask(Reader) - Static method in class org.jbpm.services.task.impl.factories.TaskFactory
 
execute(Context) - Method in class org.jbpm.services.task.commands.ActivateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ClaimTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.CompleteTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DelegateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ExitTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.FailTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ForwardTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAttachmentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.NominateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ReleaseTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ResumeTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.SkipTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.StartTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.StopTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.SuspendTaskCommand
 
execute(Command<T>) - Method in class org.jbpm.services.task.commands.TaskCommandExecutorImpl
 
execute(Command<T>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
execute(Command<T>) - Method in class org.jbpm.services.task.identity.UserGroupTaskCommandExecutorDecorator
 
execute(Command<T>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
execute(Command<T>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
execute(Command<T>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
execute(Command<T>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
execute(Command<T>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
executeRules(Task, String, Object, String) - Method in class org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
 
executeRules(Task, String, Object, String) - Method in interface org.jbpm.services.task.rule.TaskRuleService
 
existsGroup(String) - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
existsGroup(String) - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
existsGroup(String) - Method in class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
existsGroup(String) - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
existsGroup(String) - Method in class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
existsUser(String) - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
existsUser(String) - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
existsUser(String) - Method in class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
existsUser(String) - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
existsUser(String) - Method in class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
exit(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
exit(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
exit(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
exit(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
exit(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
exit(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
exit(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ExitTaskCommand - Class in org.jbpm.services.task.commands
Operation.Exit : [ new OperationCommand().{ status = [ Status.Created, Status.Ready, Status.Reserved, Status.InProgress, Status.Suspended ], allowed = [ Allowed.BusinessAdministrator ], newStatus = Status.Exited } ]
ExitTaskCommand() - Constructor for class org.jbpm.services.task.commands.ExitTaskCommand
 
ExitTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ExitTaskCommand
 
External - Annotation Type in org.jbpm.services.task.annotations
 
extractUserId(String, OrganizationalEntity) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 

F

fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
FailTaskCommand - Class in org.jbpm.services.task.commands
Operation.Fail : [ new OperationCommand().{ status = [ Status.InProgress ], allowed = [ Allowed.Owner ], newStatus = Status.Failed } ],
FailTaskCommand() - Constructor for class org.jbpm.services.task.commands.FailTaskCommand
 
FailTaskCommand(long, String, Map<String, Object>) - Constructor for class org.jbpm.services.task.commands.FailTaskCommand
 
FaultDataImpl - Class in org.jbpm.services.task.impl.model
 
FaultDataImpl() - Constructor for class org.jbpm.services.task.impl.model.FaultDataImpl
 
forward(long, String, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
forward(long, String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
forward(long, String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
forward(long, String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
forward(long, String, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
forward(long, String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
forward(long, String, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ForwardTaskCommand - Class in org.jbpm.services.task.commands
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 }],
ForwardTaskCommand() - Constructor for class org.jbpm.services.task.commands.ForwardTaskCommand
 
ForwardTaskCommand(long, String, String) - Constructor for class org.jbpm.services.task.commands.ForwardTaskCommand
 

G

get(String) - Method in class org.jbpm.services.task.commands.TaskContext
 
getAccessType() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getAccessType() - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
getActivationTime() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getActivationTime() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getActivationTime() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getActiveTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getActiveTasks(Date) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getActiveTasks() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getActiveTasks(Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getActualOwner() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getActualOwner() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getActualOwner() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getAddedAt() - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
getAddedAt() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getAddedBy() - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
getAddedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getAdminService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getAllAttachmentsByTaskId(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskAttachmentDecorator
 
getAllAttachmentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
getAllAttachmentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getAllCommentsByTaskId(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
 
getAllCommentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
getAllCommentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getAllContentByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
getAllContentByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getAllowed() - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
getAllowed() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getAllTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
getAllTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getArchived() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getArchivedTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getArchivedTasks() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getAttachedAt() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getAttachedAt() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getAttachedBy() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getAttachedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getAttachements(Object) - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
getAttachemntURL(String) - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
getAttachmentById(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskAttachmentDecorator
 
getAttachmentById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getAttachmentById(long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
getAttachmentById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetAttachmentCommand - Class in org.jbpm.services.task.commands
 
GetAttachmentCommand() - Constructor for class org.jbpm.services.task.commands.GetAttachmentCommand
 
GetAttachmentCommand(long) - Constructor for class org.jbpm.services.task.commands.GetAttachmentCommand
 
getAttachmentContentId() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getAttachmentContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getAttachmentId() - Method in class org.jbpm.services.task.commands.GetAttachmentCommand
 
getAttachments() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getAttachments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getBody() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getBusinessAdministrators() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getBusinessAdministrators() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getBusinessAdministrators() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getBytes() - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
getClassName() - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
getCommentById(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
 
getCommentById(long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
getCommentById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getComments() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getComments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getCompletedTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getCompletedTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskStatisticsServiceImpl
 
getCompletedTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getCompletedTasks(Date) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getCompletedTasks() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getCompletedTasks(Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getCompletedTasksByProcessId(Long) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getCompletedTasksByProcessId(Long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getConnection() - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
getConstraints() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
getContent() - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
getContent() - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
getContent() - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
getContentById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getContentById(long) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
getContentById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetContentCommand - Class in org.jbpm.services.task.commands
 
GetContentCommand() - Constructor for class org.jbpm.services.task.commands.GetContentCommand
 
GetContentCommand(long) - Constructor for class org.jbpm.services.task.commands.GetContentCommand
 
getContentId() - Method in class org.jbpm.services.task.commands.GetContentCommand
 
getContentMap() - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
getContentService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getContentType() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getContentType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getContextManager() - Method in class org.jbpm.services.task.commands.TaskContext
 
getCreatedBy() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getCreatedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getCreatedBy() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getCreatedOn() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getCreatedOn() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getCreatedOn() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getData() - Method in class org.jbpm.services.task.commands.CompleteTaskCommand
 
getData() - Method in class org.jbpm.services.task.commands.FailTaskCommand
 
getDate() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
getDate() - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
getDeadlineId() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
getDeadlineId() - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
getDeadlines() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getDeadlinesService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getDelegates() - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
getDelegation() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getDeploymentId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getDeploymentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getDescription() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getDescriptions(long) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
getDescriptions(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
getDescriptions(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
getDescriptions() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getDescriptions() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getDescriptions() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getDescriptions(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getDescriptions(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getDescriptions(long) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
getDisplayName(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
getDisplayName(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
getDisplayName(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
getDocumentAccessType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getDocumentation() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
getDocumentation() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getDocumentation() - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
getDocumentContentId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getDocumentContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getDocumentType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getDocumentType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getDuration() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getEmailForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
getEmailForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
getEmailForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
getEmailHeaders() - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
getEmf() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getEndDate() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getEndDeadlines() - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
getEntityManagerFactory() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getEscalations() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
getEventListener() - Method in class org.jbpm.services.task.commands.TaskContext
 
getEventsRecieved() - Method in class org.jbpm.services.task.deadlines.notifications.impl.MockNotificationListener
 
getException(String) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getExceptionClass() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getExcludedOwners() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getExec() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getExpirationDate(long) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
getExpirationDate(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
getExpirationDate(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
getExpirationDate(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getExpirationDate(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getExpirationDate(long) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
getExpirationTime() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getExpirationTime() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getExpirationTime() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getExpression() - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
getFaultAccessType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getFaultContentId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getFaultContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFaultName() - Method in class org.jbpm.services.task.impl.model.FaultDataImpl
 
getFaultName() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getFaultName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFaultType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getFaultType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFormName() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getFrom() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getGlobals(String) - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
getGlobals(String) - Method in interface org.jbpm.services.task.rule.RuleContextProvider
 
getGroupById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
getGroupById(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getGroups() - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
getGroups() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getGroupsForUser(String, List<String>, List<String>) - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
getGroupsForUser(String, List<String>, List<String>) - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
getGroupsForUser(String, List<String>, List<String>) - Method in class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
getGroupsForUser(String, List<String>, List<String>) - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
getGroupsForUser(String, List<String>) - Method in class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
getGroupsForUser(String, List<String>, List<String>) - Method in class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
getGroupsForUser(String) - Method in class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
getGroupsIds() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getId() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getIdentityService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getInputs() - Static method in class org.jbpm.services.task.utils.MVELUtils
 
getInstance() - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
getInstanceService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getJbpmServicesPersistenceManager() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getJbpmTransactionManager() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getKey() - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
getKieBase(String) - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
getKieBase(String) - Method in interface org.jbpm.services.task.rule.RuleContextProvider
 
getLanguage() - Method in class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
getLanguage() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getLanguage() - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
getLanguageForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
getLanguageForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
getLanguageForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
getLifeCycleManager() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getLocalText(List<I18NTextImpl>, String, String) - Static method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
getManager() - Method in class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
getMapkey() - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getMembersForGroup(Group) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
getMembersForGroup(Group) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
getMembersForGroup(Group) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
getMessage() - Method in class org.jbpm.services.task.exception.TaskError
 
getName() - Method in class org.jbpm.services.task.commands.TaskContext
 
getName() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getName() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getName() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
getName() - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
getName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getName() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getNames() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getNames() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getNames() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getNewStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getNotifications() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
getNotificationType() - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
getNotificationType() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getOrganizationalEntityById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
getOrganizationalEntityById(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getOutputAccessType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getOutputContentId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getOutputContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getOutputType() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getOutputType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getParameter(String) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getParameters() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getParams() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
getParentId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getParentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getParentId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getPendingSubTasksByParent(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getPendingSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getPendingSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getPendingTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getPendingTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskStatisticsServiceImpl
 
getPeopleAssignments() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getPeopleAssignments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getPm() - Method in class org.jbpm.services.task.commands.TaskContext
 
getPotentialOwners() - Method in class org.jbpm.services.task.commands.NominateTaskCommand
 
getPotentialOwners() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getPotentialOwners() - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
getPotentialOwners() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getPotentialOwners() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getPotentialOwnersForTaskIds(List<Long>) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getPotentialOwnersForTaskIds(List<Long>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getPotentialOwnersForTaskIds(List<Long>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getPreviousStatus() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getPreviousStatus() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getPreviousStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getPriority(long) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
getPriority(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
getPriority(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
getPriority() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getPriority() - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
getPriority() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getPriority() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getPriority(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getPriority(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getPriority() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getPriority(long) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
getProcessId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getProcessId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getProcessId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcessInstanceId() - Method in class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
 
getProcessInstanceId() - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getProcessInstanceId() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getProcessInstanceId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getProcessInstanceId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getProcessInstanceId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcessSessionId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getProcessSessionId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getProcessSessionId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getQueryService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getReasons() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getReassignments() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
getRecipients() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getRecipients() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getReplyTo() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getRolePrincipleName() - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
getRuleContextProvider() - Method in class org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
 
getSerializedContent() - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
getSession() - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
getSize() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getSize() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getStartDate() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getStartDeadlines() - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
getStatus() - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getStatus() - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
getStatus() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getStatus() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getStatus() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getStatus() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getStatuses() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
getSubject() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getSubject() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getSubjects() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
getSubjects() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getSubjects() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getSubTasksAssignedAsPotentialOwner(long, String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getSubTasksAssignedAsPotentialOwner(long, String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getSubTasksAssignedAsPotentialOwner(long, String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getSubTasksByParent(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
getSubTaskStrategy() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getSubTaskStrategy() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
getTargetEntityId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getTask() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
getTaskAdminService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetTaskAssignedAsBusinessAdminCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsBusinessAdminCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
GetTaskAssignedAsBusinessAdminCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
GetTaskAssignedAsPotentialOwnerCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsPotentialOwnerCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerCommand(String, String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
getTaskAttachmentService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetTaskByWorkItemIdCommand - Class in org.jbpm.services.task.commands
 
GetTaskByWorkItemIdCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
GetTaskByWorkItemIdCommand(long) - Constructor for class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
GetTaskCommand - Class in org.jbpm.services.task.commands
 
GetTaskCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskCommand
 
GetTaskCommand(long) - Constructor for class org.jbpm.services.task.commands.GetTaskCommand
 
getTaskContent(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskContentService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskData() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getTaskData() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getTaskDefById(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
getTaskDefById(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskDefService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskDefService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskEvents() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
getTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskEventsService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getTaskId() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getTaskId() - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
getTaskId() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
getTaskId() - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
getTaskIdentityService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskIdentityService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskInitiator() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getTaskInitiator() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getTaskInstanceById(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTaskInstanceById(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTaskInstanceById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskInstanceService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskLifecycleEventListeners() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskNotificationEventListeners() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskQueryService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskQueryService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTaskRuleService() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsBusinessAdministrator(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsBusinessAdministrator(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsBusinessAdministrator(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsBusinessAdministrator(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsExcludedOwner(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsExcludedOwner(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsExcludedOwner(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwner(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwner(String, List<String>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwner(String, List<String>, String, int, int) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwner(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwner(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, String, int, int) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, String, int, int) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<String>, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<String>, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<String>, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<String>, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsRecipient(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsRecipient(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsRecipient(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsTaskInitiator(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsTaskInitiator(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskInitiator(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedAsTaskStakeholder(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedAsTaskStakeholder(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskStakeholder(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedByGroup(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedByGroup(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroup(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedByGroups(List<String>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedByGroups(List<String>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroups(List<String>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksAssignedByGroupsByExpirationDate(List<String>, String, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedByGroupsByExpirationDate(List<String>, String, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroupsByExpirationDateOptional(List<String>, String, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksAssignedByGroupsByExpirationDateOptional(List<String>, String, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetTasksByProcessInstanceIdCommand - Class in org.jbpm.services.task.commands
 
GetTasksByProcessInstanceIdCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
 
GetTasksByProcessInstanceIdCommand(long) - Constructor for class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetTasksByStatusByProcessInstanceIdCommand - Class in org.jbpm.services.task.commands
 
GetTasksByStatusByProcessInstanceIdCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
GetTasksByStatusByProcessInstanceIdCommand(long, String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getTaskService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskService() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
getTasksOwned(String, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksOwned(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksOwned(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwned(String, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksOwnedByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksOwnedByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwnedByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksOwnedByExpirationDateBeforeSpecifiedDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksOwnedByExpirationDateBeforeSpecifiedDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwnedByExpirationDateBeforeSpecifiedDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksOwnedByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksOwnedByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwnedByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getTasksOwnedByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
getTasksOwnedByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksOwnedByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwnedByStatus(String, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
GetTasksOwnedCommand - Class in org.jbpm.services.task.commands
 
GetTasksOwnedCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
GetTasksOwnedCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
GetTasksOwnedCommand(String, String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
getTaskStakeholders() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getTaskType() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getTaskType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getText() - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
getText() - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
getText() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getType() - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
getType() - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
getType() - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
getType() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
getType() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getUser() - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
getUser() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getUserById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
getUserById(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getUserGroupCallback() - Method in class org.jbpm.services.task.commands.TaskContext
 
getUserGroupLifeCycleDecorator() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
getUserId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getUserId() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
getUserInfo() - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
getUserInfo() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getUsers() - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
getUsers() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
getVersion() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getWorkItemId() - Method in class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
getWorkItemId() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
getWorkItemId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
GroupImpl - Class in org.jbpm.services.task.impl.model
 
GroupImpl() - Constructor for class org.jbpm.services.task.impl.model.GroupImpl
 
GroupImpl(String) - Constructor for class org.jbpm.services.task.impl.model.GroupImpl
 
groupsIds - Variable in class org.jbpm.services.task.commands.TaskCommand
 

H

hasEmail(Group) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
hashCode() - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
hashCode() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
hashCode(List) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
HumanTaskConfigurator - Class in org.jbpm.services.task
 
HumanTaskConfigurator() - Constructor for class org.jbpm.services.task.HumanTaskConfigurator
 
HumanTaskServiceFactory - Class in org.jbpm.services.task
 
HumanTaskServiceFactory() - Constructor for class org.jbpm.services.task.HumanTaskServiceFactory
 

I

I18NTextImpl - Class in org.jbpm.services.task.impl.model
 
I18NTextImpl() - Constructor for class org.jbpm.services.task.impl.model.I18NTextImpl
 
I18NTextImpl(String, String) - Constructor for class org.jbpm.services.task.impl.model.I18NTextImpl
 
I18NTextXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
I18NTextXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.I18NTextXmlAdapter
 
identityService(TaskIdentityService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
IllegalTaskStateException - Exception in org.jbpm.services.task.exception
 
IllegalTaskStateException(String) - Constructor for exception org.jbpm.services.task.exception.IllegalTaskStateException
 
IncorrectParametersException - Exception in org.jbpm.services.task.exception
Exception that is thrown when the parameters to a query are incorrect, with regard to either the number or type.
IncorrectParametersException(String) - Constructor for exception org.jbpm.services.task.exception.IncorrectParametersException
 
IncorrectParametersException(String, Throwable) - Constructor for exception org.jbpm.services.task.exception.IncorrectParametersException
 
init(Properties) - Method in class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
init() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
initialize() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Initializes the state of the TaskData, i.e. sets the createdOn, activationTime and sets the state to Status.Created.
initialize(Task) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
initialize() - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
initMVELOperations() - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
instance - Static variable in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
instanceService(TaskInstanceService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
Internal - Annotation Type in org.jbpm.services.task.annotations
 
InternalTaskLifeCycleEventListener - Class in org.jbpm.services.task.lifecycle.listeners
 
InternalTaskLifeCycleEventListener() - Constructor for class org.jbpm.services.task.lifecycle.listeners.InternalTaskLifeCycleEventListener
 
IS_ENTITY_ID_DN - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
IS_USER_ID_DN - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
isAddTargetEntityToPotentialOwners() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isAddTargetUserToPotentialOwners() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isAllowed(User, List<String>, List<? extends OrganizationalEntity>) - Static method in class org.jbpm.services.task.commands.CommandsUtil
 
isAllowed() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
isArchived() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
isEscalated() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
isRemoveUserFromPotentialOwners() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSetNewOwnerToNull() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSetNewOwnerToUser() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSetToPreviousStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSkipable(long) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
isSkipable(long) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
isSkipable(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
isSkipable() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
isSkipable() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
isSkipable(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
isSkipable(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
isSkipable() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSkipable() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
isSkipable(long) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
isUserIsExplicitPotentialOwner() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 

J

JAASUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
JAAS based implementation of user group callback dedicated when using LocalTaskService in container such as JBoss AS.
JAASUserGroupCallbackImpl() - Constructor for class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
JAASUserGroupCallbackImpl(String) - Constructor for class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
JaxbAttachment - Class in org.jbpm.services.task.impl.model.xml
 
JaxbAttachment() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
JaxbAttachment(Attachment) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
JaxbComment - Class in org.jbpm.services.task.impl.model.xml
 
JaxbComment() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbComment
 
JaxbComment(Comment) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbComment
 
JaxbContent - Class in org.jbpm.services.task.impl.model.xml
 
JaxbContent() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbContent
 
JaxbContent(Content) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbContent
 
JaxbContentMarshallerHelper - Class in org.jbpm.services.task.impl.model.xml
 
JaxbContentMarshallerHelper() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper
 
JaxbPeopleAssignments - Class in org.jbpm.services.task.impl.model.xml
 
JaxbPeopleAssignments() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
JaxbPeopleAssignments(PeopleAssignments) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
JaxbStringObjectMap - Class in org.jbpm.services.task.impl.model.xml.adapter
 
JaxbStringObjectMap() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMap
 
JaxbStringObjectMapEntry - Class in org.jbpm.services.task.impl.model.xml.adapter
 
JaxbStringObjectMapEntry() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
JaxbStringObjectMapEntry(String, String, byte[]) - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
JaxbTask - Class in org.jbpm.services.task.impl.model.xml
 
JaxbTask() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTask
 
JaxbTask(Task) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTask
 
JaxbTaskData - Class in org.jbpm.services.task.impl.model.xml
 
JaxbTaskData() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
JaxbTaskData(TaskData) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
JBossUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
 
JBossUserGroupCallbackImpl() - Constructor for class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
JBossUserGroupCallbackImpl(String) - Constructor for class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
JBossUserGroupCallbackImpl(Properties) - Constructor for class org.jbpm.services.task.identity.JBossUserGroupCallbackImpl
 
JPATaskLifeCycleEventListener - Class in org.jbpm.services.task.lifecycle.listeners
 
JPATaskLifeCycleEventListener() - Constructor for class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 

L

LANG_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
LanguageImpl - Class in org.jbpm.services.task.impl.model
 
LanguageImpl() - Constructor for class org.jbpm.services.task.impl.model.LanguageImpl
 
LanguageImpl(String) - Constructor for class org.jbpm.services.task.impl.model.LanguageImpl
 
LDAPUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
LDAP integration for Task Service to collect user and role/group information.
LDAPUserGroupCallbackImpl() - Constructor for class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
LDAPUserGroupCallbackImpl(Properties) - Constructor for class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
LDAPUserInfoImpl - Class in org.jbpm.services.task.identity
 
LDAPUserInfoImpl() - Constructor for class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
LDAPUserInfoImpl(Properties) - Constructor for class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
lifeCycleManager(LifeCycleManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
LifeCycleManager - Interface in org.jbpm.services.task.internals.lifecycle
 
Local - Annotation Type in org.jbpm.services.task.annotations
 

M

marshal(I18NText) - Method in class org.jbpm.services.task.impl.model.xml.adapter.I18NTextXmlAdapter
 
marshal(OrganizationalEntity) - Method in class org.jbpm.services.task.impl.model.xml.adapter.OrganizationalEntityXmlAdapter
 
marshal(Status) - Method in class org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter
 
marshal(Map<String, Object>) - Method in class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
marshal(SubTasksStrategy) - Method in class org.jbpm.services.task.impl.model.xml.adapter.SubTasksStrategyXmlAdapter
 
marshal(User) - Method in class org.jbpm.services.task.impl.model.xml.adapter.UserXmlAdapter
 
marshal(Object, Environment) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper
 
marshal(Object, Environment) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
marshalFault(Map<String, Object>, Environment) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper
 
marshalFault(Map<String, Object>, Environment) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
marshallContent(Object, Environment) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
MEMBER_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
MockNotificationListener - Class in org.jbpm.services.task.deadlines.notifications.impl
 
MockNotificationListener() - Constructor for class org.jbpm.services.task.deadlines.notifications.impl.MockNotificationListener
 
Mvel - Annotation Type in org.jbpm.services.task.annotations
 
MVELLifeCycleManager - Class in org.jbpm.services.task.internals.lifecycle
 
MVELLifeCycleManager() - Constructor for class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
MvelUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
 
MvelUserGroupCallbackImpl() - Constructor for class org.jbpm.services.task.identity.MvelUserGroupCallbackImpl
 
MVELUtils - Class in org.jbpm.services.task.utils
 
MVELUtils() - Constructor for class org.jbpm.services.task.utils.MVELUtils
 

N

NAME_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
newTask(String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
newTask(TaskDef, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
newTask(TaskDef, Map<String, Object>, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
newTaskService() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
newTaskServiceConfigurator() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
nominate(long, String, List<OrganizationalEntity>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
NominateTaskCommand - Class in org.jbpm.services.task.commands
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 } ],
NominateTaskCommand() - Constructor for class org.jbpm.services.task.commands.NominateTaskCommand
 
NominateTaskCommand(long, String, List<OrganizationalEntity>) - Constructor for class org.jbpm.services.task.commands.NominateTaskCommand
 
NotificationImpl - Class in org.jbpm.services.task.impl.model
 
NotificationImpl() - Constructor for class org.jbpm.services.task.impl.model.NotificationImpl
 
NotificationListener - Interface in org.jbpm.services.task.deadlines
 

O

OnErrorAction - Enum in org.jbpm.services.task.utils
Defines possible actions in case an error was encountered.
onNotification(NotificationEvent) - Method in interface org.jbpm.services.task.deadlines.NotificationListener
 
onNotification(NotificationEvent) - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailNotificationListener
 
onNotification(NotificationEvent) - Method in class org.jbpm.services.task.deadlines.notifications.impl.MockNotificationListener
 
OperationCommand - Class in org.jbpm.services.task.internals.lifecycle
 
OperationCommand() - Constructor for class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
org.jbpm.services.task - package org.jbpm.services.task
 
org.jbpm.services.task.admin.listener - package org.jbpm.services.task.admin.listener
 
org.jbpm.services.task.annotations - package org.jbpm.services.task.annotations
 
org.jbpm.services.task.commands - package org.jbpm.services.task.commands
 
org.jbpm.services.task.deadlines - package org.jbpm.services.task.deadlines
 
org.jbpm.services.task.deadlines.notifications.impl - package org.jbpm.services.task.deadlines.notifications.impl
 
org.jbpm.services.task.deadlines.notifications.impl.email - package org.jbpm.services.task.deadlines.notifications.impl.email
 
org.jbpm.services.task.events - package org.jbpm.services.task.events
 
org.jbpm.services.task.exception - package org.jbpm.services.task.exception
 
org.jbpm.services.task.identity - package org.jbpm.services.task.identity
 
org.jbpm.services.task.impl - package org.jbpm.services.task.impl
 
org.jbpm.services.task.impl.command - package org.jbpm.services.task.impl.command
 
org.jbpm.services.task.impl.factories - package org.jbpm.services.task.impl.factories
 
org.jbpm.services.task.impl.model - package org.jbpm.services.task.impl.model
 
org.jbpm.services.task.impl.model.xml - package org.jbpm.services.task.impl.model.xml
 
org.jbpm.services.task.impl.model.xml.adapter - package org.jbpm.services.task.impl.model.xml.adapter
 
org.jbpm.services.task.internals.lifecycle - package org.jbpm.services.task.internals.lifecycle
 
org.jbpm.services.task.lifecycle.listeners - package org.jbpm.services.task.lifecycle.listeners
 
org.jbpm.services.task.query - package org.jbpm.services.task.query
 
org.jbpm.services.task.rule - package org.jbpm.services.task.rule
 
org.jbpm.services.task.rule.impl - package org.jbpm.services.task.rule.impl
 
org.jbpm.services.task.subtask - package org.jbpm.services.task.subtask
 
org.jbpm.services.task.utils - package org.jbpm.services.task.utils
 
OrganizationalEntityImpl - Class in org.jbpm.services.task.impl.model
 
OrganizationalEntityImpl() - Constructor for class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
OrganizationalEntityImpl(String) - Constructor for class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
OrganizationalEntityXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
OrganizationalEntityXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.OrganizationalEntityXmlAdapter
 

P

PeopleAssignmentsImpl - Class in org.jbpm.services.task.impl.model
 
PeopleAssignmentsImpl() - Constructor for class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
PermissionDeniedException - Exception in org.jbpm.services.task.exception
Exception that is thrown when a User try to perform an Operation on a Task
PermissionDeniedException(String) - Constructor for exception org.jbpm.services.task.exception.PermissionDeniedException
 
persistenceManager(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
PresentationElement - Class in org.jbpm.services.task.impl.model
 
PresentationElement() - Constructor for class org.jbpm.services.task.impl.model.PresentationElement
 
PRINCIPAL_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
produceSession() - Method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailSessionProducer
 
PropertyUserInfoImpl - Class in org.jbpm.services.task.identity
 
PropertyUserInfoImpl() - Constructor for class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
PropertyUserInfoImpl(Properties) - Constructor for class org.jbpm.services.task.identity.PropertyUserInfoImpl
Constructs default UserInfo implementation to provide required information to the escalation handler.

Q

queryService(TaskQueryService) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 

R

readAttachmentList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readBooleanExpressionList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readCommentList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readDeadlinesList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readEscalationList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.exception.TaskError
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.FaultDataImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.GroupImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.UserImpl
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
readI18NTextList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readNotificationList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readOrganizationalEntityList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
readReassignmentList(ObjectInput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
realClass - Variable in class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
ReassignmentImpl - Class in org.jbpm.services.task.impl.model
 
ReassignmentImpl() - Constructor for class org.jbpm.services.task.impl.model.ReassignmentImpl
 
registerTaskLifecycleEventListener(JbpmServicesEventListener<Task>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
registerTaskNotificationEventListener(JbpmServicesEventListener<NotificationEvent>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
registry - Variable in class org.jbpm.services.task.identity.DefaultUserInfo
 
registry - Variable in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
release(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
release(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
release(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
release(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
release(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
release(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
release(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ReleaseTaskCommand - Class in org.jbpm.services.task.commands
Operation.Release : [ new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [Allowed.Owner, Allowed.BusinessAdministrator ], setNewOwnerToNull = true, newStatus = Status.Ready } ],
ReleaseTaskCommand() - Constructor for class org.jbpm.services.task.commands.ReleaseTaskCommand
 
ReleaseTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ReleaseTaskCommand
 
remove(String) - Method in class org.jbpm.services.task.commands.TaskContext
 
remove(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
remove(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
remove(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
remove(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
remove(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
remove(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
removeAllTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
removeAllTasks() - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
removeAttachment(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Removes the Attachment specified by the attachmentId.
removeComment(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Removes the Comment specified by the commentId.
removeGroup(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
removeGroup(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
removeMarshallerContext(String) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
removeMarshallerContext(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
removeTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
removeTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
removeTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
removeTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
removeUser(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
removeUser(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
requiredProperties - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
requiredProperties - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
reset() - Method in class org.jbpm.services.task.deadlines.notifications.impl.MockNotificationListener
 
resume(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
resume(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
resume(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
resume(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
resume(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
resume(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
resume(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
ResumeTaskCommand - Class in org.jbpm.services.task.commands
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 } ],
ResumeTaskCommand() - Constructor for class org.jbpm.services.task.commands.ResumeTaskCommand
 
ResumeTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ResumeTaskCommand
 
ROLE_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
ROLE_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
ROLE_CTX - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
ROLE_CTX - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
ROLE_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
ROLE_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
ROLE_MEMBERS_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
ROLES_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
RuleContextProvider - Interface in org.jbpm.services.task.rule
 
RuleContextProviderImpl - Class in org.jbpm.services.task.rule.impl
 
RuleContextProviderImpl() - Constructor for class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 

S

schedule(long, long, long, TaskDeadlinesService.DeadlineType) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
searchLdap(String, String, String, OrganizationalEntity) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
serializeObject(Object, String) - Static method in class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
set(String, Object) - Method in class org.jbpm.services.task.commands.TaskContext
 
setAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
setActivationTime(Date) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setActivationTime(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setActualOwner(User) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setActualOwner(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setAddedAt(Date) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
setAddedBy(User) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
setAddTargetUserToPotentialOwners(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setAdminService(TaskAdminService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setAllowed(AllowedToDelegate) - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
setAllowed(List<Allowed>) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setAllowed(boolean) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
setArchived(Boolean) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setAttachedAt(Date) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachedBy(User) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachmentContentId(long) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachmentId(long) - Method in class org.jbpm.services.task.commands.GetAttachmentCommand
 
setAttachments(List<Attachment>) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setBody(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setBusinessAdministrators(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setBusinessAdministrators(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setClassName(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
setComments(List<Comment>) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setConstraints(List<BooleanExpression>) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setContent(Content) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
Sets the content for this attachment, i.e. the size and the attachmentContentId.
setContent(byte[]) - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
setContent(byte[]) - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
setContentId(long) - Method in class org.jbpm.services.task.commands.GetContentCommand
 
setContentService(TaskContentService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setContentType(String) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setCreatedBy(User) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setCreatedBy(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setData(Map<String, Object>) - Method in class org.jbpm.services.task.commands.CompleteTaskCommand
 
setData(Map<String, Object>) - Method in class org.jbpm.services.task.commands.FailTaskCommand
 
setDate(Date) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
setDate(Date) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
setDeadlineId(long) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
setDeadlines(Deadlines) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setDeadlineService(TaskDeadlinesService) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setDeadlinesService(TaskDeadlinesService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setDelegate(TaskInstanceService) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setDelegate(TaskQueryService) - Method in class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
setDelegates(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
setDelegation(Delegation) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setDeploymentId(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDescription(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setDescriptions(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setDescriptions(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setDocument(long, ContentData) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Sets the document content data for this task data.
setDocumentAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDocumentation(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
setDocumentation(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setDocumentation(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
setDocumentContentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDocumentType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDuration(Long) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setEmailHeaders(Map<? extends Language, ? extends EmailNotificationHeader>) - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
setEndDate(Date) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setEndDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
setEntityManagerFactory(EntityManagerFactory) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setEscalated(Boolean) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
setEscalations(List<Escalation>) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
setEventListener(TaskLifeCycleEventListener) - Method in class org.jbpm.services.task.commands.TaskContext
 
setExceptionClass(Class<? extends TaskException>) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
setExcludedOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setExec(Operation) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setExpression(String) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setFault(long, FaultData) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Sets the fault data for this task data.
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setFaultAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultContentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.FaultDataImpl
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFormName(String) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setFrom(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setGroupsIds(List<String>) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setId(long) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setId(String) - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
setId(long) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setIdentityService(TaskIdentityService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setInstance(TaskDeadlinesService) - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setInstanceService(TaskInstanceService) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setInstanceService(TaskInstanceService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setInstanceService(TaskInstanceService) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setJbpmServicesTransactionManager(JbpmServicesTransactionManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setKey(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.ClaimNextAvailableTaskCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setLanguage(String) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
setLifeCycleManager(LifeCycleManager) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setLifeCycleManager(LifeCycleManager) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setManager(LifeCycleManager) - Method in class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
setMapkey(String) - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
setName(String) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setName(String) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setName(String) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setName(String) - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
setName(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setNames(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setNames(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setNewStatus(Status) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setNotificationEvents(Event<NotificationEvent>) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setNotifications(List<Notification>) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setOutput(long, ContentData) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Sets the content data for this task data.
setOutput(long, String, Object) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setOutputAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setOutputContentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setOutputType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setParams(Map<String, Object>) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setParentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setParentId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setPeopleAssignments(PeopleAssignments) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.commands.TaskContext
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.lifecycle.listeners.JPATaskLifeCycleEventListener
 
setPm(JbpmServicesPersistenceManager) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setPotentialOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.commands.NominateTaskCommand
 
setPotentialOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setPotentialOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
setPotentialOwners(List<String>) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setPreviousStatus(Status) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setPreviousStatus(List<Status>) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setPriority(long, int) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setPriority(long, int) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setPriority(long, String, int) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setPriority(long, int) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setPriority(int) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setPriority(int) - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
setPriority(int) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setPriority(long, int) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setPriority(long, int) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setPriority(int) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setPriority(long, int) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setProcessId(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setProcessId(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.commands.GetTasksByProcessInstanceIdCommand
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessSessionId(int) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setProcessSessionId(int) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setQueryService(TaskQueryService) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setQueryService(TaskQueryService) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setQueryService(TaskQueryService) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setReassignments(List<Reassignment>) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setRecipients(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setRecipients(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setRemoveUserFromPotentialOwners(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setReplyTo(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setRolePrincipleName(String) - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
setRuleContextProvider(RuleContextProvider) - Method in class org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
 
setSetNewOwnerToNull(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setSetNewOwnerToUser(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setSetToPreviousStatus(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setSize(int) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setSkipable(boolean) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setSkipable(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setSkipable(boolean) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setStartDate(Date) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setStartDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
setStatus(List<Status>) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
setStatus(List<Status>) - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
setStatus(String) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setStatus(Status) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setStatus(List<Status>) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setStatus(Status) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setStatuses(List<Status>) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
setSubject(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setSubject(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setSubjects(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
setSubjects(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setSubTaskStrategy(SubTasksStrategy) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setSubTaskStrategy(SubTasksStrategy) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setTargetEntityId(String) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setTask(Task) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setTaskAdminService(TaskAdminService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskAttachmentService(TaskAttachmentService) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskAttachmentService(TaskAttachmentService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskCommentService(TaskCommentService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskContentService(TaskContentService) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskContentService(TaskContentService) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setTaskContentService(TaskContentService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskContentService(TaskContentService) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskData(TaskData) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setTaskDefService(TaskDefService) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskDefService(TaskDefService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskEvents(Event<Task>) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskEvents(Event<Task>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setTaskEvents(Event<Task>) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskEventsService(TaskEventsService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskId(long) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setTaskId(long) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setTaskId(long) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
setTaskId(long) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
setTaskIdentityService(TaskIdentityService) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskIdentityService(TaskIdentityService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskIdentityService(TaskIdentityService) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskInitiator(User) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setTaskInstanceService(TaskInstanceService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
setTaskQueryService(TaskQueryService) - Method in class org.jbpm.services.task.commands.TaskContext
 
setTaskQueryService(TaskQueryService) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setTaskQueryService(TaskQueryService) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setTaskQueryService(TaskQueryService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskQueryService(TaskQueryService) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskRuleService(TaskRuleService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskStakeholders(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setTaskStatisticService(TaskStatisticsService) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setTaskType(String) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setText(String) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
setText(String) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
setType(String) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
setType(String) - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
setType(TaskEvent.TaskEventType) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
setUser(User) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
setUserGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.commands.TaskContext
 
setUserGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.identity.AbstractUserGroupCallbackDecorator
 
setUserGroupLifeCycleDecorator(UserGroupLifeCycleManagerDecorator) - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
setUserId(String) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setUserId(String) - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
setUserInfo(UserInfo) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
setUserIsExplicitPotentialOwner(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setValue(byte[]) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
setWorkItemId(long) - Method in class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
setWorkItemId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
skip(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
skip(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
skip(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
skip(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
skip(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
skip(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
skip(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
SkipTaskCommand - Class in org.jbpm.services.task.commands
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 } ],
SkipTaskCommand() - Constructor for class org.jbpm.services.task.commands.SkipTaskCommand
 
SkipTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.SkipTaskCommand
 
start(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
start(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
start(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
start(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
start(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
start(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
start(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
StartTaskCommand - Class in org.jbpm.services.task.commands
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 } ], *
StartTaskCommand() - Constructor for class org.jbpm.services.task.commands.StartTaskCommand
 
StartTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.StartTaskCommand
 
StatusXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
StatusXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter
 
stop(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
stop(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
stop(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
stop(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
stop(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
stop(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
stop(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
StopTaskCommand - Class in org.jbpm.services.task.commands
Operation.Stop : [ new OperationCommand().{ status = [ Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Reserved } ],
StopTaskCommand() - Constructor for class org.jbpm.services.task.commands.StopTaskCommand
 
StopTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.StopTaskCommand
 
StringObjectMapXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
StringObjectMapXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
SubTaskDecorator - Class in org.jbpm.services.task.subtask
 
SubTaskDecorator() - Constructor for class org.jbpm.services.task.subtask.SubTaskDecorator
 
SubTasksStrategyXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
SubTasksStrategyXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.SubTasksStrategyXmlAdapter
 
suspend(long, String) - Method in class org.jbpm.services.task.deadlines.DeadlinesDecorator
 
suspend(long, String) - Method in class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
suspend(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskInstanceServiceImpl
 
suspend(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
suspend(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
suspend(long, String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
suspend(long, String) - Method in class org.jbpm.services.task.subtask.SubTaskDecorator
 
SuspendTaskCommand - Class in org.jbpm.services.task.commands
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 } ],
SuspendTaskCommand() - Constructor for class org.jbpm.services.task.commands.SuspendTaskCommand
 
SuspendTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.SuspendTaskCommand
 

T

targetEntityId - Variable in class org.jbpm.services.task.commands.TaskCommand
 
TaskAdminServiceImpl - Class in org.jbpm.services.task.impl
 
TaskAdminServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
TaskAttachmentServiceImpl - Class in org.jbpm.services.task.impl
 
TaskAttachmentServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
TaskCleanUpProcessEventListener - Class in org.jbpm.services.task.admin.listener
 
TaskCleanUpProcessEventListener(TaskService) - Constructor for class org.jbpm.services.task.admin.listener.TaskCleanUpProcessEventListener
 
TaskCommand<T> - Class in org.jbpm.services.task.commands
 
TaskCommand() - Constructor for class org.jbpm.services.task.commands.TaskCommand
 
TaskCommandExecutorImpl - Class in org.jbpm.services.task.commands
 
TaskCommandExecutorImpl() - Constructor for class org.jbpm.services.task.commands.TaskCommandExecutorImpl
 
TaskCommentServiceImpl - Class in org.jbpm.services.task.impl
 
TaskCommentServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
TaskContentServiceImpl - Class in org.jbpm.services.task.impl
 
TaskContentServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskContentServiceImpl
 
TaskContext - Class in org.jbpm.services.task.commands
 
TaskContext() - Constructor for class org.jbpm.services.task.commands.TaskContext
 
TaskContext(TaskServiceEntryPointImpl) - Constructor for class org.jbpm.services.task.commands.TaskContext
 
TaskDataImpl - Class in org.jbpm.services.task.impl.model
 
TaskDataImpl() - Constructor for class org.jbpm.services.task.impl.model.TaskDataImpl
 
TaskDeadlinesServiceImpl - Class in org.jbpm.services.task.impl
 
TaskDeadlinesServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
TaskDeadlinesServiceImpl.ScheduledTaskDeadline - Class in org.jbpm.services.task.impl
 
TaskDeadlinesServiceImpl.ScheduledTaskDeadline(long, long, TaskDeadlinesService.DeadlineType) - Constructor for class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
TaskDefFactory - Class in org.jbpm.services.task.impl.factories
 
TaskDefFactory() - Constructor for class org.jbpm.services.task.impl.factories.TaskDefFactory
 
TaskDefImpl - Class in org.jbpm.services.task.impl.model
 
TaskDefImpl() - Constructor for class org.jbpm.services.task.impl.model.TaskDefImpl
 
TaskDefImpl(String) - Constructor for class org.jbpm.services.task.impl.model.TaskDefImpl
 
TaskDefServiceImpl - Class in org.jbpm.services.task.impl
 
TaskDefServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskDefServiceImpl
 
TaskError - Class in org.jbpm.services.task.exception
 
TaskError() - Constructor for class org.jbpm.services.task.exception.TaskError
 
TaskError(String) - Constructor for class org.jbpm.services.task.exception.TaskError
 
TaskEventImpl - Class in org.jbpm.services.task.impl.model
 
TaskEventImpl() - Constructor for class org.jbpm.services.task.impl.model.TaskEventImpl
 
TaskEventImpl(long, TaskEvent.TaskEventType, User) - Constructor for class org.jbpm.services.task.impl.model.TaskEventImpl
 
TaskEventsServiceImpl - Class in org.jbpm.services.task.impl
 
TaskEventsServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
TaskException - Exception in org.jbpm.services.task.exception
Base class for all exceptions for the task related activities
TaskException(String) - Constructor for exception org.jbpm.services.task.exception.TaskException
 
TaskException(String, Throwable) - Constructor for exception org.jbpm.services.task.exception.TaskException
 
TaskFactory - Class in org.jbpm.services.task.impl.factories
 
TaskFactory() - Constructor for class org.jbpm.services.task.impl.factories.TaskFactory
 
taskId - Variable in class org.jbpm.services.task.commands.TaskCommand
 
TaskIdentityServiceImpl - Class in org.jbpm.services.task.impl
 
TaskIdentityServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
TaskImpl - Class in org.jbpm.services.task.impl.model
 
TaskImpl() - Constructor for class org.jbpm.services.task.impl.model.TaskImpl
 
TaskInstanceServiceImpl - Class in org.jbpm.services.task.impl
 
TaskInstanceServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
TaskLifeCycleEventListener - Interface in org.jbpm.services.task.lifecycle.listeners
 
taskOperation(Operation, long, String, String, Map<String, Object>, List<String>) - Method in class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
taskOperation(Operation, long, String, String, Map<String, Object>, List<String>) - Method in interface org.jbpm.services.task.internals.lifecycle.LifeCycleManager
 
taskOperation(Operation, long, String, String, Map<String, Object>, List<String>) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
TaskQueryServiceImpl - Class in org.jbpm.services.task.impl
 
TaskQueryServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
TaskRuleService - Interface in org.jbpm.services.task.rule
 
TaskRuleServiceImpl - Class in org.jbpm.services.task.rule.impl
 
TaskRuleServiceImpl() - Constructor for class org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
 
TaskServiceEntryPointImpl - Class in org.jbpm.services.task.impl
 
TaskServiceEntryPointImpl() - Constructor for class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
TaskServiceRequest - Class in org.jbpm.services.task.rule
 
TaskServiceRequest(String, User, Map<String, Object>) - Constructor for class org.jbpm.services.task.rule.TaskServiceRequest
 
TaskStatisticsServiceImpl - Class in org.jbpm.services.task.impl
 
TaskStatisticsServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskStatisticsServiceImpl
 
TaskSummaryImpl - Class in org.jbpm.services.task.query
 
TaskSummaryImpl(long, long, String, String, String, Status, int, boolean, User, User, Date, Date, Date, String, int, SubTasksStrategy, long) - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
TaskSummaryImpl() - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
toString() - Method in class org.jbpm.services.task.commands.ActivateTaskCommand
 
toString() - Method in class org.jbpm.services.task.impl.model.BAMTaskSummaryImpl
 
toString() - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
toString() - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
toString(Reader) - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
toString(Reader) - Static method in class org.jbpm.services.task.utils.MVELUtils
 
transactionManager(JbpmServicesTransactionManager) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 

U

undeployTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
undeployTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskServiceEntryPointImpl
 
unmarshal(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.I18NTextXmlAdapter
 
unmarshal(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.OrganizationalEntityXmlAdapter
 
unmarshal(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter
 
unmarshal(JaxbStringObjectMap) - Method in class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
unmarshal(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.SubTasksStrategyXmlAdapter
 
unmarshal(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.UserXmlAdapter
 
unmarshall(byte[], Environment) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper
 
unmarshall(byte[], Environment, ClassLoader) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbContentMarshallerHelper
 
unmarshall(byte[], Environment) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
unmarshall(byte[], Environment, ClassLoader) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
unschedule(long, TaskDeadlinesService.DeadlineType) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
updateTask(BAMTaskSummaryImpl, Task) - Method in interface org.jbpm.services.task.lifecycle.listeners.BAMTaskEventListener.BAMTaskWorker
 
USER_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
USER_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
USER_CTX - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
USER_CTX - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
USER_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
USER_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
USER_ROLES_CTX - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
USER_ROLES_FILTER - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
USER_ROLES_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
userGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
UserGroupLifeCycleManagerDecorator - Class in org.jbpm.services.task.identity
 
UserGroupLifeCycleManagerDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
UserGroupTaskAttachmentDecorator - Class in org.jbpm.services.task.identity
 
UserGroupTaskAttachmentDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupTaskAttachmentDecorator
 
UserGroupTaskCommandExecutorDecorator - Class in org.jbpm.services.task.identity
 
UserGroupTaskCommandExecutorDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupTaskCommandExecutorDecorator
 
UserGroupTaskCommentDecorator - Class in org.jbpm.services.task.identity
 
UserGroupTaskCommentDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupTaskCommentDecorator
 
UserGroupTaskInstanceServiceDecorator - Class in org.jbpm.services.task.identity
 
UserGroupTaskInstanceServiceDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupTaskInstanceServiceDecorator
 
UserGroupTaskQueryServiceDecorator - Class in org.jbpm.services.task.identity
 
UserGroupTaskQueryServiceDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupTaskQueryServiceDecorator
 
userId - Variable in class org.jbpm.services.task.commands.TaskCommand
 
UserImpl - Class in org.jbpm.services.task.impl.model
 
UserImpl() - Constructor for class org.jbpm.services.task.impl.model.UserImpl
 
UserImpl(String) - Constructor for class org.jbpm.services.task.impl.model.UserImpl
 
UserXmlAdapter - Class in org.jbpm.services.task.impl.model.xml.adapter
 
UserXmlAdapter() - Constructor for class org.jbpm.services.task.impl.model.xml.adapter.UserXmlAdapter
 

V

validate() - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
validate() - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
valueOf(String) - Static method in enum org.jbpm.services.task.internals.lifecycle.Allowed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jbpm.services.task.utils.OnErrorAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.services.task.internals.lifecycle.Allowed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jbpm.services.task.utils.OnErrorAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeAttachmentList(List<Attachment>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeBooleanExpressionList(List<BooleanExpression>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeCommentList(List<Comment>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeDeadlineList(List<Deadline>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeEscalationList(List<Escalation>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.exception.TaskError
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.BooleanExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.ContentDataImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.ContentImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.FaultDataImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.GroupImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.NotificationImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.OrganizationalEntityImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.ReassignmentImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.TaskDefImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.TaskEventImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.UserImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
writeI18NTextList(List<I18NText>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeNotificationList(List<Notification>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeOrganizationalEntityList(List<OrganizationalEntity>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
writeReassignmentList(List<Reassignment>, ObjectOutput) - Static method in class org.jbpm.services.task.utils.CollectionUtils
 
A B C D E F G H I J L M N O P Q R S T U V W 
jBPM :: Human Task Core 6.0.0-redhat-3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.