Uses of Enum
com.adobe.acs.commons.workflow.synthetic.SyntheticWorkflowRunner.WorkflowProcessIdType
Packages that use SyntheticWorkflowRunner.WorkflowProcessIdType
-
Uses of SyntheticWorkflowRunner.WorkflowProcessIdType in com.adobe.acs.commons.workflow.synthetic
Methods in com.adobe.acs.commons.workflow.synthetic that return SyntheticWorkflowRunner.WorkflowProcessIdTypeModifier and TypeMethodDescriptionSyntheticWorkflowStep.getIdType()Returns the enum constant of this type with the specified name.SyntheticWorkflowRunner.WorkflowProcessIdType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.acs.commons.workflow.synthetic with parameters of type SyntheticWorkflowRunner.WorkflowProcessIdTypeModifier and TypeMethodDescriptionSyntheticWorkflowRunner.getSyntheticWorkflowStep(String id, SyntheticWorkflowRunner.WorkflowProcessIdType type) Gets the Synthetic Workflow Step that represents the label.SyntheticWorkflowRunner.getSyntheticWorkflowStep(String id, SyntheticWorkflowRunner.WorkflowProcessIdType type, Map<String, Object> metadataMap) Gets the Synthetic Workflow Step that represents the label.