public class Process extends Asset
| Constructor and Description |
|---|
Process()
Instantiates a new Process.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection |
getCollection()
Retrieves the collection to which the process belongs
|
String |
getFormula()
Return the description of the processing performed by this process.
|
String |
getImplementationLanguage()
Return the name of the programming language that this process is implemented in.
|
List<LineageMapping> |
getLineageMappings()
Gets lineage mappings.
|
String |
getName()
Gets the process name.
|
List<ParentProcess> |
getParentProcesses()
Gets parent processes.
|
List<PortAlias> |
getPortAliases()
Gets port aliases.
|
List<PortImplementation> |
getPortImplementations()
Gets port implementations.
|
UpdateSemantic |
getUpdateSemantic()
Gets update semantic.
|
int |
hashCode() |
void |
setCollection(Collection collection)
Sets the collection.
|
void |
setFormula(String formula)
Set up the 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 |
setLineageMappings(List<LineageMapping> lineageMappings)
Sets lineage mappings.
|
void |
setName(String name)
Sets up the process name.
|
void |
setParentProcesses(List<ParentProcess> parentProcesses)
Sets parent processes.
|
void |
setPortAliases(List<PortAlias> portAliases)
Sets port aliases.
|
void |
setPortImplementations(List<PortImplementation> portImplementations)
Sets port implementations.
|
void |
setUpdateSemantic(UpdateSemantic updateSemantic)
Sets update semantic.
|
String |
toString() |
getDescription, getDisplayName, getGUID, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setGUID, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipgetAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic String getName()
public void setName(String name)
name - string namepublic String getFormula()
public void setFormula(String formula)
formula - string descriptionpublic String getImplementationLanguage()
public void setImplementationLanguage(String implementationLanguage)
implementationLanguage - string namepublic List<PortImplementation> getPortImplementations()
public void setPortImplementations(List<PortImplementation> portImplementations)
portImplementations - the port implementationspublic void setPortAliases(List<PortAlias> portAliases)
portAliases - the port aliasespublic List<LineageMapping> getLineageMappings()
public void setLineageMappings(List<LineageMapping> lineageMappings)
lineageMappings - the lineage mappingspublic UpdateSemantic getUpdateSemantic()
public void setUpdateSemantic(UpdateSemantic updateSemantic)
updateSemantic - the update semanticpublic List<ParentProcess> getParentProcesses()
public void setParentProcesses(List<ParentProcess> parentProcesses)
parentProcesses - the parent processespublic Collection getCollection()
public void setCollection(Collection collection)
collection - the collection to which the process belongsCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.