public class AutomationRule extends InformationAsset
automation_rule asset type in IGC, displayed as 'Automation Rule' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
associatedTerms
Deprecated.
No longer applicable from 11.7.0.2 onwards.
|
protected String |
ruleLogic |
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 |
|---|
AutomationRule() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssociatedTerms()
Deprecated.
No longer applicable from 11.7.0.2 onwards.
|
String |
getRuleLogic()
Retrieve the
rule_logic property (displayed as 'Rule Logic') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
void |
setAssociatedTerms(ItemList<Term> associatedTerms)
Deprecated.
No longer applicable from 11.7.0.2 onwards.
|
void |
setRuleLogic(String ruleLogic)
Set the
rule_logic property (displayed as Rule Logic) 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, setUrltoString@Deprecated protected ItemList<Term> associatedTerms
protected String ruleLogic
protected String status
@Deprecated public ItemList<Term> getAssociatedTerms()
associated_terms property (displayed as 'Associated Terms') of the object.ItemList<Term>@Deprecated public void setAssociatedTerms(ItemList<Term> associatedTerms)
associated_terms property (displayed as Associated Terms) of the object.associatedTerms - the value to setpublic String getRuleLogic()
rule_logic property (displayed as 'Rule Logic') of the object.Stringpublic void setRuleLogic(String ruleLogic)
rule_logic property (displayed as Rule Logic) of the object.ruleLogic - 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.