public class OutParameter extends InformationAsset
out_parameter asset type in IGC, displayed as 'Out Parameter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<InformationAsset> |
readsFromDesign |
protected ItemList<InformationAsset> |
readsFromOperational |
protected ItemList<InformationAsset> |
readsFromStatic |
protected ItemList<InformationAsset> |
readsFromUserDefined |
protected ItemList<StoredProcedureDefinition> |
storedProcedure |
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 |
|---|
OutParameter() |
| Modifier and Type | Method and Description |
|---|---|
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<StoredProcedureDefinition> |
getStoredProcedure()
Retrieve the
stored_procedure property (displayed as 'Stored Procedure') 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 |
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 |
setStoredProcedure(ItemList<StoredProcedureDefinition> storedProcedure)
Set the
stored_procedure property (displayed as Stored Procedure) 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 ItemList<InformationAsset> readsFromDesign
protected ItemList<InformationAsset> readsFromOperational
protected ItemList<InformationAsset> readsFromStatic
protected ItemList<InformationAsset> readsFromUserDefined
protected ItemList<StoredProcedureDefinition> storedProcedure
protected ItemList<InformationAsset> writesToDesign
protected ItemList<InformationAsset> writesToOperational
protected ItemList<InformationAsset> writesToStatic
protected ItemList<InformationAsset> writesToUserDefined
public 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<StoredProcedureDefinition> getStoredProcedure()
stored_procedure property (displayed as 'Stored Procedure') of the object.ItemList<StoredProcedureDefinition>public void setStoredProcedure(ItemList<StoredProcedureDefinition> storedProcedure)
stored_procedure property (displayed as Stored Procedure) of the object.storedProcedure - 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.