Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletedEvent
Represents a completed event in a process flow
|
class |
CompletedEventGateway
Represents a completed event gateway in a process flow
|
class |
CompletedJobTask
Represents a completed job task in a process flow.
|
class |
CompletedNotificationTask
Represents a completed notification task in a process flow.
|
class |
CompletedSignalEvent
Represents a completed signal event in a process flow
|
class |
CompletedUserTask
Represents a completed user task in a process flow.
|
class |
CompletedUserTaskDetails
Represents a completed user task in a process flow with completion attributes and task assignment history.
|
class |
JobTask
Represents a job task in a process flow
|
class |
NotificationTask
Represents a job task in a process flow
|
class |
SignalEvent
Represents a signal event in a process flow
|
class |
Task
Abstract parent class for a task in a process flow.
|
class |
TimerEvent
Represents a timer event in a process flow
|
class |
UserTask
Represents a user task in a process flow
|
Modifier and Type | Method and Description |
---|---|
Set<Element> |
ProcessFlowService.getCurrentElementsByContext(ProcessFlowContext context,
boolean includeChildren)
Get the current elements for process flows at the given context.
|
Set<Element> |
ProcessFlowService.getCurrentElementsByProcessFlow(String identifier)
Get the current elements of the process flow with the given identifier.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA