public class Application extends InformationAsset
application asset type in IGC, displayed as 'Application' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected Boolean |
includeForBusinessLineage |
protected ItemList<ObjectType> |
objectTypes |
protected ItemList<InformationAsset> |
readsFromDesign |
protected ItemList<InformationAsset> |
readsFromOperational |
protected ItemList<InformationAsset> |
readsFromStatic |
protected ItemList<InformationAsset> |
readsFromUserDefined |
protected ItemList<InformationAsset> |
writesToDesign |
protected ItemList<InformationAsset> |
writesToOperational |
protected ItemList<InformationAsset> |
writesToStatic |
protected ItemList<InformationAsset> |
writesToUserDefined |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
Boolean |
getIncludeForBusinessLineage()
Retrieve the
include_for_business_lineage property (displayed as 'Include for Business Lineage') of the object. |
ItemList<ObjectType> |
getObjectTypes()
Retrieve the
object_types property (displayed as 'Object Types') of the object. |
ItemList<InformationAsset> |
getReadsFromDesign()
Retrieve the
reads_from_(design) property (displayed as 'Reads from (Design)') of the object. |
ItemList<InformationAsset> |
getReadsFromOperational()
Retrieve the
reads_from_(operational) property (displayed as 'Reads from (Operational)') of the object. |
ItemList<InformationAsset> |
getReadsFromStatic()
Retrieve the
reads_from_(static) property (displayed as 'Reads from (Static)') of the object. |
ItemList<InformationAsset> |
getReadsFromUserDefined()
Retrieve the
reads_from_(user_defined) property (displayed as 'Reads from (User-Defined)') of the object. |
ItemList<InformationAsset> |
getWritesToDesign()
Retrieve the
writes_to_(design) property (displayed as 'Writes to (Design)') of the object. |
ItemList<InformationAsset> |
getWritesToOperational()
Retrieve the
writes_to_(operational) property (displayed as 'Writes to (Operational)') of the object. |
ItemList<InformationAsset> |
getWritesToStatic()
Retrieve the
writes_to_(static) property (displayed as 'Writes to (Static)') of the object. |
ItemList<InformationAsset> |
getWritesToUserDefined()
Retrieve the
writes_to_(user_defined) property (displayed as 'Writes to (User-Defined)') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setIncludeForBusinessLineage(Boolean includeForBusinessLineage)
Set the
include_for_business_lineage property (displayed as Include for Business Lineage) of the object. |
void |
setObjectTypes(ItemList<ObjectType> objectTypes)
Set the
object_types property (displayed as Object Types) of the object. |
void |
setReadsFromDesign(ItemList<InformationAsset> readsFromDesign)
Set the
reads_from_(design) property (displayed as Reads from (Design)) of the object. |
void |
setReadsFromOperational(ItemList<InformationAsset> readsFromOperational)
Set the
reads_from_(operational) property (displayed as Reads from (Operational)) of the object. |
void |
setReadsFromStatic(ItemList<InformationAsset> readsFromStatic)
Set the
reads_from_(static) property (displayed as Reads from (Static)) of the object. |
void |
setReadsFromUserDefined(ItemList<InformationAsset> readsFromUserDefined)
Set the
reads_from_(user_defined) property (displayed as Reads from (User-Defined)) of the object. |
void |
setWritesToDesign(ItemList<InformationAsset> writesToDesign)
Set the
writes_to_(design) property (displayed as Writes to (Design)) of the object. |
void |
setWritesToOperational(ItemList<InformationAsset> writesToOperational)
Set the
writes_to_(operational) property (displayed as Writes to (Operational)) of the object. |
void |
setWritesToStatic(ItemList<InformationAsset> writesToStatic)
Set the
writes_to_(static) property (displayed as Writes to (Static)) of the object. |
void |
setWritesToUserDefined(ItemList<InformationAsset> writesToUserDefined)
Set the
writes_to_(user_defined) property (displayed as Writes to (User-Defined)) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String aliasBusinessName
protected Boolean includeForBusinessLineage
protected ItemList<ObjectType> objectTypes
protected ItemList<InformationAsset> readsFromDesign
protected ItemList<InformationAsset> readsFromOperational
protected ItemList<InformationAsset> readsFromStatic
protected ItemList<InformationAsset> readsFromUserDefined
protected ItemList<InformationAsset> writesToDesign
protected ItemList<InformationAsset> writesToOperational
protected ItemList<InformationAsset> writesToStatic
protected ItemList<InformationAsset> writesToUserDefined
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic Boolean getIncludeForBusinessLineage()
include_for_business_lineage property (displayed as 'Include for Business Lineage') of the object.Booleanpublic void setIncludeForBusinessLineage(Boolean includeForBusinessLineage)
include_for_business_lineage property (displayed as Include for Business Lineage) of the object.includeForBusinessLineage - the value to setpublic ItemList<ObjectType> getObjectTypes()
object_types property (displayed as 'Object Types') of the object.ItemList<ObjectType>public void setObjectTypes(ItemList<ObjectType> objectTypes)
object_types property (displayed as Object Types) of the object.objectTypes - the value to setpublic ItemList<InformationAsset> getReadsFromDesign()
reads_from_(design) property (displayed as 'Reads from (Design)') of the object.ItemList<InformationAsset>public void setReadsFromDesign(ItemList<InformationAsset> readsFromDesign)
reads_from_(design) property (displayed as Reads from (Design)) of the object.readsFromDesign - the value to setpublic ItemList<InformationAsset> getReadsFromOperational()
reads_from_(operational) property (displayed as 'Reads from (Operational)') of the object.ItemList<InformationAsset>public void setReadsFromOperational(ItemList<InformationAsset> readsFromOperational)
reads_from_(operational) property (displayed as Reads from (Operational)) of the object.readsFromOperational - the value to setpublic ItemList<InformationAsset> getReadsFromStatic()
reads_from_(static) property (displayed as 'Reads from (Static)') of the object.ItemList<InformationAsset>public void setReadsFromStatic(ItemList<InformationAsset> readsFromStatic)
reads_from_(static) property (displayed as Reads from (Static)) of the object.readsFromStatic - the value to setpublic ItemList<InformationAsset> getReadsFromUserDefined()
reads_from_(user_defined) property (displayed as 'Reads from (User-Defined)') of the object.ItemList<InformationAsset>public void setReadsFromUserDefined(ItemList<InformationAsset> readsFromUserDefined)
reads_from_(user_defined) property (displayed as Reads from (User-Defined)) of the object.readsFromUserDefined - the value to setpublic ItemList<InformationAsset> getWritesToDesign()
writes_to_(design) property (displayed as 'Writes to (Design)') of the object.ItemList<InformationAsset>public void setWritesToDesign(ItemList<InformationAsset> writesToDesign)
writes_to_(design) property (displayed as Writes to (Design)) of the object.writesToDesign - the value to setpublic ItemList<InformationAsset> getWritesToOperational()
writes_to_(operational) property (displayed as 'Writes to (Operational)') of the object.ItemList<InformationAsset>public void setWritesToOperational(ItemList<InformationAsset> writesToOperational)
writes_to_(operational) property (displayed as Writes to (Operational)) of the object.writesToOperational - the value to setpublic ItemList<InformationAsset> getWritesToStatic()
writes_to_(static) property (displayed as 'Writes to (Static)') of the object.ItemList<InformationAsset>public void setWritesToStatic(ItemList<InformationAsset> writesToStatic)
writes_to_(static) property (displayed as Writes to (Static)) of the object.writesToStatic - the value to setpublic ItemList<InformationAsset> getWritesToUserDefined()
writes_to_(user_defined) property (displayed as 'Writes to (User-Defined)') of the object.ItemList<InformationAsset>public void setWritesToUserDefined(ItemList<InformationAsset> writesToUserDefined)
writes_to_(user_defined) property (displayed as Writes to (User-Defined)) of the object.writesToUserDefined - the value to setCopyright © 2018–2021 ODPi. All rights reserved.