public class DataRule extends InformationAsset
data_rule asset type in IGC, displayed as 'Data Rule' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
benchmark |
protected ItemList<Steward> |
contact |
protected ItemList<MainObject> |
dataPolicies |
protected NonPublishedDataRuleDefinition |
dataRuleDefinitions |
protected ItemList<DataRuleResults> |
executionHistory |
protected List<String> |
expression |
protected ItemList<DataItem> |
implementedBindings |
protected ItemList<Metric> |
metrics |
protected ItemList<InformationAsset> |
outputContentColumn |
protected List<String> |
project |
protected String |
status
Valid values are:
CANDIDATE (displayed in the UI as 'CANDIDATE')
ACCEPTED (displayed in the UI as 'ACCEPTED')
STANDARD (displayed in the UI as 'STANDARD')
DEPRECATED (displayed in the UI as 'DEPRECATED')
DRAFT (displayed in the UI as 'DRAFT')
IN_PROCESS (displayed in the UI as 'IN_PROCESS')
REJECTED (displayed in the UI as 'REJECTED')
SUGGESTED (displayed in the UI as 'SUGGESTED')
ERROR (displayed in the UI as 'ERROR')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
DataRule() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBenchmark()
Retrieve the
benchmark property (displayed as 'Benchmark') of the object. |
ItemList<Steward> |
getContact()
Retrieve the
contact property (displayed as 'Contact') of the object. |
ItemList<MainObject> |
getDataPolicies()
Retrieve the
data_policies property (displayed as 'Data Policies') of the object. |
NonPublishedDataRuleDefinition |
getDataRuleDefinitions()
Retrieve the
data_rule_definitions property (displayed as 'Data Rule Definitions') of the object. |
ItemList<DataRuleResults> |
getExecutionHistory()
Retrieve the
execution_history property (displayed as 'Execution History') of the object. |
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
ItemList<DataItem> |
getImplementedBindings()
Retrieve the
implemented_bindings property (displayed as 'Implemented Bindings') of the object. |
ItemList<Metric> |
getMetrics()
Retrieve the
metrics property (displayed as 'Metrics') of the object. |
ItemList<InformationAsset> |
getOutputContentColumn()
Retrieve the
output_content_column property (displayed as 'Output Content Column') of the object. |
List<String> |
getProject()
Retrieve the
project property (displayed as 'Project') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
void |
setBenchmark(List<String> benchmark)
Set the
benchmark property (displayed as Benchmark) of the object. |
void |
setContact(ItemList<Steward> contact)
Set the
contact property (displayed as Contact) of the object. |
void |
setDataPolicies(ItemList<MainObject> dataPolicies)
Set the
data_policies property (displayed as Data Policies) of the object. |
void |
setDataRuleDefinitions(NonPublishedDataRuleDefinition dataRuleDefinitions)
Set the
data_rule_definitions property (displayed as Data Rule Definitions) of the object. |
void |
setExecutionHistory(ItemList<DataRuleResults> executionHistory)
Set the
execution_history property (displayed as Execution History) of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setImplementedBindings(ItemList<DataItem> implementedBindings)
Set the
implemented_bindings property (displayed as Implemented Bindings) of the object. |
void |
setMetrics(ItemList<Metric> metrics)
Set the
metrics property (displayed as Metrics) of the object. |
void |
setOutputContentColumn(ItemList<InformationAsset> outputContentColumn)
Set the
output_content_column property (displayed as Output Content Column) of the object. |
void |
setProject(List<String> project)
Set the
project property (displayed as Project) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) 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<MainObject> dataPolicies
protected NonPublishedDataRuleDefinition dataRuleDefinitions
protected ItemList<DataRuleResults> executionHistory
protected ItemList<InformationAsset> outputContentColumn
protected String status
public List<String> getBenchmark()
benchmark property (displayed as 'Benchmark') of the object.List<String>public void setBenchmark(List<String> benchmark)
benchmark property (displayed as Benchmark) of the object.benchmark - the value to setpublic ItemList<Steward> getContact()
contact property (displayed as 'Contact') of the object.ItemList<Steward>public void setContact(ItemList<Steward> contact)
contact property (displayed as Contact) of the object.contact - the value to setpublic ItemList<MainObject> getDataPolicies()
data_policies property (displayed as 'Data Policies') of the object.ItemList<MainObject>public void setDataPolicies(ItemList<MainObject> dataPolicies)
data_policies property (displayed as Data Policies) of the object.dataPolicies - the value to setpublic NonPublishedDataRuleDefinition getDataRuleDefinitions()
data_rule_definitions property (displayed as 'Data Rule Definitions') of the object.NonPublishedDataRuleDefinitionpublic void setDataRuleDefinitions(NonPublishedDataRuleDefinition dataRuleDefinitions)
data_rule_definitions property (displayed as Data Rule Definitions) of the object.dataRuleDefinitions - the value to setpublic ItemList<DataRuleResults> getExecutionHistory()
execution_history property (displayed as 'Execution History') of the object.ItemList<DataRuleResults>public void setExecutionHistory(ItemList<DataRuleResults> executionHistory)
execution_history property (displayed as Execution History) of the object.executionHistory - the value to setpublic List<String> getExpression()
expression property (displayed as 'Expression') of the object.List<String>public void setExpression(List<String> expression)
expression property (displayed as Expression) of the object.expression - the value to setpublic ItemList<DataItem> getImplementedBindings()
implemented_bindings property (displayed as 'Implemented Bindings') of the object.ItemList<DataItem>public void setImplementedBindings(ItemList<DataItem> implementedBindings)
implemented_bindings property (displayed as Implemented Bindings) of the object.implementedBindings - the value to setpublic ItemList<Metric> getMetrics()
metrics property (displayed as 'Metrics') of the object.ItemList<Metric>public void setMetrics(ItemList<Metric> metrics)
metrics property (displayed as Metrics) of the object.metrics - the value to setpublic ItemList<InformationAsset> getOutputContentColumn()
output_content_column property (displayed as 'Output Content Column') of the object.ItemList<InformationAsset>public void setOutputContentColumn(ItemList<InformationAsset> outputContentColumn)
output_content_column property (displayed as Output Content Column) of the object.outputContentColumn - the value to setpublic List<String> getProject()
project property (displayed as 'Project') of the object.List<String>public void setProject(List<String> project)
project property (displayed as Project) of the object.project - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setCopyright © 2018–2021 ODPi. All rights reserved.