Uses of Class
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionInfo
Packages that use ProcessDefinitionInfo
Package
Description
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows.
-
Uses of ProcessDefinitionInfo in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return ProcessDefinitionInfoModifier and TypeMethodDescriptionProcessDefinitionService.activateProcessDefinition(String processDefinitionKey) Activates the latest deployed version of the process flow definition so that process flows can be created from it.ProcessDefinitionService.deployProcessDefinitionFromRepository(String path, String version, Set<String> contextTypeIds, String comment, boolean activate, boolean overwrite) Deploys the process flow definition file from the repository.ProcessDefinitionService.getProcessDefinitionById(String id) Gets the process flow definition with the specified unique identifier.ProcessDefinitionService.getProcessDefinitionByKey(String processDefinitionKey) Gets the latest deployed version of the process flow definition by the specified process flow definition key.ProcessDefinitionService.suspendProcessDefinition(String processDefinitionKey) Suspends the latest deployed version of the process flow definition so that process flows cannot be created from it.Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type ProcessDefinitionInfoModifier and TypeMethodDescriptionProcessDefinitionService.getAllProcessDefinitions()Gets all of the latest deployed process flow definitions.ProcessDefinitionService.getProcessDefinitionsByContextType(String contextTypeId) Gets the latest deployed process flow definitions at the context with the context type.ProcessDefinitionService.getProcessDefinitionsMappedForAutoFlow(String contextTypeId, AutoFlowType autoFlowType, boolean activeOnly) Gets the process flow definitions that are enabled and mapped for automatic process flow creation by the specified context type. -
Uses of ProcessDefinitionInfo in com.sas.lsaf.workflow.processflow
Methods in com.sas.lsaf.workflow.processflow that return ProcessDefinitionInfoModifier and TypeMethodDescriptionProcessFlowDescriptor.getProcessDefinitionInfo()Gets the process flow definition information that was used to create the process flow.Constructors in com.sas.lsaf.workflow.processflow with parameters of type ProcessDefinitionInfoModifierConstructorDescriptionProcessFlow(String id, String contextId, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision, String autoFlowSource, AutoFlowType autoFlowType) It is not intended or recommended that the consumer of this API construct these objects.ProcessFlowDescriptor(String id, String contextId, String contextPath, String name, String description, ProcessFlowDescriptor.FlowStatus status, String owner, ProcessDefinitionInfo processDefinitionInfo, String createdBy, Date created, String lastModifiedBy, Date lastModified, long revision, AutoFlowType autoFlowType) The initializing constructor.