Class ControlFlowElement
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.metadataelements.ControlFlowElement
ControlFlowElement contains the properties and header for a control flow relationship retrieved from the metadata repository.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorControlFlowElement(ControlFlowElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the relationship.Return details of the relationshiporg.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with end 1 of the relationship.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with end 2 of the relationship.inthashCode()Return hash code for this objectvoidsetControlFlowHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader controlFlowHeader) Set up the element header associated with the relationship.voidsetControlFlowProperties(ControlFlowProperties controlFlowProperties) Set up relationship propertiesvoidsetCurrentStep(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader currentStep) Set up the element header associated with end 1 of the relationship.voidsetNextStep(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader nextStep) Set up the element header associated with end 2 of the relationship.toString()JSON-style toString
-
Constructor Details
-
ControlFlowElement
public ControlFlowElement()Default constructor -
ControlFlowElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getControlFlowHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getControlFlowHeader()Return the element header associated with the relationship.- Returns:
- element header object
-
setControlFlowHeader
public void setControlFlowHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader controlFlowHeader) Set up the element header associated with the relationship.- Parameters:
controlFlowHeader- element header object
-
getControlFlowProperties
Return details of the relationship- Returns:
- relationship properties
-
setControlFlowProperties
Set up relationship properties- Parameters:
controlFlowProperties- relationship properties
-
getCurrentStep
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getCurrentStep()Return the element header associated with end 1 of the relationship.- Returns:
- element header object
-
setCurrentStep
public void setCurrentStep(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader currentStep) Set up the element header associated with end 1 of the relationship.- Parameters:
currentStep- element header object
-
getNextStep
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getNextStep()Return the element header associated with end 2 of the relationship.- Returns:
- element header object
-
setNextStep
public void setNextStep(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader nextStep) Set up the element header associated with end 2 of the relationship.- Parameters:
nextStep- element header object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-