jBPM distribution 6.0.2-SNAPSHOT

Uses of Class
org.jbpm.services.task.commands.TaskCommand

Packages that use TaskCommand
org.jbpm.services.task.admin.listener   
org.jbpm.services.task.audit   
org.jbpm.services.task.commands   
org.jbpm.services.task.impl.model.command   
 

Uses of TaskCommand in org.jbpm.services.task.admin.listener
 

Subclasses of TaskCommand in org.jbpm.services.task.admin.listener
 class GetTasksForProcessCommand
           
 

Uses of TaskCommand in org.jbpm.services.task.audit
 

Subclasses of TaskCommand in org.jbpm.services.task.audit
 class DeleteAuditEventsCommand
           
 class GetAuditEventsCommand
           
 

Uses of TaskCommand in org.jbpm.services.task.commands
 

Subclasses of TaskCommand in org.jbpm.services.task.commands
 class ActivateTaskCommand
          Operation.Activate : [ new OperationCommand().{ status = [ Status.Created ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Ready } ],
 class AddAttachmentCommand
           
 class AddCommentCommand
           
 class AddContentCommand
           
 class AddGroupCommand
           
 class AddTaskCommand
          Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus = Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ], allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
 class AddUserCommand
           
 class AddUsersGroupsCommand
           
 class ArchiveTasksCommand
           
 class CancelDeadlineCommand
           
 class ClaimNextAvailableTaskCommand
           
 class ClaimTaskCommand
          Operation.Claim : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], setNewOwnerToUser = true, newStatus = Status.Reserved } ],
 class CompleteTaskCommand
          Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus = Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ], allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
 class CompositeCommand<T>
           
 class DelegateTaskCommand
          Operation.Delegate : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], addTargetUserToPotentialOwners = true, newStatus = Status.Ready, exec = Operation.Claim }, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], addTargetUserToPotentialOwners = true, newStatus = Status.Ready, exec = Operation.Claim } ],
 class DeleteAttachmentCommand
           
 class DeleteCommentCommand
           
 class DeleteContentCommand
           
 class DeleteFaultCommand
           
 class DeleteOutputCommand
           
 class DeployTaskDefCommand
           
 class ExecuteDeadlinesCommand
           
 class ExecuteTaskRulesCommand
           
 class ExitTaskCommand
          Operation.Exit : [ new OperationCommand().{ status = [ Status.Created, Status.Ready, Status.Reserved, Status.InProgress, Status.Suspended ], allowed = [ Allowed.BusinessAdministrator ], newStatus = Status.Exited } ]
 class FailTaskCommand
          Operation.Fail : [ new OperationCommand().{ status = [ Status.InProgress ], allowed = [ Allowed.Owner ], newStatus = Status.Failed } ],
 class ForwardTaskCommand
          Operation.Forward : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], userIsExplicitPotentialOwner = true, addTargetUserToPotentialOwners = true, removeUserFromPotentialOwners = true, setNewOwnerToNull = true, newStatus = Status.Ready }, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], userIsExplicitPotentialOwner = true, addTargetUserToPotentialOwners = true, removeUserFromPotentialOwners = true, setNewOwnerToNull = true, newStatus = Status.Ready }],
 class GetActiveTasksCommand
           
 class GetAllAttachmentsCommand
           
 class GetAllCommentsCommand
           
 class GetAllContentCommand
           
 class GetAllTaskDefinitionsCommand
           
 class GetArchivedTasksCommand
           
 class GetAttachmentCommand
           
 class GetCommentCommand
           
 class GetCompletedTasksByUserCommand
           
 class GetCompletedTasksCommand
           
 class GetContentCommand
           
 class GetGroupCommand
           
 class GetGroupsCommand
           
 class GetOrgEntityCommand
           
 class GetPendingSubTasksCommand
           
 class GetPendingTasksByUserCommand
           
 class GetPotentialOwnersForTaskCommand
           
 class GetSubTasksCommand
           
 class GetTaskAssignedAsBusinessAdminCommand
           
 class GetTaskAssignedAsExcludedOwnerCommand
           
 class GetTaskAssignedAsInitiatorCommand
           
 class GetTaskAssignedAsPotentialOwnerByExpDateCommand
           
 class GetTaskAssignedAsPotentialOwnerCommand
           
 class GetTaskAssignedAsPotentialOwnerPagingCommand
           
 class GetTaskAssignedAsRecipientCommand
           
 class GetTaskAssignedAsStakeholderCommand
           
 class GetTaskAssignedByGroupsCommand
           
 class GetTaskByWorkItemIdCommand
           
 class GetTaskCommand
           
 class GetTaskContentCommand
           
 class GetTaskDefinitionCommand
           
 class GetTaskOwnedByExpDateBeforeDateCommand
           
 class GetTaskOwnedByExpDateCommand
           
 class GetTaskPropertyCommand
           
 class GetTasksByProcessInstanceIdCommand
           
 class GetTasksByStatusByProcessInstanceIdCommand
           
 class GetTasksByVariousFieldsCommand
           
 class GetTasksOwnedCommand
           
 class GetUserCommand
           
 class GetUserInfoCommand
           
 class GetUsersCommand
           
 class InitDeadlinesCommand
           
 class NominateTaskCommand
          Operation.Skip : [ new OperationCommand().{ status = [ Status.Created ], allowed = [ Allowed.Initiator, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true }, new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true }, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true } ],
 class ProcessSubTaskCommand
           
 class ReleaseTaskCommand
          Operation.Release : [ new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [Allowed.Owner, Allowed.BusinessAdministrator ], setNewOwnerToNull = true, newStatus = Status.Ready } ],
 class RemoveAllTasksCommand
           
 class RemoveGroupCommand
           
 class RemoveTaskCommand
           
 class RemoveTasksCommand
           
 class RemoveUserCommand
           
 class ResumeTaskCommand
          Operation.Resume : [ new OperationCommand().{ previousStatus = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], setToPreviousStatus = true }, new OperationCommand().{ previousStatus = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], setToPreviousStatus = true } ],
 class SetTaskPropertyCommand
           
 class SkipTaskCommand
          Operation.Skip : [ new OperationCommand().{ status = [ Status.Created ], allowed = [ Allowed.Initiator, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true }, new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true }, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Obsolete, skipable = true } ],
 class StartTaskCommand
          Operation.Start : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner ], setNewOwnerToUser = true, newStatus = Status.InProgress }, new OperationCommand().{ status = [ Status.Reserved ], allowed = [ Allowed.Owner ], newStatus = Status.InProgress } ], *
 class StopTaskCommand
          Operation.Stop : [ new OperationCommand().{ status = [ Status.InProgress ], allowed = [ Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Reserved } ],
 class SuspendTaskCommand
          Operation.Suspend : [ new OperationCommand().{ status = [ Status.Ready ], allowed = [ Allowed.PotentialOwner, Allowed.BusinessAdministrator ], newStatus = Status.Suspended }, new OperationCommand().{ status = [ Status.Reserved, Status.InProgress ], allowed = [Allowed.Owner, Allowed.BusinessAdministrator ], newStatus = Status.Suspended } ],
 class UndeployTaskDefCommand
           
 class UserGroupCallbackTaskCommand<T>
           
 

Methods in org.jbpm.services.task.commands that return TaskCommand
 TaskCommand<?>[] CompositeCommand.getCommands()
           
 TaskCommand<T> CompositeCommand.getMainCommand()
           
 

Methods in org.jbpm.services.task.commands with parameters of type TaskCommand
 void CompositeCommand.setCommands(TaskCommand<?>[] commands)
           
 void CompositeCommand.setMainCommand(TaskCommand<T> mainCommand)
           
 

Constructors in org.jbpm.services.task.commands with parameters of type TaskCommand
CompositeCommand(TaskCommand<T> mainCommand, TaskCommand<?>... commands)
           
CompositeCommand(TaskCommand<T> mainCommand, TaskCommand<?>... commands)
           
 

Uses of TaskCommand in org.jbpm.services.task.impl.model.command
 

Subclasses of TaskCommand in org.jbpm.services.task.impl.model.command
 class DeleteBAMTaskSummariesCommand
           
 class GetBAMTaskSummariesCommand
           
 


jBPM distribution 6.0.2-SNAPSHOT

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