Package | Description |
---|---|
com.sas.hls.work.processflow |
Service and class definitions for getting process flow information.
|
com.sas.hls.work.processflow.exception |
Exceptions that can be thrown while manipulating a process flow or using the processFlowService.
|
Modifier and Type | Method and Description |
---|---|
String |
ProcessFlowService.createProcessFlowManifest(ProcessFlowContext context,
String name,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Creates a process flow manifest for the specified process flow
|
void |
ProcessFlowService.deleteProcessFlow(ProcessFlowContext context,
String name)
Deletes the process flow at the specified context with the specified name
|
String |
ProcessFlowService.deleteProcessFlowAndCreateManifest(ProcessFlowContext context,
String name,
String manifestLocation,
NewFileCheckinSpecification manifestCheckinSpec)
Deletes the process flow at the specified context with the specified name and creates a process flow manifest (.pmnf) in the
specified manifest location with the name of the process flow.
|
Set<CompletedElement> |
ProcessFlowService.getCompletedElementsByProcessFlow(String identifier)
Get the completed elements of the process flow with the given identifier
|
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.
|
Set<ElementDefinition> |
ProcessFlowService.getElementDefinitions(ProcessFlowContext context,
String name)
Get the process flow element definitions for the process flow at the specified context with the specified name.
|
List<ProcessDefinitionInfo> |
ProcessFlowService.getProcessDefinitionsByType(DeploymentContextType type)
Gets the latest deployed process definitions at the specified context type.
|
ProcessFlow |
ProcessFlowService.getProcessFlowByIdentifier(String identifier)
Get process flow with the specified identifier.
|
void |
ProcessFlowService.updateElementDefinition(ElementDefinition elementDefinition)
Update the element definition for the process flow identified by
ElementDefinition.getProcessFlowIdentifier() . |
ProcessFlow |
ProcessFlowService.updateProcessFlow(ProcessFlow processFlow)
Updates the process flow
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessFlowContextNotFoundException
Thrown when the specified process definition context can not be found.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA