Package cdm.event.workflow
Class Workflow.WorkflowImpl
java.lang.Object
cdm.event.workflow.Workflow.WorkflowImpl
- All Implemented Interfaces:
Workflow,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Workflow
Immutable Implementation of Workflow
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.workflow.Workflow
Workflow.WorkflowBuilder, Workflow.WorkflowBuilderImpl, Workflow.WorkflowImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanList<? extends WorkflowStep> getSteps()Getter MethodsinthashCode()protected voidsetBuilderFields(Workflow.WorkflowBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
WorkflowImpl
-
-
Method Details
-
getSteps
@RosettaAttribute(value="steps", isRequired=true) @RuneAttribute(value="steps", isRequired=true) public List<? extends WorkflowStep> getSteps()Description copied from interface:WorkflowGetter Methods -
build
Description copied from interface:WorkflowBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-