public class DataRuleSet extends InformationAsset
data_rule_set asset type in IGC, displayed as 'Data Rule Set' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
benchmark |
protected ItemList<Steward> |
contact |
protected ItemList<MainObject> |
dataPolicies |
protected NonPublishedDataRuleSet |
dataRuleSetDefinitions |
protected ItemList<DataRuleResults> |
executionHistory |
protected ItemList<DataItem> |
implementedBindings |
protected ItemList<Metric> |
metrics |
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 |
|---|
DataRuleSet() |
| 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. |
NonPublishedDataRuleSet |
getDataRuleSetDefinitions()
Retrieve the
data_rule_set_definitions property (displayed as 'Data Rule Set Definitions') of the object. |
ItemList<DataRuleResults> |
getExecutionHistory()
Retrieve the
execution_history property (displayed as 'Execution History') 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. |
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 |
setDataRuleSetDefinitions(NonPublishedDataRuleSet dataRuleSetDefinitions)
Set the
data_rule_set_definitions property (displayed as Data Rule Set Definitions) of the object. |
void |
setExecutionHistory(ItemList<DataRuleResults> executionHistory)
Set the
execution_history property (displayed as Execution History) 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 |
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 NonPublishedDataRuleSet dataRuleSetDefinitions
protected ItemList<DataRuleResults> executionHistory
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 NonPublishedDataRuleSet getDataRuleSetDefinitions()
data_rule_set_definitions property (displayed as 'Data Rule Set Definitions') of the object.NonPublishedDataRuleSetpublic void setDataRuleSetDefinitions(NonPublishedDataRuleSet dataRuleSetDefinitions)
data_rule_set_definitions property (displayed as Data Rule Set Definitions) of the object.dataRuleSetDefinitions - 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 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 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.