org.drools.grid.internal.commands
Enum SimpleCommandName
java.lang.Object
java.lang.Enum<SimpleCommandName>
org.drools.grid.internal.commands.SimpleCommandName
- All Implemented Interfaces:
- Serializable, Comparable<SimpleCommandName>
public enum SimpleCommandName
- extends Enum<SimpleCommandName>
OperationRequest
public static final SimpleCommandName OperationRequest
OperationResponse
public static final SimpleCommandName OperationResponse
ClaimRequest
public static final SimpleCommandName ClaimRequest
ClaimResponse
public static final SimpleCommandName ClaimResponse
StartRequest
public static final SimpleCommandName StartRequest
StartResponse
public static final SimpleCommandName StartResponse
StopRequest
public static final SimpleCommandName StopRequest
StopResponse
public static final SimpleCommandName StopResponse
ReleaseRequest
public static final SimpleCommandName ReleaseRequest
ReleaseResponse
public static final SimpleCommandName ReleaseResponse
SuspendRequest
public static final SimpleCommandName SuspendRequest
SuspendResponse
public static final SimpleCommandName SuspendResponse
ResumeRequest
public static final SimpleCommandName ResumeRequest
ResumeResponse
public static final SimpleCommandName ResumeResponse
SkipRequest
public static final SimpleCommandName SkipRequest
SkipResponse
public static final SimpleCommandName SkipResponse
DelegateRequest
public static final SimpleCommandName DelegateRequest
DelegateResponse
public static final SimpleCommandName DelegateResponse
ForwardRequest
public static final SimpleCommandName ForwardRequest
ForwardResponse
public static final SimpleCommandName ForwardResponse
CompleteRequest
public static final SimpleCommandName CompleteRequest
CompleteResponse
public static final SimpleCommandName CompleteResponse
FailRequest
public static final SimpleCommandName FailRequest
FailResponse
public static final SimpleCommandName FailResponse
GetTaskRequest
public static final SimpleCommandName GetTaskRequest
GetTaskResponse
public static final SimpleCommandName GetTaskResponse
AddTaskRequest
public static final SimpleCommandName AddTaskRequest
AddTaskResponse
public static final SimpleCommandName AddTaskResponse
AddAttachmentRequest
public static final SimpleCommandName AddAttachmentRequest
AddAttachmentResponse
public static final SimpleCommandName AddAttachmentResponse
DeleteAttachmentRequest
public static final SimpleCommandName DeleteAttachmentRequest
DeleteAttachmentResponse
public static final SimpleCommandName DeleteAttachmentResponse
SetDocumentContentRequest
public static final SimpleCommandName SetDocumentContentRequest
SetDocumentContentResponse
public static final SimpleCommandName SetDocumentContentResponse
GetContentRequest
public static final SimpleCommandName GetContentRequest
GetContentResponse
public static final SimpleCommandName GetContentResponse
AddCommentRequest
public static final SimpleCommandName AddCommentRequest
AddCommentResponse
public static final SimpleCommandName AddCommentResponse
DeleteCommentRequest
public static final SimpleCommandName DeleteCommentRequest
DeleteCommentResponse
public static final SimpleCommandName DeleteCommentResponse
QueryTasksOwned
public static final SimpleCommandName QueryTasksOwned
QueryTasksAssignedAsBusinessAdministrator
public static final SimpleCommandName QueryTasksAssignedAsBusinessAdministrator
QueryTasksAssignedAsExcludedOwner
public static final SimpleCommandName QueryTasksAssignedAsExcludedOwner
QueryTasksAssignedAsPotentialOwner
public static final SimpleCommandName QueryTasksAssignedAsPotentialOwner
QueryTasksAssignedAsPotentialOwnerWithGroup
public static final SimpleCommandName QueryTasksAssignedAsPotentialOwnerWithGroup
QueryTasksAssignedAsPotentialOwnerByGroup
public static final SimpleCommandName QueryTasksAssignedAsPotentialOwnerByGroup
QuerySubTasksAssignedAsPotentialOwner
public static final SimpleCommandName QuerySubTasksAssignedAsPotentialOwner
QueryGetSubTasksByParentTaskId
public static final SimpleCommandName QueryGetSubTasksByParentTaskId
QueryTasksAssignedAsRecipient
public static final SimpleCommandName QueryTasksAssignedAsRecipient
QueryTasksAssignedAsTaskInitiator
public static final SimpleCommandName QueryTasksAssignedAsTaskInitiator
QueryTasksAssignedAsTaskStakeholder
public static final SimpleCommandName QueryTasksAssignedAsTaskStakeholder
QueryTaskSummaryResponse
public static final SimpleCommandName QueryTaskSummaryResponse
RegisterForEventRequest
public static final SimpleCommandName RegisterForEventRequest
EventTriggerResponse
public static final SimpleCommandName EventTriggerResponse
RegisterClient
public static final SimpleCommandName RegisterClient
RegisterExecutor
public static final SimpleCommandName RegisterExecutor
UnRegisterExecutor
public static final SimpleCommandName UnRegisterExecutor
RegisterKBase
public static final SimpleCommandName RegisterKBase
RequestKBaseId
public static final SimpleCommandName RequestKBaseId
UnRegisterKBase
public static final SimpleCommandName UnRegisterKBase
RequestExecutorsMap
public static final SimpleCommandName RequestExecutorsMap
RequestKBasesMap
public static final SimpleCommandName RequestKBasesMap
RequestLookupSessionId
public static final SimpleCommandName RequestLookupSessionId
ResponseLookupSession
public static final SimpleCommandName ResponseLookupSession
values
public static SimpleCommandName[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SimpleCommandName c : SimpleCommandName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SimpleCommandName valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.