public class Process extends Asset
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
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 UpdateSemantic getUpdateSemantic()
public String getName()
public String getFormula()
public String getImplementationLanguage()
public List<PortImplementation> getPortImplementations()
public List<LineageMapping> getLineageMappings()
public Collection getCollection()
public List<ParentProcess> getParentProcesses()
public void setName(String name)
name - string namepublic void setFormula(String formula)
formula - string descriptionpublic void setImplementationLanguage(String implementationLanguage)
implementationLanguage - string namepublic void setPortImplementations(List<PortImplementation> portImplementations)
portImplementations - the port implementationspublic void setPortAliases(List<PortAlias> portAliases)
portAliases - the port aliasespublic void setLineageMappings(List<LineageMapping> lineageMappings)
lineageMappings - the lineage mappingspublic void setCollection(Collection collection)
collection - the collection to which the process belongspublic void setUpdateSemantic(UpdateSemantic updateSemantic)
updateSemantic - the update semanticpublic void setParentProcesses(List<ParentProcess> parentProcesses)
parentProcesses - the parent processesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.