public class Filter extends InformationAsset
filter asset type in IGC, displayed as 'Filter' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
creator |
protected DataClass |
detectsDataClass |
protected String |
filterExpression |
protected ItemList<Infoset> |
infosets |
protected Instance |
instance |
protected String |
syncState |
protected String |
toolId |
protected String |
url |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreator()
Retrieve the
creator property (displayed as 'Creator') of the object. |
DataClass |
getDetectsDataClass()
Retrieve the
detects_data_class property (displayed as 'Data Classification') of the object. |
String |
getFilterExpression()
Retrieve the
filter_expression property (displayed as 'Filter Expression') of the object. |
ItemList<Infoset> |
getInfosets()
Retrieve the
infosets property (displayed as 'InfoSets') of the object. |
Instance |
getInstance()
Retrieve the
instance property (displayed as 'Instance') of the object. |
String |
getSyncState()
Retrieve the
sync_state property (displayed as 'State') of the object. |
String |
getTheUrl()
Retrieve the
url property (displayed as 'URL') of the object. |
String |
getToolId()
Retrieve the
tool_id property (displayed as 'Tool ID') of the object. |
void |
setCreator(String creator)
Set the
creator property (displayed as Creator) of the object. |
void |
setDetectsDataClass(DataClass detectsDataClass)
Set the
detects_data_class property (displayed as Data Classification) of the object. |
void |
setFilterExpression(String filterExpression)
Set the
filter_expression property (displayed as Filter Expression) of the object. |
void |
setInfosets(ItemList<Infoset> infosets)
Set the
infosets property (displayed as InfoSets) of the object. |
void |
setInstance(Instance instance)
Set the
instance property (displayed as Instance) of the object. |
void |
setSyncState(String syncState)
Set the
sync_state property (displayed as State) of the object. |
void |
setTheUrl(String url)
Set the
url property (displayed as URL) of the object. |
void |
setToolId(String toolId)
Set the
tool_id property (displayed as Tool ID) 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 creator
protected DataClass detectsDataClass
protected String filterExpression
protected Instance instance
protected String syncState
protected String toolId
protected String url
public String getCreator()
creator property (displayed as 'Creator') of the object.Stringpublic void setCreator(String creator)
creator property (displayed as Creator) of the object.creator - the value to setpublic DataClass getDetectsDataClass()
detects_data_class property (displayed as 'Data Classification') of the object.DataClasspublic void setDetectsDataClass(DataClass detectsDataClass)
detects_data_class property (displayed as Data Classification) of the object.detectsDataClass - the value to setpublic String getFilterExpression()
filter_expression property (displayed as 'Filter Expression') of the object.Stringpublic void setFilterExpression(String filterExpression)
filter_expression property (displayed as Filter Expression) of the object.filterExpression - the value to setpublic ItemList<Infoset> getInfosets()
infosets property (displayed as 'InfoSets') of the object.ItemList<Infoset>public void setInfosets(ItemList<Infoset> infosets)
infosets property (displayed as InfoSets) of the object.infosets - the value to setpublic Instance getInstance()
instance property (displayed as 'Instance') of the object.Instancepublic void setInstance(Instance instance)
instance property (displayed as Instance) of the object.instance - the value to setpublic String getSyncState()
sync_state property (displayed as 'State') of the object.Stringpublic void setSyncState(String syncState)
sync_state property (displayed as State) of the object.syncState - the value to setpublic String getToolId()
tool_id property (displayed as 'Tool ID') of the object.Stringpublic void setToolId(String toolId)
tool_id property (displayed as Tool ID) of the object.toolId - the value to setpublic String getTheUrl()
url property (displayed as 'URL') of the object.Stringpublic void setTheUrl(String url)
url property (displayed as URL) of the object.url - the value to setCopyright © 2018–2021 ODPi. All rights reserved.