Class ProcessCallElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ProcessCallElement
- All Implemented Interfaces:
Serializable
ProcessCallElement contains the properties and header for a process call relationship retrieved from the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorProcessCallElement
(ProcessCallElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with end 2 of the relationship.Return the element header associated with end 1 of the relationship.Return the element header associated with the relationship.Return details of the relationshipint
hashCode()
Return hash code for this objectvoid
setCalled
(ElementHeader called) Set up the element header associated with end 2 of the relationship.void
setCaller
(ElementHeader caller) Set up the element header associated with end 1 of the relationship.void
setProcessCallHeader
(ElementHeader processCallHeader) Set up the element header associated with the relationship.void
setProcessCallProperties
(ProcessCallProperties processCallProperties) Set up relationship propertiestoString()
JSON-style toString
-
Constructor Details
-
ProcessCallElement
public ProcessCallElement()Default constructor -
ProcessCallElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getProcessCallHeader
Return the element header associated with the relationship.- Returns:
- element header object
-
setProcessCallHeader
Set up the element header associated with the relationship.- Parameters:
processCallHeader
- element header object
-
getProcessCallProperties
Return details of the relationship- Returns:
- relationship properties
-
setProcessCallProperties
Set up relationship properties- Parameters:
processCallProperties
- relationship properties
-
getCaller
Return the element header associated with end 1 of the relationship.- Returns:
- element header object
-
setCaller
Set up the element header associated with end 1 of the relationship.- Parameters:
caller
- element header object
-
getCalled
Return the element header associated with end 2 of the relationship.- Returns:
- element header object
-
setCalled
Set up the element header associated with end 2 of the relationship.- Parameters:
called
- 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
-