Class Process
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Asset
org.odpi.openmetadata.accessservices.dataengine.model.Process
- All Implemented Interfaces:
Serializable
The type Process.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the collection to which the process belongsGets data flowsReturn the description of the processing performed by this process.Return the name of the programming language that this process is implemented in.getName()Gets the process name.Gets parent processes.Gets port implementations.Gets update semantic.inthashCode()voidsetCollection(Collection collection) Sets the collection.voidsetDataFlows(List<DataFlow> dataFlows) Sets data flows.voidsetFormula(String formula) Set up the description of the processing performed by this process.voidsetImplementationLanguage(String implementationLanguage) Set up the name of the programming language that this process is implemented in.voidSets up the process name.voidsetParentProcesses(List<ParentProcess> parentProcesses) Sets parent processes.voidsetPortImplementations(List<PortImplementation> portImplementations) Sets port implementations.voidsetUpdateSemantic(UpdateSemantic updateSemantic) Sets update semantic.toString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Asset
getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipMethods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
Process
public Process()
-
-
Method Details
-
getUpdateSemantic
Gets update semantic.- Returns:
- the update semantic
-
getName
Gets the process name.- Returns:
- the name
-
getFormula
Return the description of the processing performed by this process.- Returns:
- string description
-
getImplementationLanguage
Return the name of the programming language that this process is implemented in.- Returns:
- string name
-
getPortImplementations
Gets port implementations.- Returns:
- the port implementations
-
getDataFlows
Gets data flows- Returns:
- the data flows
-
getCollection
Retrieves the collection to which the process belongs- Returns:
- collection the collection to which it belongs
-
getParentProcesses
Gets parent processes.- Returns:
- the parent processes
-
setName
Sets up the process name.- Parameters:
name- string name
-
setFormula
Set up the description of the processing performed by this process.- Parameters:
formula- string description
-
setImplementationLanguage
Set up the name of the programming language that this process is implemented in.- Parameters:
implementationLanguage- string name
-
setPortImplementations
Sets port implementations.- Parameters:
portImplementations- the port implementations
-
setDataFlows
Sets data flows.- Parameters:
dataFlows- the data flows
-
setCollection
Sets the collection.- Parameters:
collection- the collection to which the process belongs
-
setUpdateSemantic
Sets update semantic.- Parameters:
updateSemantic- the update semantic
-
setParentProcesses
Sets parent processes.- Parameters:
parentProcesses- the parent processes
-
equals
-
hashCode
public int hashCode() -
toString
-