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
Process is a java bean used to create Processes associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Retrieves 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.int
hashCode()
void
setCollection
(Collection collection) Sets the collection.void
setDataFlows
(List<DataFlow> dataFlows) Sets data flows.void
setFormula
(String formula) Set up the description of the processing performed by this process.void
setImplementationLanguage
(String implementationLanguage) Set up the name of the programming language that this process is implemented in.void
Sets up the process name.void
setParentProcesses
(List<ParentProcess> parentProcesses) Sets parent processes.void
setPortImplementations
(List<PortImplementation> portImplementations) Sets port implementations.void
setUpdateSemantic
(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, setZoneMembership
Methods 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
-
canEqual
-
hashCode
public int hashCode() -
toString
-