jBPM :: Human Task Core 6.2.0.Final-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(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(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
 
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
 
addJoinTables(StringBuilder, QueryData, boolean) - Static method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
Adds the join table clauses ("JOIN" for intersecting parameters and "LEFT JOIN" for union parameters) to the query.
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
 
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
 
addTransactionLockInterceptor() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
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
 
adoptList(List<?>, List<?>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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
 
afterTaskNominatedEvent(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
 
afterTaskUpdatedEvent(TaskEvent) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
Allowed - Enum in org.jbpm.services.task.internals.lifecycle
 
applyQueryContext(Map<String, Object>, QueryContext) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
applyQueryFilter(Map<String, Object>, QueryFilter) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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(InternalTaskData, List<OrganizationalEntity>) - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
This method will potentially assign the actual owner of this TaskData and set the status of the data.

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.events.DefaultTaskEventListener
 
beforeTaskDelegatedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskExitedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskFailedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskForwardedEvent(TaskEvent) - Method in class org.jbpm.services.task.events.DefaultTaskEventListener
 
beforeTaskNominatedEvent(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.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.events.DefaultTaskEventListener
 
beforeTaskUpdatedEvent(TaskEvent) - Method in interface org.jbpm.services.task.lifecycle.listeners.TaskLifeCycleEventListener
 
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
 
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
 
buildQuery() - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
buildRegistry(Properties) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
buildRegistry(Properties) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
businessAdmin(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 

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
 
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>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
claimNextAvailable(String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
claimNextAvailable(String, List<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) - 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
 
clear() - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
clearExternalUserGroupAdapter() - Static method in class org.jbpm.services.task.identity.JAASUserGroupCallbackImpl
 
clearTaskEventListeners() - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
collectTasksByPotentialOwners(List<Object[]>) - 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
 
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
 
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
 
ContentMarshallerHelper - Class in org.jbpm.services.task.utils
 
ContentMarshallerHelper() - Constructor for class org.jbpm.services.task.utils.ContentMarshallerHelper
 
convertListFromInterfaceToJaxbImpl(List<I>, Class<I>, Class<J>) - Static method in class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
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
 
criteriaFieldClasses - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
The following fields and methods provide a lookup table for the information needed to create a query based on parameters in the QueryData.
criteriaFieldJoinClauses - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
criteriaFields - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 

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
 
DBUserInfoImpl - Class in org.jbpm.services.task.identity
 
DBUserInfoImpl(boolean) - Constructor for class org.jbpm.services.task.identity.DBUserInfoImpl
 
DBUserInfoImpl(Properties) - Constructor for class org.jbpm.services.task.identity.DBUserInfoImpl
 
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.DBUserInfoImpl
 
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
 
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
 
deploymentId(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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
 
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
 
DS_JNDI_NAME - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 

E

EMAIL_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
EMAIL_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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
 
environment(Environment) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
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
 
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.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
Deprecated.
 
execute(Context) - Method in class org.jbpm.services.task.commands.GetTasksForProcessCommand
 
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.TaskQueryDataCommand
 
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
 
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
 
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
 
filterGroups(List<String>) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
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
 
fireAfterTaskNominated(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
 
fireAfterTaskUpdated(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
 
fireBeforeTaskNominated(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
 
fireBeforeTaskUpdated(Task, TaskContext) - Method in class org.jbpm.services.task.events.TaskEventSupport
 
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
 
getActivationTime() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getActivationTime() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getActiveTasks() - Method in class org.jbpm.services.task.impl.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.xml.JaxbTaskData
 
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.query.TaskSummaryImpl
 
getAddedAt() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getAddedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
getAddedById() - 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.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.xml.JaxbAttachment
 
getAttachedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
getAttachedById() - 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.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.xml.JaxbTaskData
 
getBusAdmins() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
getBusinessAdministrators() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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.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
 
getConnection() - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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.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.xml.JaxbAttachment
 
getContext() - Method in class org.jbpm.services.task.commands.TaskCommandExecutorImpl
 
getContextManager() - Method in class org.jbpm.services.task.commands.TaskContext
 
getCreatedBy() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.query.TaskSummaryImpl
 
getCreatedOn() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.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.xml.JaxbTask
 
getDefinitionId() - Method in class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
getDelegation() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getDeploymentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getDeploymentId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getDescription() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.xml.JaxbTask
 
getDescriptions(long) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
getDisplayName(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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.xml.JaxbTaskData
 
getDocumentContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getDocumentType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getEmailForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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
 
getEndDeadlines() - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
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.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.xml.JaxbTaskData
 
getExpirationTime() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getFaultAccessType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFaultContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFaultName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFaultType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getFilter() - Method in class org.jbpm.services.task.commands.GetAllTaskDefinitionsCommand
 
getFilter() - Method in class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
getFirstResult() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
getFormName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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
 
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.WeblogicUserGroupAdapter
 
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.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.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
 
getJaxbComment() - Method in class org.jbpm.services.task.commands.AddCommentCommand
 
getJaxbContent() - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
getJaxbContent() - Method in class org.jbpm.services.task.commands.AddContentCommand
 
getJaxbTask() - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
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.GetTasksByVariousFieldsCommand
Deprecated.
 
getLanguage() - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
getLanguageForEntity(OrganizationalEntity) - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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
 
getMainCommand() - Method in class org.jbpm.services.task.commands.CompositeCommand
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getMarshallerContext(Task) - Method in class org.jbpm.services.task.impl.TaskContentRegistry
 
getMarshallerContext(String) - 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
Deprecated.
 
getMembersForGroup(Group) - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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.xml.JaxbAttachment
 
getName() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getName() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getNames() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
getNewStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
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.xml.JaxbTaskData
 
getOutputContentId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.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.xml.JaxbTask
 
getPersistenceContext() - Method in class org.jbpm.services.task.commands.TaskContext
 
getPotentialOwners() - Method in class org.jbpm.services.task.commands.NominateTaskCommand
 
getPotentialOwners() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getPotentialOwners() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
Deprecated.
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
Deprecated.
 
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.xml.JaxbTask
 
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.xml.JaxbTaskData
 
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.xml.JaxbTaskData
 
getProcessInstanceId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcessSessionId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getProcessSessionId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getProcInstIds() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
getProperty() - Method in class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
getProperty() - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
getQueryData() - Method in class org.jbpm.services.task.commands.TaskQueryDataCommand
 
getReasons() - Method in class org.jbpm.services.task.rule.TaskServiceRequest
 
getRecipients() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
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.xml.JaxbAttachment
 
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.xml.JaxbTaskData
 
getStatus() - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
getStatus() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getStatuses() - Method in class org.jbpm.services.task.commands.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
Deprecated.
 
getStatusId() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
getSubject() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.xml.JaxbTask
 
getSubTasksAssignedAsPotentialOwner(long, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getSubTasksAssignedAsPotentialOwner(long, 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) - 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.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
This is a convienence method that retrieves a TaskImpl instance.
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) - 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) - 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) - 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) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerCommand(String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerCommand(String, List<String>, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerCommand
 
GetTaskAssignedAsPotentialOwnerCommand(String, List<String>, List<Status>, QueryFilter) - 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>, 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) - 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) - 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>) - 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.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.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
Deprecated.
 
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
 
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
Deprecated.
 
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) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsExcludedOwner(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsExcludedOwner(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>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwner(String, List<String>, List<Status>, QueryFilter) - 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) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, int, int) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwner(String, List<String>, List<Status>, QueryFilter) - 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>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsPotentialOwnerByStatusByGroup(String, List<String>, List<Status>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsRecipient(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsRecipient(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskInitiator(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsTaskInitiator(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedAsTaskStakeholder(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedAsTaskStakeholder(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroup(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedByGroup(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroups(List<String>) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksAssignedByGroups(List<String>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroupsByExpirationDate(List<String>, Date) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksAssignedByGroupsByExpirationDateOptional(List<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>) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksByStatusByProcessInstanceIdByTaskName(long, List<Status>, 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, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
GetTasksByStatusByProcessInstanceIdCommand(long, List<Status>, String) - Constructor for class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
getTasksByVariousFields(String, 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
Deprecated.
getTasksByVariousFields(String, Map<String, List<?>>, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
Deprecated.
getTasksByVariousFields(String, List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, boolean, Integer) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
Deprecated.
getTasksByVariousFields(String, Map<String, List<?>>, boolean) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
Deprecated.
GetTasksByVariousFieldsCommand - Class in org.jbpm.services.task.commands
Deprecated.
GetTasksByVariousFieldsCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
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
Deprecated.
 
GetTasksByVariousFieldsCommand(Map<String, List<?>>, boolean) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
GetTasksByVariousFieldsCommand(Map<String, List<?>>, boolean, Integer) - Constructor for class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
getTaskService() - Method in class org.jbpm.services.task.HumanTaskConfigurator
 
GetTasksForProcessCommand - Class in org.jbpm.services.task.commands
 
GetTasksForProcessCommand() - Constructor for class org.jbpm.services.task.commands.GetTasksForProcessCommand
 
GetTasksForProcessCommand(Long, List<Status>, String) - Constructor for class org.jbpm.services.task.commands.GetTasksForProcessCommand
 
getTasksOwned(String, List<Status>, QueryFilter) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksOwned(String, String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
getTasksOwned(String) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
getTasksOwned(String, List<Status>, QueryFilter) - 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>) - 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) - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
GetTasksOwnedCommand(String, List<Status>) - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
GetTasksOwnedCommand(String, List<Status>, QueryFilter) - Constructor for class org.jbpm.services.task.commands.GetTasksOwnedCommand
 
getTaskStakeholders() - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
getTaskType() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.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
Deprecated.
 
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.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.xml.JaxbTask
 
getWorkItemId() - Method in class org.jbpm.services.task.commands.GetTaskByWorkItemIdCommand
 
getWorkItemId() - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
getWorkItemIds() - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
groupIds - Variable in class org.jbpm.services.task.commands.TaskCommand
 

H

HAS_EMAIL_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.DBUserInfoImpl
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.DefaultUserInfo
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
hasEmail(Group) - Method in class org.jbpm.services.task.identity.PropertyUserInfoImpl
 
hashCode() - Method in class org.jbpm.services.task.impl.TaskDeadlinesServiceImpl.ScheduledTaskDeadline
 
hashCode() - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
hashCode() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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

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(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
 
initiator(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
initMVELOperations() - Static method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
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.xml.JaxbTask
 
isOptional() - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerByExpDateCommand
 
isOptional() - Method in class org.jbpm.services.task.commands.GetTaskOwnedByExpDateCommand
 
isQuickTaskSummary() - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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.xml.JaxbTaskData
 
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
 
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
 
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
 
JaxbTask - Class in org.jbpm.services.task.impl.model.xml
 
JaxbTask() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTask
 
JaxbTask(Task) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTask
 
JaxbTaskData - Class in org.jbpm.services.task.impl.model.xml
 
JaxbTaskData() - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
JaxbTaskData(TaskData) - Constructor for class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
JBossUserGroupCallbackImpl - Class in org.jbpm.services.task.identity
 
JBossUserGroupCallbackImpl(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
 

L

LANG_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
LANG_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 
language(String) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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(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.utils.ContentMarshallerHelper
 
marshallContent(Object, Environment) - Static method in class org.jbpm.services.task.utils.ContentMarshallerHelper
 
MEMBER_ATTR_ID - Static variable in class org.jbpm.services.task.identity.LDAPUserInfoImpl
 
MEMBERS_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 
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
 
NAME_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserInfoImpl
 
newTaskServiceConfigurator() - Static method in class org.jbpm.services.task.HumanTaskServiceFactory
 
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
 
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
 
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
 
orderBy(TaskQueryBuilder.OrderBy) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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.xml - package org.jbpm.services.task.impl.model.xml
 
org.jbpm.services.task.internals.lifecycle - package org.jbpm.services.task.internals.lifecycle
 
org.jbpm.services.task.lifecycle.listeners - package org.jbpm.services.task.lifecycle.listeners
 
org.jbpm.services.task.query - package org.jbpm.services.task.query
 
org.jbpm.services.task.rule - package org.jbpm.services.task.rule
 
org.jbpm.services.task.rule.impl - package org.jbpm.services.task.rule.impl
 
org.jbpm.services.task.utils - package org.jbpm.services.task.utils
 
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
 
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
 
persistIfNotExists(OrganizationalEntity, TaskContext) - Method in class org.jbpm.services.task.commands.UserGroupCallbackTaskCommand
 
populateOrganizationalEntityWithGroupInfo(List<String>, TaskContext) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
Populates given list with group information taken from UserGroupCallback implementation to allow proper query for tasks based on user assignments.
potentialOwner(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
PRINCIPAL_QUERY - Static variable in class org.jbpm.services.task.identity.DBUserGroupCallbackImpl
 
PRIORITY_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
processInstanceId(long...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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

query(String, QueryData) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 

R

readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
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.JaxbTaskData
 
readExternal(ObjectInput) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
readProperties(String, String) - Method in class org.jbpm.services.task.identity.AbstractUserGroupInfo
 
realClass - Variable in class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
 
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
 
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
 
removeGroup(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
removeGroup(String) - Method in class org.jbpm.services.task.impl.TaskIdentityServiceImpl
 
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
 
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
 
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
 
set(String, Object) - Method in class org.jbpm.services.task.commands.TaskContext
 
setActivationTime(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setActivationTime(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setActualOwner(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setActualOwnerId(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setAddTargetUserToPotentialOwners(boolean) - Method in class org.jbpm.services.task.internals.lifecycle.OperationCommand
 
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.xml.JaxbTask
 
setAttachment(Attachment) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setAttachmentId(Long) - Method in class org.jbpm.services.task.commands.DeleteAttachmentCommand
 
setAttachmentId(Long) - Method in class org.jbpm.services.task.commands.GetAttachmentCommand
 
setBusAdmins(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
setBusinessAdministrators(List<OrganizationalEntity>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbPeopleAssignments
 
setCommands(List<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
 
setContent(Content) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
setContent(Content) - Method in class org.jbpm.services.task.commands.AddContentCommand
 
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
 
setCreatedBy(User) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setCreatedById(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setCreatedOn(Date) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.query.DeadlineSummaryImpl
 
setDeadlineId(long) - Method in class org.jbpm.services.task.query.DeadlineSummaryImpl
 
setDeadlines(Deadlines) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setDefinitionId(String) - Method in class org.jbpm.services.task.commands.GetTaskDefinitionCommand
 
setDelegation(Delegation) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
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.JaxbTask
 
setDescription(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
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.xml.JaxbTask
 
setDescriptions(long, List<I18NText>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setDocumentAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setDocumentContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setDocumentType(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setEndDeadlines(List<Deadline>) - Method in class org.jbpm.services.task.impl.model.xml.JaxbDeadlines
 
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.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.xml.JaxbTaskData
 
setExpirationTime(Date) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setFault(long, String, FaultData) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setFaultAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setFaultContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setFaultName(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.xml.JaxbTask
 
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
 
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.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.query.TaskSummaryImpl
 
setJaxbAttachment(JaxbAttachment) - Method in class org.jbpm.services.task.commands.AddAttachmentCommand
 
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
 
setJaxbTask(JaxbTask) - Method in class org.jbpm.services.task.commands.AddTaskCommand
 
setLanguage(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
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
 
setMaxResults(Integer) - Method in class org.jbpm.services.task.commands.GetTaskAssignedAsPotentialOwnerPagingCommand
 
setMaxResults(Integer) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
setName(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setName(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setName(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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
 
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, String, Object) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setOutputAccessType(AccessType) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setOutputContentId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.xml.JaxbTaskData
 
setParentId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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.xml.JaxbPeopleAssignments
 
setPotentialOwners(List<String>) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
Deprecated.
setPotOwners(List<String>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
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.xml.JaxbTask
 
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.xml.JaxbTaskData
 
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.xml.JaxbTaskData
 
setProcessInstanceId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcessSessionId(Long) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
setProcessSessionId(long) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
setProcInstIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
setProperty(Integer) - Method in class org.jbpm.services.task.commands.GetTaskPropertyCommand
 
setProperty(Integer) - Method in class org.jbpm.services.task.commands.SetTaskPropertyCommand
 
setQueryData(QueryData) - Method in class org.jbpm.services.task.commands.TaskQueryDataCommand
 
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
 
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
 
setSkipable(long, boolean) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
setSkipable(Boolean) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.xml.JaxbDeadlines
 
setStatus(List<Status>) - Method in class org.jbpm.services.task.commands.GetTasksByStatusByProcessInstanceIdCommand
 
setStatus(Status) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTaskData
 
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.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
Deprecated.
 
setSubject(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbTask
 
setSubject(long, String) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
setSubject(String) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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.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.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.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
Deprecated.
 
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
Deprecated.
 
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
 
setTaskService(InternalTaskService) - Method in class org.jbpm.services.task.admin.listener.TaskCleanUpProcessEventListener
 
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.xml.JaxbTask
 
setText(String) - Method in class org.jbpm.services.task.impl.model.xml.JaxbI18NText
 
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
Deprecated.
 
setUserGroupCallback(UserGroupCallback) - Method in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
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
 
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.xml.JaxbTaskData
 
setWorkItemIds(List<Long>) - Method in class org.jbpm.services.task.commands.GetTasksByVariousFieldsCommand
Deprecated.
 
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
 
stakeHolder(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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
 
status(Status...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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
 
SUB_TASK_STRATEGY_PROPERTY - Static variable in class org.jbpm.services.task.commands.TaskCommand
 
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
 
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
 
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
 
taskId(long...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
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
 
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
 
taskOperation(Operation, long, String, String, Map<String, Object>, List<String>, OrganizationalEntity...) - Method in interface org.jbpm.services.task.internals.lifecycle.LifeCycleManager
 
taskOperation(Operation, long, String, String, Map<String, Object>, List<String>, OrganizationalEntity...) - Method in class org.jbpm.services.task.internals.lifecycle.MVELLifeCycleManager
 
taskOwner(String...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
taskQuery(String) - Method in class org.jbpm.services.task.impl.command.CommandBasedTaskService
 
TaskQueryBuilderImpl - Class in org.jbpm.services.task.impl
Main Implementation of the TaskQueryBuilder.
TaskQueryBuilderImpl(String, CommandService) - Constructor for class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
TaskQueryDataCommand - Class in org.jbpm.services.task.commands
 
TaskQueryDataCommand() - Constructor for class org.jbpm.services.task.commands.TaskQueryDataCommand
 
TaskQueryDataCommand(QueryData) - Constructor for class org.jbpm.services.task.commands.TaskQueryDataCommand
 
TaskQueryServiceImpl - Class in org.jbpm.services.task.impl
 
TaskQueryServiceImpl() - Constructor for class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
TaskQueryServiceImpl(TaskPersistenceContext, UserGroupCallback) - 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
 
TASKSUMMARY_FROM - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
TASKSUMMARY_SELECT - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
TASKSUMMARY_WHERE - Static variable in class org.jbpm.services.task.impl.TaskQueryServiceImpl
 
TaskSummaryImpl - Class in org.jbpm.services.task.query
 
TaskSummaryImpl(long, String, String, String, Status, int, boolean, User, User, Date, Date, Date, String, long, long, String, SubTasksStrategy, long) - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
TaskSummaryImpl(long, String, String, String, Status, int, boolean, String, String, Date, Date, Date, String, long, long, long, String) - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
TaskSummaryImpl(long, String, String, Status, int, String, String, Date, Date, Date, String, long, long, String) - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
TaskSummaryImpl() - Constructor for class org.jbpm.services.task.query.TaskSummaryImpl
 
toGroups(List<String>) - Method in class org.jbpm.services.task.impl.TaskInstanceServiceImpl
 
toString() - Method in class org.jbpm.services.task.commands.ActivateTaskCommand
 
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
 
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
 
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
 
userId - Variable in class org.jbpm.services.task.commands.TaskCommand
 
userInfo(UserInfo) - Method in class org.jbpm.services.task.HumanTaskConfigurator
 

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

WeblogicUserGroupAdapter - Class in org.jbpm.services.task.identity.adapter
 
WeblogicUserGroupAdapter() - Constructor for class org.jbpm.services.task.identity.adapter.WeblogicUserGroupAdapter
 
WebSphereUserGroupAdapter - Class in org.jbpm.services.task.identity.adapter
 
WebSphereUserGroupAdapter() - Constructor for class org.jbpm.services.task.identity.adapter.WebSphereUserGroupAdapter
 
workItemId(long...) - Method in class org.jbpm.services.task.impl.TaskQueryBuilderImpl
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbAttachment
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.impl.model.xml.JaxbComment
 
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.JaxbTaskData
 
writeExternal(ObjectOutput) - Method in class org.jbpm.services.task.query.TaskSummaryImpl
 
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.2.0.Final-redhat-9

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