Package cdm.event.workflow.functions
Class Create_RejectedWorkflowStep
java.lang.Object
cdm.event.workflow.functions.Create_RejectedWorkflowStep
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_RejectedWorkflowStep.Create_RejectedWorkflowStepDefault
public abstract class Create_RejectedWorkflowStep
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ConditionValidatorprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract WorkflowStep.WorkflowStepBuilderdoEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, WorkflowStep proposedWorkflowStep) evaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, WorkflowStep proposedWorkflowStep) 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
-
conditionValidator
@Inject protected com.rosetta.model.lib.functions.ConditionValidator conditionValidator -
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
Create_RejectedWorkflowStep
public Create_RejectedWorkflowStep()
-
-
Method Details
-
evaluate
public WorkflowStep evaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, WorkflowStep proposedWorkflowStep) - Parameters:
messageInformation- Contains all information pertaining the messaging headertimestamp- The dateTime and qualifier associated with this event.eventIdentifier- The identifiers that uniquely identify this lifecycle event.proposedWorkflowStep- Required previous WorkflowStep that provides lineage to WorkflowStep that precedes it.- Returns:
- rejectedWorkflowStep Rejected WorkflowStep with lineage to the proposed step that preceded it.
-
doEvaluate
protected abstract WorkflowStep.WorkflowStepBuilder doEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, WorkflowStep proposedWorkflowStep)
-