Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Method and Description |
---|---|
Element.ElementType |
CompletedElement.getType()
Gets the type of this completed element
|
Element.ElementType |
Element.getType()
Gets the type of this element
|
Element.ElementType |
ElementDefinition.getType()
Gets the type of this element
|
static Element.ElementType |
Element.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Element.ElementType[] |
Element.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompletedEvent(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
UserDescriptor completedBy,
Date completed)
Initializing constructor which sets the values of all variables.
|
CompletedEventGateway(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
UserDescriptor completedBy,
Date completed,
CompletedEvent triggeredEvent)
Initializing constructor which sets the values of all variables.
|
CompletedJobTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
UserDescriptor runAsOwner,
String jobPath,
String jobDetails,
String jobVersion,
List<ParameterValue> parameters)
Initializing constructor which sets the values of all variables.
|
CompletedNotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completedStatus,
CompletedTask.TaskCompletedState completedState,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
CompletedSignalEvent(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
UserDescriptor completedBy,
Date completed,
String signalName,
String signaledBy) |
CompletedUserTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completionComment,
float totalActualHours)
Initializing constructor which sets the values of all variables.
|
CompletedUserTaskDetails(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
UserDescriptor completedBy,
Date completed,
String completionComment,
float totalActualHours,
Set<DataProperty> completionAttributes,
Set<UserTaskAssignment> taskAssignmentHistory)
Initializing constructor which sets the values of all variables.
|
Element(String identifier,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created)
Initializing constructor which sets the values of all variables.
|
ElementDefinition(String name,
String description,
String elementId,
Element.ElementType elementType,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
EventDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
JobTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
String jobPath,
String jobVersion,
List<ParameterValue> parameters)
Initializing constructor which sets the values of all variables.
|
JobTaskDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
NotificationTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes,
Set<Principal> recipients,
String subject,
NotificationTaskDefinition.MessagePriority priority,
String message)
Initializing constructor which sets the values of all variables.
|
NotificationTaskDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
SignalEvent(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created) |
SignalEventDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision,
String signalName)
Initializing constructor which sets the values of all variables.
|
Task(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus flowStatus,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes)
Initializing constructor which sets the values of all variables.
|
TaskDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
TimerEvent(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created) |
TimerEventDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision,
TimerEventDefinition.TimerType timerType,
String variableName)
Initializing constructor which sets the values of all variables.
|
UserTask(String identifier,
String elementId,
String name,
String description,
Element.ElementType activityType,
ProcessFlowDescriptor.FlowStatus status,
ProcessFlowDescriptor processFlow,
Date created,
Date started,
Task.TaskStatus taskStatus,
List<Attribute> attributes) |
UserTaskDefinition(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
long revision)
Initializing constructor which sets the values of all variables.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA