public enum CommandName extends Enum<CommandName>
Modifier and Type | Method and Description |
---|---|
static CommandName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandName OperationRequest
public static final CommandName OperationResponse
public static final CommandName ClaimRequest
public static final CommandName ClaimResponse
public static final CommandName ClaimNextAvailableRequest
public static final CommandName StartRequest
public static final CommandName StartResponse
public static final CommandName StopRequest
public static final CommandName StopResponse
public static final CommandName ReleaseRequest
public static final CommandName ReleaseResponse
public static final CommandName SuspendRequest
public static final CommandName SuspendResponse
public static final CommandName ResumeRequest
public static final CommandName ResumeResponse
public static final CommandName SkipRequest
public static final CommandName SkipResponse
public static final CommandName DelegateRequest
public static final CommandName DelegateResponse
public static final CommandName ForwardRequest
public static final CommandName ForwardResponse
public static final CommandName CompleteRequest
public static final CommandName CompleteResponse
public static final CommandName FailRequest
public static final CommandName FailResponse
public static final CommandName GetTaskRequest
public static final CommandName GetTaskResponse
public static final CommandName AddTaskRequest
public static final CommandName AddTaskResponse
public static final CommandName AddAttachmentRequest
public static final CommandName AddAttachmentResponse
public static final CommandName DeleteAttachmentRequest
public static final CommandName DeleteAttachmentResponse
public static final CommandName SetDocumentContentRequest
public static final CommandName SetDocumentContentResponse
public static final CommandName GetContentRequest
public static final CommandName GetContentResponse
public static final CommandName AddCommentRequest
public static final CommandName AddCommentResponse
public static final CommandName DeleteCommentRequest
public static final CommandName DeleteCommentResponse
public static final CommandName QueryTasksOwned
public static final CommandName QueryTasksOwnedWithParticularStatus
public static final CommandName QueryTasksAssignedAsBusinessAdministrator
public static final CommandName QueryTasksAssignedAsExcludedOwner
public static final CommandName QueryTasksAssignedAsPotentialOwner
public static final CommandName QueryTasksAssignedAsPotentialOwnerWithGroup
public static final CommandName QueryTasksAssignedAsPotentialOwnerByGroup
public static final CommandName QueryTasksAssignedAsPotentialOwnerByStatus
public static final CommandName QueryTasksAssignedAsPotentialOwnerByStatusByGroup
public static final CommandName QuerySubTasksAssignedAsPotentialOwner
public static final CommandName QueryGetSubTasksByParentTaskId
public static final CommandName QueryTasksAssignedAsRecipient
public static final CommandName QueryTasksAssignedAsTaskInitiator
public static final CommandName QueryTasksAssignedAsTaskStakeholder
public static final CommandName QueryTaskSummaryResponse
public static final CommandName QueryTaskByWorkItemId
public static final CommandName QueryTaskByWorkItemIdResponse
public static final CommandName RegisterForEventRequest
public static final CommandName UnRegisterForEventRequest
public static final CommandName EventTriggerResponse
public static final CommandName RegisterClient
public static final CommandName QueryGenericRequest
public static final CommandName QueryGenericResponse
public static final CommandName NominateTaskRequest
public static final CommandName SetOutputRequest
public static final CommandName SetFaultRequest
public static final CommandName SetPriorityRequest
public static final CommandName DeleteOutputRequest
public static final CommandName DeleteFaultRequest
public static CommandName[] values()
for (CommandName c : CommandName.values()) System.out.println(c);
public static CommandName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.