Package cdm.event.workflow.functions
Class Create_Workflow
java.lang.Object
cdm.event.workflow.functions.Create_Workflow
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_Workflow.Create_WorkflowDefault
public abstract class Create_Workflow
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Workflow.WorkflowBuilderdoEvaluate(List<? extends WorkflowStep> steps) evaluate(List<? extends WorkflowStep> steps) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
Create_Workflow
public Create_Workflow()
-
-
Method Details
-
evaluate
- Parameters:
steps-- Returns:
- workflow
-
doEvaluate
-