jBPM :: Human Task Core 6.0.3-redhat-9
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
 
AbstractUserGroupInfo - Class in org.jbpm.services.task.identity
 
AbstractUserGroupInfo() - Constructor for class org.jbpm.services.task.identity.AbstractUserGroupInfo
 
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
 
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.impl.command.CommandBasedTaskService
 
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
 
AddAttachmentCommand - Class in org.jbpm.services.task.commands
 
AddAttachmentCommand() - Constructor for class org.jbpm.services.task.commands.AddAttachmentCommand
 
AddAttachmentCommand(Long, Attachment, Content) - Constructor for class org.jbpm.services.task.commands.AddAttachmentCommand
 
addComment(long, Comment) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
AddCommentCommand - Class in org.jbpm.services.task.commands
 
AddCommentCommand() - Constructor for class org.jbpm.services.task.commands.AddCommentCommand
 
AddCommentCommand(Long, Comment) - Constructor for class org.jbpm.services.task.commands.AddCommentCommand
 
addContent(long, Content) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
addContent(long, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
AddContentCommand - Class in org.jbpm.services.task.commands
 
AddContentCommand() - Constructor for class org.jbpm.services.task.commands.AddContentCommand
 
AddContentCommand(Long, Content) - Constructor for class org.jbpm.services.task.commands.AddContentCommand
 
AddContentCommand(Long, Map<String, Object>) - Constructor for class org.jbpm.services.task.commands.AddContentCommand
 
addDefaultInterceptor() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
addEntry(JaxbStringObjectMapEntry) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMap
 
addExternalUserGroupAdapter(UserGroupAdapter) - Static method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
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.command.CommandBasedTaskService
 
addGroup(Group) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
AddGroupCommand - Class in org.jbpm.services.task.commands
 
AddGroupCommand() - Constructor for class org.jbpm.services.task.commands.AddGroupCommand
 
AddGroupCommand(String) - Constructor for class org.jbpm.services.task.commands.AddGroupCommand
 
addGroupFromCallbackOperation(String, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
addInterceptor(Interceptor) - Method in class org.jbpm.services.task.commands.TaskCommandExecutorImpl
 
addInterceptor(Interceptor) - Method in class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
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.command.CommandBasedTaskService
 
addMarshallerContext(String, ContentMarshallerContext) - Method in class org.jbpm.services.task.impl.TaskContentRegistry
 
addMarshallerContext(String, ContentMarshallerContext) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
addParametersToMap(Object...) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
addReason(String) - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
addTask(Task, Map<String, Object>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
addTask(Task, ContentData) - 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
 
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.command.CommandBasedTaskService
 
addUser(User) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
AddUserCommand - Class in org.jbpm.services.task.commands
 
AddUserCommand() - Constructor for class org.jbpm.services.task.commands.AddUserCommand
 
AddUserCommand(String) - Constructor for class org.jbpm.services.task.commands.AddUserCommand
 
addUserFromCallbackOperation(String, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
addUsersAndGroups(Map<String, User>, Map<String, Group>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
AddUsersGroupsCommand - Class in org.jbpm.services.task.commands
 
AddUsersGroupsCommand() - Constructor for class org.jbpm.services.task.commands.AddUsersGroupsCommand
 
AddUsersGroupsCommand(Map<String, User>, Map<String, Group>) - Constructor for class org.jbpm.services.task.commands.AddUsersGroupsCommand
 
afterProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.services.task.admin.listener.TaskCleanUpProcessEventListener
 
afterTaskActivatedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskAddedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskClaimedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskCompletedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskDelegatedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskExitedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskFailedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskForwardedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskReleasedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskResumedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskSkippedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskStartedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskStoppedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
afterTaskSuspendedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
Allowed - Enum in org.jbpm.services.task.internals.lifecycle
 
archiveTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
archiveTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
ArchiveTasksCommand - Class in org.jbpm.services.task.commands
 
ArchiveTasksCommand() - Constructor for class org.jbpm.services.task.commands.ArchiveTasksCommand
 
ArchiveTasksCommand(List<TaskSummary>) - Constructor for class org.jbpm.services.task.commands.ArchiveTasksCommand
 
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

beforeTaskActivatedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskAddedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskClaimedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskCompletedEvent(TaskEvent) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
beforeTaskCompletedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskDelegatedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskExitedEvent(TaskEvent) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
beforeTaskExitedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskFailedEvent(TaskEvent) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
beforeTaskFailedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskForwardedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskReleasedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskResumedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskSkippedEvent(TaskEvent) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
beforeTaskSkippedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskStartedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskStoppedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskSuspendedEvent(TaskEvent) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
beforeTaskSuspendedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beginCommandScopedEntityManager() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContextManager
 
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
 
CancelDeadlineCommand - Class in org.jbpm.services.task.commands
 
CancelDeadlineCommand() - Constructor for class org.jbpm.services.task.commands.CancelDeadlineCommand
 
CancelDeadlineCommand(long, boolean, boolean) - Constructor for class org.jbpm.services.task.commands.CancelDeadlineCommand
 
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
 
castClass(Class<?>) - Static method in class org.jbpm.services.task.utils.ClassUtil
 
check() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
checkExistence(String, String) - Method in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
claim(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
claim(long, String, List<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
 
claimNextAvailable(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
claimNextAvailable(String, List<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
 
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
 
ClassUtil - Class in org.jbpm.services.task.utils
 
ClassUtil() - Constructor for class org.jbpm.services.task.utils.ClassUtil
 
clearExternalUserGroupAdapter() - Static method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
clearTaskEventListeners() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
close() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
CollectionUtils - Class in org.jbpm.services.task.utils
 
CollectionUtils() - Constructor for class org.jbpm.services.task.utils.CollectionUtils
 
collectTasksByPotentialOwners(List<Object[]>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
CommandBasedTaskService - Class in org.jbpm.services.task.impl.command
 
CommandBasedTaskService(CommandService, TaskEventSupport) - 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.impl.command.CommandBasedTaskService
 
complete(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
CompositeCommand<T> - Class in org.jbpm.services.task.commands
 
CompositeCommand() - Constructor for class org.jbpm.services.task.commands.CompositeCommand
 
CompositeCommand(TaskCommand<T>, TaskCommand<?>...) - Constructor for class org.jbpm.services.task.commands.CompositeCommand
 
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
 
ContextStorageTaskEventListener - Class in org.jbpm.services.task.admin.listener
Listener responsible for recording tasks that are in the final state (complete, exit, skip, etc) within given transaction so they can be found and used as part of the clean up runtine without causing issues with too early flush.
ContextStorageTaskEventListener() - Constructor for class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
convertListFromInterfaceToJaxbImpl(List<I18NText>) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
convertListFromInterfaceToJaxbImpl(List<OrganizationalEntity>) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
convertListFromJaxbImplToInterface(List<JaxbI18NText>) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
convertListFromJaxbImplToInterface(List<JaxbOrganizationalEntity>) - Static method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 

D

data - Variable in class org.jbpm.services.task.commands.CompleteTaskCommand
 
data - Variable in class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
data - Variable in class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
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(boolean) - 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
 
DeadlinesImpl - Class in org.jbpm.services.task.impl.model
 
DeadlinesImpl() - Constructor for class org.jbpm.services.task.impl.model.DeadlinesImpl
 
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
 
DefaultTaskEventListener - Class in org.jbpm.services.task.events
 
DefaultTaskEventListener() - Constructor for class org.jbpm.services.task.events.DefaultTaskEventListener
 
DefaultUserInfo - Class in org.jbpm.services.task.identity
 
DefaultUserInfo(boolean) - 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.impl.command.CommandBasedTaskService
 
delegate(long, String, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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.impl.command.CommandBasedTaskService
 
deleteAttachment(long, long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
DeleteAttachmentCommand - Class in org.jbpm.services.task.commands
 
DeleteAttachmentCommand() - Constructor for class org.jbpm.services.task.commands.DeleteAttachmentCommand
 
DeleteAttachmentCommand(long, Long) - Constructor for class org.jbpm.services.task.commands.DeleteAttachmentCommand
 
deleteComment(long, long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
deleteComment(long, long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
DeleteCommentCommand - Class in org.jbpm.services.task.commands
 
DeleteCommentCommand() - Constructor for class org.jbpm.services.task.commands.DeleteCommentCommand
 
DeleteCommentCommand(long, Long) - Constructor for class org.jbpm.services.task.commands.DeleteCommentCommand
 
deleteContent(long, long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
deleteContent(long, long) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
DeleteContentCommand - Class in org.jbpm.services.task.commands
 
DeleteContentCommand() - Constructor for class org.jbpm.services.task.commands.DeleteContentCommand
 
DeleteContentCommand(long, Long) - Constructor for class org.jbpm.services.task.commands.DeleteContentCommand
 
deleteFault(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
deleteFault(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
DeleteFaultCommand - Class in org.jbpm.services.task.commands
 
DeleteFaultCommand() - Constructor for class org.jbpm.services.task.commands.DeleteFaultCommand
 
DeleteFaultCommand(long, String) - Constructor for class org.jbpm.services.task.commands.DeleteFaultCommand
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
deleteOutput(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
DeleteOutputCommand - Class in org.jbpm.services.task.commands
 
DeleteOutputCommand() - Constructor for class org.jbpm.services.task.commands.DeleteOutputCommand
 
DeleteOutputCommand(long, String) - Constructor for class org.jbpm.services.task.commands.DeleteOutputCommand
 
deployTaskDef(TaskDef) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
deployTaskDef(TaskDef) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
DeployTaskDefCommand - Class in org.jbpm.services.task.commands
 
DeployTaskDefCommand() - Constructor for class org.jbpm.services.task.commands.DeployTaskDefCommand
 
DeployTaskDefCommand(TaskDef) - Constructor for class org.jbpm.services.task.commands.DeployTaskDefCommand
 
DESCRIPTION_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
deserializeObject(byte[], String, String) - Static method in class org.jbpm.services.task.impl.model.xml.adapter.StringObjectMapXmlAdapter
 
dispose() - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
doCallbackGroupOperation(String, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackGroupsOperation(String, List<String>, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForAttachment(Attachment, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForComment(Comment, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForPeopleAssignments(InternalPeopleAssignments, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForPotentialOwners(List<OrganizationalEntity>, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForTaskData(InternalTaskData, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackOperationForTaskDeadlines(Deadlines, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doCallbackUserOperation(String, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
doUserGroupCallbackOperation(String, List<String>, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
DS_JNDI_NAME - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 

E

em - Variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
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(UserInfo) - 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
 
environment(Environment) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
equals(Object) - Method in class org.jbpm.services.task.admin.listener.ContextStorageTaskEventListener
 
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.admin.listener.GetTasksForProcessCommand
 
execute(Context) - Method in class org.jbpm.services.task.admin.listener.internal.GetCurrentTxTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ActivateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddGroupCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddUserCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.AddUsersGroupsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ArchiveTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.CancelDeadlineCommand
 
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.CompositeCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DelegateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeleteAttachmentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeleteCommentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeleteContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeleteFaultCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeleteOutputCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.DeployTaskDefCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ExecuteDeadlinesCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
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.GetActiveTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAllAttachmentsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAllCommentsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAllContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetArchivedTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetAttachmentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetCommentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetCompletedTasksByUserCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetGroupCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetGroupsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetOrgEntityCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetPendingSubTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetPendingTasksByUserCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetSubTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
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.GetTaskContentCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
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.GetTasksByVariousFieldsCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetUserCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetUserInfoCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetUsersCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.InitDeadlinesCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.NominateTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ReleaseTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.RemoveAllTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.RemoveGroupCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.RemoveTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.RemoveTasksCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.RemoveUserCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.ResumeTaskCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
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(Context) - Method in class org.jbpm.services.task.commands.UndeployTaskDefCommand
 
execute(Context) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
execute(Command<T>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
execute(Command<T>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
execute(Command<T>) - Method in class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
ExecuteDeadlinesCommand - Class in org.jbpm.services.task.commands
 
ExecuteDeadlinesCommand() - Constructor for class org.jbpm.services.task.commands.ExecuteDeadlinesCommand
 
ExecuteDeadlinesCommand(long, long, TaskDeadlinesService.DeadlineType) - Constructor for class org.jbpm.services.task.commands.ExecuteDeadlinesCommand
 
ExecuteDeadlinesCommand(long, long, TaskDeadlinesService.DeadlineType, NotificationListener) - Constructor for class org.jbpm.services.task.commands.ExecuteDeadlinesCommand
 
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
 
ExecuteTaskRulesCommand - Class in org.jbpm.services.task.commands
 
ExecuteTaskRulesCommand() - Constructor for class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
ExecuteTaskRulesCommand(long, String, Map<String, Object>, String) - Constructor for class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
executeUpdateString(String) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
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.impl.command.CommandBasedTaskService
 
exit(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
EXPIRATION_DATE_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
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.impl.command.CommandBasedTaskService
 
fail(long, String, Map<String, Object>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
FAULT_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
FaultDataImpl - Class in org.jbpm.services.task.impl.model
 
FaultDataImpl() - Constructor for class org.jbpm.services.task.impl.model.FaultDataImpl
 
filterGroups(List<String>) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
find(Class<T>, Object) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findAttachment(Long) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findComment(Long) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findContent(Long) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findDeadline(Long) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findGroup(String) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findOrgEntity(String) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findTask(Long) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
findUser(String) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
fireAfterTaskActivated(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskAdded(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskClaimed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskCompleted(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskDelegated(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskExited(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskFailed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskForwarded(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskReleased(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskResumed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskSkipped(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskStarted(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskStopped(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireAfterTaskSuspended(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskActivated(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskAdded(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskClaimed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskCompleted(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskDelegated(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskExited(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskFailed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskForwarded(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskReleased(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskResumed(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskSkipped(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskStarted(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskStopped(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
fireBeforeTaskSuspended(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
FIRST_RESULT - Static variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
FLUSH_MODE - Static variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
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
 
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
 
get() - Static method in class org.jbpm.services.task.impl.TaskContentRegistry
 
get() - Static method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
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.impl.model.xml.JaxbTaskSummary
 
getActivationTime() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getActiveTasks() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getActiveTasks(Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getActiveTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getActiveTasks(Date) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
GetActiveTasksCommand - Class in org.jbpm.services.task.commands
 
GetActiveTasksCommand() - Constructor for class org.jbpm.services.task.commands.GetActiveTasksCommand
 
GetActiveTasksCommand(Date) - Constructor for class org.jbpm.services.task.commands.GetActiveTasksCommand
 
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.impl.model.xml.JaxbTaskSummary
 
getActualOwner() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getActualOwnerId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getActualOwnerId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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
 
getAllAttachmentsByTaskId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getAllAttachmentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
GetAllAttachmentsCommand - Class in org.jbpm.services.task.commands
 
GetAllAttachmentsCommand() - Constructor for class org.jbpm.services.task.commands.GetAllAttachmentsCommand
 
GetAllAttachmentsCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetAllAttachmentsCommand
 
getAllCommentsByTaskId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getAllCommentsByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
GetAllCommentsCommand - Class in org.jbpm.services.task.commands
 
GetAllCommentsCommand() - Constructor for class org.jbpm.services.task.commands.GetAllCommentsCommand
 
GetAllCommentsCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetAllCommentsCommand
 
getAllContentByTaskId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getAllContentByTaskId(long) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
GetAllContentCommand - Class in org.jbpm.services.task.commands
 
GetAllContentCommand() - Constructor for class org.jbpm.services.task.commands.GetAllContentCommand
 
GetAllContentCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetAllContentCommand
 
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.command.CommandBasedTaskService
 
getAllTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
GetAllTaskDefinitionsCommand - Class in org.jbpm.services.task.commands
 
GetAllTaskDefinitionsCommand() - Constructor for class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
GetAllTaskDefinitionsCommand(String) - Constructor for class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
getArchivedTasks() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getArchivedTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
GetArchivedTasksCommand - Class in org.jbpm.services.task.commands
 
GetArchivedTasksCommand() - Constructor for class org.jbpm.services.task.commands.GetArchivedTasksCommand
 
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
 
getAttachment() - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
getAttachmentById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getAttachmentById(long) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
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.DeleteAttachmentCommand
 
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
 
getBusAdmins() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
getCommands() - Method in class org.jbpm.services.task.commands.CompositeCommand
 
getComment() - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
getCommentById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getCommentById(long) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
GetCommentCommand - Class in org.jbpm.services.task.commands
 
GetCommentCommand() - Constructor for class org.jbpm.services.task.commands.GetCommentCommand
 
GetCommentCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetCommentCommand
 
getCommentId() - Method in class org.jbpm.services.task.commands.DeleteCommentCommand
 
getCommentId() - Method in class org.jbpm.services.task.commands.GetCommentCommand
 
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.command.CommandBasedTaskService
 
getCompletedTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getCompletedTasks() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getCompletedTasks(Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getCompletedTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getCompletedTasks(Date) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
getCompletedTasksByProcessId(Long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getCompletedTasksByProcessId(Long) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
GetCompletedTasksByUserCommand - Class in org.jbpm.services.task.commands
 
GetCompletedTasksByUserCommand() - Constructor for class org.jbpm.services.task.commands.GetCompletedTasksByUserCommand
 
GetCompletedTasksByUserCommand(String) - Constructor for class org.jbpm.services.task.commands.GetCompletedTasksByUserCommand
 
GetCompletedTasksCommand - Class in org.jbpm.services.task.commands
 
GetCompletedTasksCommand() - Constructor for class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
GetCompletedTasksCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
GetCompletedTasksCommand(Date) - Constructor for class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
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.commands.AddAttachmentCommand
 
getContent() - Method in class org.jbpm.services.task.commands.AddContentCommand
 
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
 
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.DeleteContentCommand
 
getContentId() - Method in class org.jbpm.services.task.commands.GetContentCommand
 
getContentMap() - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
getContentType() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getContentType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getContext() - Method in class org.jbpm.services.task.commands.TaskCommandExecutorImpl
 
getContext() - Method in class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
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.impl.model.xml.JaxbTaskSummary
 
getCreatedBy() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getCreatedById() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getCreatedById() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.impl.model.xml.JaxbTaskSummary
 
getCreatedOn() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
GetCurrentTxTasksCommand - Class in org.jbpm.services.task.admin.listener.internal
 
GetCurrentTxTasksCommand(Long) - Constructor for class org.jbpm.services.task.admin.listener.internal.GetCurrentTxTasksCommand
 
getData() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
getData() - Method in class org.jbpm.services.task.commands.CompleteTaskCommand
 
getData() - Method in class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
getData() - Method in class org.jbpm.services.task.commands.FailTaskCommand
 
getData() - Method in class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
getDate() - Method in class org.jbpm.services.task.commands.GetActiveTasksCommand
 
getDate() - Method in class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
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
 
getDeadlines() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getDefinitionId() - Method in class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
getDelegates() - Method in class org.jbpm.services.task.impl.model.DelegationImpl
 
getDelegation() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getDelegation() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.impl.model.xml.JaxbTaskSummary
 
getDescription() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getDescriptions(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
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
 
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
 
getEndDeadlines() - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
getEndDeadlines() - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
getEscalations() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
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
 
getExcludedOwners() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getExec() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getExpirationDate() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
getExpirationDate() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
getExpirationDate() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
getExpirationDate(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getExpirationDate(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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.impl.model.xml.JaxbTaskSummary
 
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
 
getFilter() - Method in class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
getFirstResult() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
getFormName() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getFormName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.command.CommandBasedTaskService
 
getGroupById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
GetGroupCommand - Class in org.jbpm.services.task.commands
 
GetGroupCommand() - Constructor for class org.jbpm.services.task.commands.GetGroupCommand
 
GetGroupCommand(String) - Constructor for class org.jbpm.services.task.commands.GetGroupCommand
 
getGroupId() - Method in class org.jbpm.services.task.commands.AddGroupCommand
 
getGroupId() - Method in class org.jbpm.services.task.commands.GetGroupCommand
 
getGroupId() - Method in class org.jbpm.services.task.commands.RemoveGroupCommand
 
getGroupIds() - Method in class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
getGroups() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getGroups() - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
GetGroupsCommand - Class in org.jbpm.services.task.commands
 
GetGroupsCommand() - Constructor for class org.jbpm.services.task.commands.GetGroupsCommand
 
getGroupsForUser(String) - Method in interface org.jbpm.services.task.identity.adapter.UserGroupAdapter
 
getGroupsForUser(String) - Method in class org.jbpm.services.task.identity.adapter.WebSphereUserGroupAdapter
 
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.commands.GetOrgEntityCommand
 
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.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.JaxbI18NText
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
getId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getInputs() - Static method in class org.jbpm.services.task.utils.MVELUtils
 
getInstance() - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
getJaxbAttachment() - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
getJaxbAttachments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getJaxbBusinessAdministrators() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getJaxbComment() - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
getJaxbComments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getJaxbContent() - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
getJaxbContent() - Method in class org.jbpm.services.task.commands.AddContentCommand
 
getJaxbDescriptions() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getJaxbExcludedOwners() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getJaxbNames() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getJaxbPeopleAssignments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getJaxbPotentialOwners() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getJaxbRecipients() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getJaxbSubjects() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getJaxbTask() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
getJaxbTaskData() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getJaxbTaskStakeholders() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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.GetSubTasksCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getLanguage() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
getLanguage() - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
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
 
getLocalText(List<I18NTextImpl>, String, String) - Static method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
getMainCommand() - Method in class org.jbpm.services.task.commands.CompositeCommand
 
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.command.CommandBasedTaskService
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.TaskContentRegistry
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
getMaxResults() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
getMaxResults() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
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.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.impl.model.xml.JaxbTaskSummary
 
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.command.CommandBasedTaskService
 
getOrganizationalEntityById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
GetOrgEntityCommand - Class in org.jbpm.services.task.commands
 
GetOrgEntityCommand() - Constructor for class org.jbpm.services.task.commands.GetOrgEntityCommand
 
GetOrgEntityCommand(String) - Constructor for class org.jbpm.services.task.commands.GetOrgEntityCommand
 
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.commands.GetPendingSubTasksCommand
 
getParentId() - Method in class org.jbpm.services.task.commands.GetSubTasksCommand
 
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.impl.command.CommandBasedTaskService
 
getPendingSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
GetPendingSubTasksCommand - Class in org.jbpm.services.task.commands
 
GetPendingSubTasksCommand() - Constructor for class org.jbpm.services.task.commands.GetPendingSubTasksCommand
 
GetPendingSubTasksCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetPendingSubTasksCommand
 
getPendingTaskByUserId(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getPendingTaskByUserId(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
GetPendingTasksByUserCommand - Class in org.jbpm.services.task.commands
 
GetPendingTasksByUserCommand() - Constructor for class org.jbpm.services.task.commands.GetPendingTasksByUserCommand
 
GetPendingTasksByUserCommand(String) - Constructor for class org.jbpm.services.task.commands.GetPendingTasksByUserCommand
 
getPeopleAssignments() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getPeopleAssignments() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getPersistenceContext() - Method in class org.jbpm.services.task.commands.TaskContext
 
getPersistenceContext() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContextManager
 
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.impl.model.xml.JaxbTaskSummary
 
getPotentialOwners() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
GetPotentialOwnersForTaskCommand - Class in org.jbpm.services.task.commands
 
GetPotentialOwnersForTaskCommand() - Constructor for class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
 
GetPotentialOwnersForTaskCommand(List<Long>) - Constructor for class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
 
getPotentialOwnersForTaskIds(List<Long>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getPotentialOwnersForTaskIds(List<Long>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getPotOwners() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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.impl.command.CommandBasedTaskService
 
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() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
getPriority(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getPriority() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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.impl.model.xml.JaxbTaskSummary
 
getProcessId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcessInstanceId() - Method in class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
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.TaskDataImpl
 
getProcessInstanceId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getProcessInstanceId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.impl.model.xml.JaxbTaskSummary
 
getProcessSessionId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcInstIds() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
getProperty() - Method in class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
getProperty() - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
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
 
getRecipients() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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
 
getSize() - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
getSize() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getStartDeadlines() - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
getStartDeadlines() - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
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.TaskDataImpl
 
getStatus() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getStatus() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
getStatuses() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
getStatuses() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
getStatuses() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
getStatuses() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
getSubject() - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
getSubject() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
getSubject() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getSubjectFromContainer() - Method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
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.impl.command.CommandBasedTaskService
 
getSubTasksAssignedAsPotentialOwner(long, String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getSubTasksByParent(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
GetSubTasksCommand - Class in org.jbpm.services.task.commands
 
GetSubTasksCommand() - Constructor for class org.jbpm.services.task.commands.GetSubTasksCommand
 
GetSubTasksCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetSubTasksCommand
 
GetSubTasksCommand(Long, String, String) - Constructor for class org.jbpm.services.task.commands.GetSubTasksCommand
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getSubTaskStrategy() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getSubTaskStrategy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getSubTaskStrategy(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getSubTaskStrategy() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getTargetEntityId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getTask() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
getTask() - Method in class org.jbpm.services.task.events.TaskEventImpl
 
getTask() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getTaskAdminService() - Method in class org.jbpm.services.task.commands.TaskContext
 
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
 
GetTaskAssignedAsExcludedOwnerCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsExcludedOwnerCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand
 
GetTaskAssignedAsExcludedOwnerCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand
 
GetTaskAssignedAsInitiatorCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsInitiatorCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand
 
GetTaskAssignedAsInitiatorCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand
 
GetTaskAssignedAsPotentialOwnerByExpDateCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsPotentialOwnerByExpDateCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
GetTaskAssignedAsPotentialOwnerByExpDateCommand(String, List<Status>, Date, boolean) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
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
 
GetTaskAssignedAsPotentialOwnerCommand(String, List<String>, String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerPagingCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsPotentialOwnerPagingCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
GetTaskAssignedAsPotentialOwnerPagingCommand(String, List<String>, String, int, int) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
GetTaskAssignedAsRecipientCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsRecipientCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand
 
GetTaskAssignedAsRecipientCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand
 
GetTaskAssignedAsStakeholderCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedAsStakeholderCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand
 
GetTaskAssignedAsStakeholderCommand(String, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand
 
GetTaskAssignedByGroupsCommand - Class in org.jbpm.services.task.commands
 
GetTaskAssignedByGroupsCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
GetTaskAssignedByGroupsCommand(List<String>, String) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
getTaskAttachmentService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskByWorkItemId(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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
 
getTaskCommentService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskContent(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
GetTaskContentCommand - Class in org.jbpm.services.task.commands
 
GetTaskContentCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskContentCommand
 
GetTaskContentCommand(Long) - Constructor for class org.jbpm.services.task.commands.GetTaskContentCommand
 
getTaskContentService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskContext() - Method in class org.jbpm.services.task.events.TaskEventImpl
 
getTaskData() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getTaskData() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getTaskDeadlinesService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskDefById(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskDefById(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
GetTaskDefinitionCommand - Class in org.jbpm.services.task.commands
 
GetTaskDefinitionCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
GetTaskDefinitionCommand(String) - Constructor for class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
getTaskDefService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskEventListeners() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskEventsById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
getTaskId() - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
getTaskId() - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
getTaskId() - Method in class org.jbpm.services.task.commands.AddContentCommand
 
getTaskId() - Method in class org.jbpm.services.task.commands.CompositeCommand
 
getTaskId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
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
 
getTaskIds() - Method in class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
 
getTaskIds() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
getTaskInitiator() - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
getTaskInitiator() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getTaskInitiatorId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getTaskInstanceById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTaskInstanceById(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTaskInstanceService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskModelFactory() - Method in class org.jbpm.services.task.persistence.TaskModelProviderImpl
 
GetTaskOwnedByExpDateBeforeDateCommand - Class in org.jbpm.services.task.commands
 
GetTaskOwnedByExpDateBeforeDateCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
GetTaskOwnedByExpDateBeforeDateCommand(String, List<Status>, Date) - Constructor for class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
GetTaskOwnedByExpDateCommand - Class in org.jbpm.services.task.commands
 
GetTaskOwnedByExpDateCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
GetTaskOwnedByExpDateCommand(String, List<Status>, Date, boolean) - Constructor for class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
getTaskOwners() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTaskPropertyCommand - Class in org.jbpm.services.task.commands
 
GetTaskPropertyCommand() - Constructor for class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
GetTaskPropertyCommand(long, String, Integer) - Constructor for class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
getTaskQueryService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTaskRuleService() - Method in class org.jbpm.services.task.commands.TaskContext
 
getTasks() - Method in class org.jbpm.services.task.commands.ArchiveTasksCommand
 
getTasks() - Method in class org.jbpm.services.task.commands.RemoveTasksCommand
 
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
 
getTasksAssignedAsExcludedOwner(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsExcludedOwner(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwner(String, List<String>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwner(String, List<String>, String, int, int) - 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
 
getTasksAssignedAsPotentialOwnerByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
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
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsRecipient(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsRecipient(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskInitiator(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsTaskInitiator(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskStakeholder(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsTaskStakeholder(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroup(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedByGroup(String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroups(List<String>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedByGroups(List<String>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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.impl.TaskQueryServiceImpl
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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.impl.command.CommandBasedTaskService
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String, String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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
 
GetTasksByStatusByProcessInstanceIdCommand(long, String, List<Status>, String) - Constructor for class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getTasksByVariousFields(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByVariousFields(Map<String, List<?>>, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByVariousFields(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByVariousFields(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean, Integer) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByVariousFields(Map<String, List<?>>, boolean) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
GetTasksByVariousFieldsCommand - Class in org.jbpm.services.task.commands
 
GetTasksByVariousFieldsCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTasksByVariousFieldsCommand(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, boolean) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTasksByVariousFieldsCommand(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTasksByVariousFieldsCommand(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean, Integer) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTasksByVariousFieldsCommand(Map<String, List<?>>, boolean) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
GetTasksByVariousFieldsCommand(Map<String, List<?>>, boolean, Integer) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
getTaskService() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
GetTasksForProcessCommand - Class in org.jbpm.services.task.admin.listener
 
GetTasksForProcessCommand() - Constructor for class org.jbpm.services.task.admin.listener.GetTasksForProcessCommand
 
GetTasksForProcessCommand(Long, List<Status>, String) - Constructor for class org.jbpm.services.task.admin.listener.GetTasksForProcessCommand
 
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
 
getTasksOwnedByExpirationDate(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksOwnedByExpirationDate(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.command.CommandBasedTaskService
 
getTasksOwnedByExpirationDateBeforeSpecifiedDate(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.command.CommandBasedTaskService
 
getTasksOwnedByExpirationDateOptional(String, List<Status>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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
 
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
 
getTaskStakeholders() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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
 
getText() - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
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.xml.JaxbOrganizationalEntity
 
getType() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
getType() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getUnion() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
getUser() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getUserById(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getUserById(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
GetUserCommand - Class in org.jbpm.services.task.commands
 
GetUserCommand() - Constructor for class org.jbpm.services.task.commands.GetUserCommand
 
GetUserCommand(String) - Constructor for class org.jbpm.services.task.commands.GetUserCommand
 
getUserGroupCallback() - Method in class org.jbpm.services.task.commands.TaskContext
 
getUserId() - Method in class org.jbpm.services.task.commands.AddUserCommand
 
getUserId() - Method in class org.jbpm.services.task.commands.AddUsersGroupsCommand
 
getUserId() - Method in class org.jbpm.services.task.commands.TaskCommand
 
getUserInfo() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
GetUserInfoCommand - Class in org.jbpm.services.task.commands
 
GetUserInfoCommand() - Constructor for class org.jbpm.services.task.commands.GetUserInfoCommand
 
getUsers() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getUsers() - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
GetUsersCommand - Class in org.jbpm.services.task.commands
 
GetUsersCommand() - Constructor for class org.jbpm.services.task.commands.GetUsersCommand
 
getValue() - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
getVersion() - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
getVersion() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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
 
getWorkItemIds() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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.admin.listener.ContextStorageTaskEventListener
 
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
Task service configurator that provides fluent API approach to building TaskService instances.
HumanTaskConfigurator() - Constructor for class org.jbpm.services.task.HumanTaskConfigurator
 
HumanTaskServiceFactory - Class in org.jbpm.services.task
Factory that allows to produce TaskService instances via fluent API provided by HumanTaskConfigurator
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
 
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
 
InitDeadlinesCommand - Class in org.jbpm.services.task.commands
 
InitDeadlinesCommand() - Constructor for class org.jbpm.services.task.commands.InitDeadlinesCommand
 
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(Content) - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
initialize(Task) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
initialize(CommandExecutor) - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
initialize() - Method in class org.jbpm.services.task.rule.impl.RuleContextProviderImpl
 
initMVELOperations() - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
initTransactionManager(Environment) - Method in class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
instance - Static variable in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
interceptor(int, Interceptor) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
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
 
isArchived() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
isEscalated() - Method in class org.jbpm.services.task.impl.model.DeadlineImpl
 
isJTA - Variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
isOpen() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
isOptional() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
isOptional() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
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.impl.command.CommandBasedTaskService
 
isSkipable() - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
isSkipable() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
isSkipable() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
isSkipable(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
isSkipable() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
isSkipable() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
isSpringTransactionManager(Class<?>) - Method in class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
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(boolean) - 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
 
JaxbDeadlines - Class in org.jbpm.services.task.impl.model.xml
 
JaxbDeadlines() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
JaxbI18NText - Class in org.jbpm.services.task.impl.model.xml
 
JaxbI18NText() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
JaxbI18NText(I18NText) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
JaxbOrganizationalEntity - Class in org.jbpm.services.task.impl.model.xml
 
JaxbOrganizationalEntity() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
JaxbOrganizationalEntity(OrganizationalEntity) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
JaxbOrganizationalEntity.Type - Enum in org.jbpm.services.task.impl.model.xml
 
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
 
JaxbTaskSummary - Class in org.jbpm.services.task.impl.model.xml
 
JaxbTaskSummary(TaskSummary) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
JaxbTaskSummary() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
JBossUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
 
JBossUserGroupCallbackImpl(boolean) - 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
 
joinTransaction() - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
JPATaskModelFactory - Class in org.jbpm.services.task.persistence
 
JPATaskModelFactory() - Constructor for class org.jbpm.services.task.persistence.JPATaskModelFactory
 
JPATaskPersistenceContext - Class in org.jbpm.services.task.persistence
 
JPATaskPersistenceContext(EntityManager) - Constructor for class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
JPATaskPersistenceContext(EntityManager, boolean) - Constructor for class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
JPATaskPersistenceContext(EntityManager, boolean, boolean) - Constructor for class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
JPATaskPersistenceContextManager - Class in org.jbpm.services.task.persistence
 
JPATaskPersistenceContextManager(Environment) - Constructor for class org.jbpm.services.task.persistence.JPATaskPersistenceContextManager
 

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(boolean) - 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(boolean) - Constructor for class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
LDAPUserInfoImpl(Properties) - Constructor for class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
LifeCycleManager - Interface in org.jbpm.services.task.internals.lifecycle
 
listener(TaskLifeCycleEventListener) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 

M

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
 
MAX_RESULTS - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
MAX_RESULTS - Static variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
MEMBER_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
merge(T) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
MockNotificationListener - Class in org.jbpm.services.task.deadlines.notifications.impl
 
MockNotificationListener() - Constructor for class org.jbpm.services.task.deadlines.notifications.impl.MockNotificationListener
 
MVELLifeCycleManager - Class in org.jbpm.services.task.internals.lifecycle
 
MVELLifeCycleManager() - Constructor for class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
MVELLifeCycleManager(TaskContext, TaskPersistenceContext, TaskContentService, TaskEventSupport) - Constructor for class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
MvelUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
 
MvelUserGroupCallbackImpl(boolean) - 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
 
newAttachment() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newBooleanExpression() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newComment() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newContent() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newContentData() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newDeadline() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newDeadlines() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newDelegation() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newEmailNotificationHeader() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newEmialNotification() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newEscalation() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newFaultData() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newGroup() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newI18NText() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newLanguage() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newNotification() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newOrgEntity() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newPeopleAssignments() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newReassignment() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newTask() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newTaskData() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newTaskDef() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
newTaskServiceConfigurator() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
newUser() - Method in class org.jbpm.services.task.persistence.JPATaskModelFactory
 
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.internals.lifecycle.MVELLifeCycleManager
 
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
 
notificationListener - Static variable in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 

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.admin.listener.internal - package org.jbpm.services.task.admin.listener.internal
 
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.identity.adapter - package org.jbpm.services.task.identity.adapter
 
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.persistence - package org.jbpm.services.task.persistence
 
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.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
 
OUTPUT_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 

P

parseSearchScope(String) - Method in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
parseSearchScope(String) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
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
 
persist(T) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistAttachment(Attachment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistComment(Comment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistContent(Content) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistDeadline(Deadline) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistGroup(Group) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistIfNotExists(OrganizationalEntity, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
persistOrgEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistTask(Task) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
persistUser(User) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
pessimisticLocking - Variable in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
populateOrganizationalEntityWithGroupInfo(List<String>, TaskContext) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Populates given list with group information taken from UserGroupCallback implementation to allow proper query for tasks based on user assignments.
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
 
PRIORITY_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
ProcessSubTaskCommand - Class in org.jbpm.services.task.commands
 
ProcessSubTaskCommand() - Constructor for class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
ProcessSubTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
ProcessSubTaskCommand(long, String, Map<String, Object>) - Constructor for class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
produceSession() - Static method in class org.jbpm.services.task.deadlines.notifications.impl.email.EmailSessionProducer
 
PropertyUserInfoImpl - Class in org.jbpm.services.task.identity
 
PropertyUserInfoImpl(boolean) - 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

queryAndLockStringWithParametersInTransaction(String, Map<String, Object>, boolean, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
queryAndLockWithParametersInTransaction(String, Map<String, Object>, boolean, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
queryInTransaction(String, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
queryStringInTransaction(String, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
queryStringWithParametersInTransaction(String, Map<String, Object>, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
queryWithParametersInTransaction(String, Map<String, Object>, Class<T>) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 

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.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.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.JaxbContent
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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
 
readProperties(String, String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupInfo
 
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
 
registerTaskEventListener(TaskLifeCycleEventListener) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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.impl.command.CommandBasedTaskService
 
release(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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.impl.command.CommandBasedTaskService
 
remove(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
remove(T) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeAllTasks() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeAllTasks() - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
RemoveAllTasksCommand - Class in org.jbpm.services.task.commands
 
RemoveAllTasksCommand() - Constructor for class org.jbpm.services.task.commands.RemoveAllTasksCommand
 
removeAttachment(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Removes the Attachment specified by the attachmentId.
removeAttachment(Attachment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeComment(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
Removes the Comment specified by the commentId.
removeComment(Comment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeContent(Content) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeDeadline(Deadline) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeGroup(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeGroup(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
removeGroup(Group) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
RemoveGroupCommand - Class in org.jbpm.services.task.commands
 
RemoveGroupCommand() - Constructor for class org.jbpm.services.task.commands.RemoveGroupCommand
 
RemoveGroupCommand(String) - Constructor for class org.jbpm.services.task.commands.RemoveGroupCommand
 
removeMarshallerContext(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeMarshallerContext(String) - Method in class org.jbpm.services.task.impl.TaskContentRegistry
 
removeMarshallerContext(String) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
removeOrgEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
removeTask(Task) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
RemoveTaskCommand - Class in org.jbpm.services.task.commands
 
RemoveTaskCommand() - Constructor for class org.jbpm.services.task.commands.RemoveTaskCommand
 
RemoveTaskCommand(long, String) - Constructor for class org.jbpm.services.task.commands.RemoveTaskCommand
 
removeTaskEventListener(TaskLifeCycleEventListener) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeTaskEventsById(long) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeTaskEventsById(long) - Method in class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
removeTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
RemoveTasksCommand - Class in org.jbpm.services.task.commands
 
RemoveTasksCommand() - Constructor for class org.jbpm.services.task.commands.RemoveTasksCommand
 
RemoveTasksCommand(List<TaskSummary>) - Constructor for class org.jbpm.services.task.commands.RemoveTasksCommand
 
removeUser(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeUser(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
removeUser(User) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
RemoveUserCommand - Class in org.jbpm.services.task.commands
 
RemoveUserCommand() - Constructor for class org.jbpm.services.task.commands.RemoveUserCommand
 
RemoveUserCommand(String) - Constructor for class org.jbpm.services.task.commands.RemoveUserCommand
 
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
 
reset() - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
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
 
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
 

S

schedule(long, long, long, TaskDeadlinesService.DeadlineType) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
scope - Variable in class org.jbpm.services.task.commands.ExecuteTaskRulesCommand
 
SEARCH_SCOPE - Static variable in class org.jbpm.services.task.identity.LDAPUserGroupCallbackImpl
 
SEARCH_SCOPE - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
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.impl.model.xml.JaxbTaskData
 
setActivationTime(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.impl.model.xml.JaxbTaskSummary
 
setActualOwner(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setActualOwnerId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setActualOwnerId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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
 
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
 
setArchived(Boolean) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setAttachedAt(Date) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachedBy(User) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachment(Attachment) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setAttachmentContentId(long) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
setAttachmentId(Long) - Method in class org.jbpm.services.task.commands.DeleteAttachmentCommand
 
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
 
setBusAdmins(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
setBusinessAdministrators(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setClassName(String) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
setCommands(TaskCommand<?>[]) - Method in class org.jbpm.services.task.commands.CompositeCommand
 
setComment(Comment) - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
setCommentId(Long) - Method in class org.jbpm.services.task.commands.DeleteCommentCommand
 
setCommentId(Long) - Method in class org.jbpm.services.task.commands.GetCommentCommand
 
setComments(List<Comment>) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setComments(List<JaxbComment>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setConstraints(List<BooleanExpression>) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setContent(Content) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setContent(Content) - Method in class org.jbpm.services.task.commands.AddContentCommand
 
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.DeleteContentCommand
 
setContentId(Long) - Method in class org.jbpm.services.task.commands.GetContentCommand
 
setContentMap(Map<String, Object>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
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.impl.model.xml.JaxbTaskSummary
 
setCreatedBy(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setCreatedById(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setCreatedById(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setData(ContentData) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
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.ExecuteTaskRulesCommand
 
setData(Map<String, Object>) - Method in class org.jbpm.services.task.commands.FailTaskCommand
 
setData(Map<String, Object>) - Method in class org.jbpm.services.task.commands.ProcessSubTaskCommand
 
setDate(Date) - Method in class org.jbpm.services.task.commands.GetActiveTasksCommand
 
setDate(Date) - Method in class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
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
 
setDeadlines(Deadlines) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setDefinitionId(String) - Method in class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
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
 
setDelegation(Delegation) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setDeploymentId(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDeploymentId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setDescription(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setDescription(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
setDocumentContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setDocumentType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setDocumentType(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setEmailHeaders(Map<? extends Language, ? extends EmailNotificationHeader>) - Method in class org.jbpm.services.task.impl.model.EmailNotificationImpl
 
setEndDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
setEndDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
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
 
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
 
setExcludedOwners(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setExec(Operation) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setExpirationDate(Date) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
setExpirationDate(Date) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
setExpirationDate(Date) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setExpirationDate(long, Date) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.impl.command.CommandBasedTaskService
 
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
 
setFaultAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultContentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.FaultDataImpl
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setFaultType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setFaultType(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setFilter(String) - Method in class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
setFirstResult(Integer) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
setFormName(String) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setFormName(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setFrom(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setGroupId(String) - Method in class org.jbpm.services.task.commands.AddGroupCommand
 
setGroupId(String) - Method in class org.jbpm.services.task.commands.GetGroupCommand
 
setGroupId(String) - Method in class org.jbpm.services.task.commands.RemoveGroupCommand
 
setGroupIds(List<String>) - Method in class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
setGroupsIds(List<String>) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setId(String) - Method in class org.jbpm.services.task.commands.GetOrgEntityCommand
 
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.TaskImpl
 
setId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
setId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
setId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
setId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setId(long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setId(long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setJaxbAttachment(JaxbAttachment) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setJaxbAttachments(List<JaxbAttachment>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setJaxbBusinessAdministrators(List<JaxbOrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setJaxbComment(JaxbComment) - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
setJaxbComments(List<JaxbComment>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setJaxbContent(JaxbContent) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setJaxbContent(JaxbContent) - Method in class org.jbpm.services.task.commands.AddContentCommand
 
setJaxbDescriptions(List<JaxbI18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setJaxbExcludedOwners(List<JaxbOrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setJaxbNames(List<JaxbI18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setJaxbPeopleAssignments(JaxbPeopleAssignments) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setJaxbPotentialOwners(List<JaxbOrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setJaxbRecipients(List<JaxbOrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setJaxbSubjects(List<JaxbI18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setJaxbTask(JaxbTask) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setJaxbTaskData(JaxbTaskData) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setJaxbTaskStakeholders(List<JaxbOrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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.GetSubTasksCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsBusinessAdminCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsExcludedOwnerCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsInitiatorCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsRecipientCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsStakeholderCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTaskAssignedByGroupsCommand
 
setLanguage(String) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
setLanguage(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
setLanguage(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
setLifeCycleManager(LifeCycleManager) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setMainCommand(TaskCommand<T>) - Method in class org.jbpm.services.task.commands.CompositeCommand
 
setManager(LifeCycleManager) - Method in class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
setMapkey(String) - Method in class org.jbpm.services.task.impl.model.LanguageImpl
 
setMaxResults(Integer) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
setMaxResults(Integer) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setName(String) - Method in class org.jbpm.services.task.impl.model.AttachmentImpl
 
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.impl.model.xml.JaxbTaskSummary
 
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
 
setNames(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setNewStatus(Status) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setNotificationListener(NotificationListener) - Static method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setNotifications(List<Notification>) - Method in class org.jbpm.services.task.impl.model.EscalationImpl
 
setOptional(boolean) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
setOptional(boolean) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
setOutput(long, String, Object) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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
 
setOutputAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setOutputContentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setOutputContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setOutputType(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setOutputType(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setParams(Map<String, Object>) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setParentId(Long) - Method in class org.jbpm.services.task.commands.GetPendingSubTasksCommand
 
setParentId(Long) - Method in class org.jbpm.services.task.commands.GetSubTasksCommand
 
setParentId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setParentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setParentId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setPeopleAssignments(PeopleAssignments) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setPeopleAssignments(PeopleAssignments) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.commands.TaskContext
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskAdminServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskAttachmentServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskContentServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
setPersistenceContext(TaskPersistenceContext) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
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<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setPotentialOwners(List<String>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setPotentialOwners(List<String>) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setPotOwners(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setPreviousStatus(Status) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setPreviousStatus(Status) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setPreviousStatus(List<Status>) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setPriority(long, int) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
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(Integer) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setPriority(int) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setPriority(int) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setPriority(long, int) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setPriority(int) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessId(String) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setProcessId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setProcessId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setProcessId(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessInstanceId(Long) - Method in class org.jbpm.services.task.commands.GetCompletedTasksCommand
 
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.TaskDataImpl
 
setProcessInstanceId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessSessionId(int) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setProcessSessionId(Integer) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setProcessSessionId(int) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setProcessSessionId(int) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcInstIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setProperty(Integer) - Method in class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
setProperty(Integer) - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
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
 
setRecipients(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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
 
setSerializedContent(byte[]) - Method in class org.jbpm.services.task.impl.model.xml.JaxbContent
 
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.impl.command.CommandBasedTaskService
 
setSkipable(boolean) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setSkipable(Boolean) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setSkipable(boolean) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setSkipable(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setSkipable(boolean) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setStartDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.DeadlinesImpl
 
setStartDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
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(Status) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setStatus(Status) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setStatus(Status) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
setStatuses(List<Status>) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
setStatuses(List<Status>) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateBeforeDateCommand
 
setStatuses(List<Status>) - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
setStatuses(List<Status>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setSubject(String) - Method in class org.jbpm.services.task.impl.model.EmailNotificationHeaderImpl
 
setSubject(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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
 
setSubjects(List<I18NText>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setSubTaskStrategy(SubTasksStrategy) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setSubTaskStrategy(SubTasksStrategy) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setSubTaskStrategy(long, SubTasksStrategy) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setSubTaskStrategy(SubTasksStrategy) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setTargetEntityId(String) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setTask(Task) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setTask(Task) - Method in class org.jbpm.services.task.events.TaskEventImpl
 
setTaskContentService(TaskContentService) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskContext(TaskContext) - Method in class org.jbpm.services.task.events.TaskEventImpl
 
setTaskData(TaskData) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setTaskData(TaskData) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setTaskEventSupport(TaskEventSupport) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setTaskEventSupport(TaskEventSupport) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
setTaskId(Long) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setTaskId(Long) - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
setTaskId(Long) - Method in class org.jbpm.services.task.commands.AddContentCommand
 
setTaskId(Long) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setTaskId(long) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
setTaskIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetPotentialOwnersForTaskCommand
 
setTaskIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setTaskInitiator(User) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setTaskInitiator(User) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setTaskInitiatorId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setTaskNames(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setTaskOwners(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
SetTaskPropertyCommand - Class in org.jbpm.services.task.commands
 
SetTaskPropertyCommand() - Constructor for class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
SetTaskPropertyCommand(long, String, Integer, Object) - Constructor for class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
setTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.commands.ArchiveTasksCommand
 
setTasks(List<TaskSummary>) - Method in class org.jbpm.services.task.commands.RemoveTasksCommand
 
setTaskStakeholders(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.PeopleAssignmentsImpl
 
setTaskStakeholders(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setTaskType(String) - Method in class org.jbpm.services.task.impl.model.TaskImpl
 
setTaskType(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setText(String) - Method in class org.jbpm.services.task.impl.model.CommentImpl
 
setText(String) - Method in class org.jbpm.services.task.impl.model.I18NTextImpl
 
setText(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
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(JaxbOrganizationalEntity.Type) - Method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
setUnion(Boolean) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
setUserGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
setUserId(String) - Method in class org.jbpm.services.task.commands.AddUserCommand
 
setUserId(String) - Method in class org.jbpm.services.task.commands.AddUsersGroupsCommand
 
setUserId(String) - Method in class org.jbpm.services.task.commands.TaskCommand
 
setUserInfo(UserInfo) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setUserIsExplicitPotentialOwner(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
setValue(Object) - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
setValue(byte[]) - Method in class org.jbpm.services.task.impl.model.xml.adapter.JaxbStringObjectMapEntry
 
setVersion(Integer) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setWorkItemId(Long) - Method in class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
setWorkItemId(long) - Method in class org.jbpm.services.task.impl.model.TaskDataImpl
 
setWorkItemId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setWorkItemIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
 
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
 
SKIPPABLE_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
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.impl.command.CommandBasedTaskService
 
start(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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.impl.command.CommandBasedTaskService
 
stop(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
SUB_TASK_STRATEGY_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
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.impl.command.CommandBasedTaskService
 
suspend(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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
 
TASK_NAMES_PROPERTY - Static 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
 
TaskAdminServiceImpl(TaskPersistenceContext) - 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
 
TaskAttachmentServiceImpl(TaskPersistenceContext) - 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(Environment, TaskEventSupport) - 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
 
TaskCommentServiceImpl(TaskPersistenceContext) - Constructor for class org.jbpm.services.task.impl.TaskCommentServiceImpl
 
TaskContentRegistry - Class in org.jbpm.services.task.impl
 
TaskContentServiceImpl - Class in org.jbpm.services.task.impl
 
TaskContentServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskContentServiceImpl
 
TaskContentServiceImpl(TaskPersistenceContext) - 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(Context, Environment, TaskEventSupport) - 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(TaskPersistenceContext) - 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
 
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
 
TaskDefServiceImpl(TaskPersistenceContext) - Constructor for class org.jbpm.services.task.impl.TaskDefServiceImpl
 
TaskEventImpl - Class in org.jbpm.services.task.events
 
TaskEventImpl(Task, TaskContext) - Constructor for class org.jbpm.services.task.events.TaskEventImpl
 
TaskEventsServiceImpl - Class in org.jbpm.services.task.impl
 
TaskEventsServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
TaskEventsServiceImpl(TaskPersistenceContext) - Constructor for class org.jbpm.services.task.impl.TaskEventsServiceImpl
 
TaskEventSupport - Class in org.jbpm.services.task.events
 
TaskEventSupport() - Constructor for class org.jbpm.services.task.events.TaskEventSupport
 
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
 
TaskIdentityServiceImpl(TaskPersistenceContext) - 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
 
TaskInstanceServiceImpl(TaskContext, TaskPersistenceContext, LifeCycleManager, TaskEventSupport, Environment) - Constructor for class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
TaskLifeCycleEventListener - Interface in org.jbpm.services.task.lifecycle.listeners
 
TaskModelProviderImpl - Class in org.jbpm.services.task.persistence
 
TaskModelProviderImpl() - Constructor for class org.jbpm.services.task.persistence.TaskModelProviderImpl
 
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
 
TaskQueryServiceImpl(TaskPersistenceContext) - 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
 
TaskRuleServiceImpl(RuleContextProvider) - Constructor for class org.jbpm.services.task.rule.impl.TaskRuleServiceImpl
 
TaskServiceRequest - Class in org.jbpm.services.task.rule
 
TaskServiceRequest(String, User, Map<String, Object>) - Constructor for class org.jbpm.services.task.rule.TaskServiceRequest
 
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
 
TaskTransactionInterceptor - Class in org.jbpm.services.task.persistence
 
TaskTransactionInterceptor(Environment) - Constructor for class org.jbpm.services.task.persistence.TaskTransactionInterceptor
 
toString() - Method in class org.jbpm.services.task.commands.ActivateTaskCommand
 
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
 

U

undeployTaskDef(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
undeployTaskDef(String) - Method in class org.jbpm.services.task.impl.TaskDefServiceImpl
 
UndeployTaskDefCommand - Class in org.jbpm.services.task.commands
 
UndeployTaskDefCommand() - Constructor for class org.jbpm.services.task.commands.UndeployTaskDefCommand
 
UndeployTaskDefCommand(String) - Constructor for class org.jbpm.services.task.commands.UndeployTaskDefCommand
 
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
 
updateAttachment(Attachment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateComment(Comment) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateContent(Content) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateDeadline(Deadline) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateGroup(Group) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateOrgEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateTask(Task) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
updateUser(User) - Method in class org.jbpm.services.task.persistence.JPATaskPersistenceContext
 
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
 
UserGroupAdapter - Interface in org.jbpm.services.task.identity.adapter
 
userGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
UserGroupCallbackTaskCommand<T> - Class in org.jbpm.services.task.commands
 
UserGroupCallbackTaskCommand() - Constructor for class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
UserGroupLifeCycleManagerDecorator - Class in org.jbpm.services.task.identity
 
UserGroupLifeCycleManagerDecorator() - Constructor for class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
UserGroupLifeCycleManagerDecorator(UserGroupCallback, LifeCycleManager) - Constructor for class org.jbpm.services.task.identity.UserGroupLifeCycleManagerDecorator
 
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
 
userInfo(UserInfo) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
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.impl.model.xml.JaxbOrganizationalEntity.Type
Returns the enum constant of this type with the specified name.
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.impl.model.xml.JaxbOrganizationalEntity.Type
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.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

WebSphereUserGroupAdapter - Class in org.jbpm.services.task.identity.adapter
 
WebSphereUserGroupAdapter() - Constructor for class org.jbpm.services.task.identity.adapter.WebSphereUserGroupAdapter
 
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.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.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.JaxbContent
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbOrganizationalEntity
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskSummary
 
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.3-redhat-9

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