public class Filterconstraint extends MainObject
filterconstraint asset type in IGC, displayed as 'FilterConstraint' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
filterExpression |
protected ItemList<FunctionCall2> |
hasFunctionCall |
protected String |
nativeId |
protected MainObject |
ofLink |
protected String |
usage
Valid values are:
IN (displayed in the UI as 'IN')
OUT (displayed in the UI as 'OUT')
INOUT (displayed in the UI as 'INOUT')
LINK (displayed in the UI as 'LINK')
|
protected ItemList<DataItem> |
usesFlowVariable |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Filterconstraint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterExpression()
Retrieve the
filter_expression property (displayed as 'Filter Expression') of the object. |
ItemList<FunctionCall2> |
getHasFunctionCall()
Retrieve the
has_function_call property (displayed as 'Has Function Call') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
MainObject |
getOfLink()
Retrieve the
of_link property (displayed as 'Of Link') of the object. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
ItemList<DataItem> |
getUsesFlowVariable()
Retrieve the
uses_flow_variable property (displayed as 'Uses Flow Variable') of the object. |
void |
setFilterExpression(String filterExpression)
Set the
filter_expression property (displayed as Filter Expression) of the object. |
void |
setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
Set the
has_function_call property (displayed as Has Function Call) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setOfLink(MainObject ofLink)
Set the
of_link property (displayed as Of Link) of the object. |
void |
setUsage(String usage)
Set the
usage property (displayed as Usage) of the object. |
void |
setUsesFlowVariable(ItemList<DataItem> usesFlowVariable)
Set the
uses_flow_variable property (displayed as Uses Flow Variable) of the object. |
getAssignedToTerms, 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 filterExpression
protected ItemList<FunctionCall2> hasFunctionCall
protected String nativeId
protected MainObject ofLink
protected String usage
public 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<FunctionCall2> getHasFunctionCall()
has_function_call property (displayed as 'Has Function Call') of the object.ItemList<FunctionCall2>public void setHasFunctionCall(ItemList<FunctionCall2> hasFunctionCall)
has_function_call property (displayed as Has Function Call) of the object.hasFunctionCall - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic MainObject getOfLink()
of_link property (displayed as 'Of Link') of the object.MainObjectpublic void setOfLink(MainObject ofLink)
of_link property (displayed as Of Link) of the object.ofLink - the value to setpublic String getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - the value to setpublic ItemList<DataItem> getUsesFlowVariable()
uses_flow_variable property (displayed as 'Uses Flow Variable') of the object.ItemList<DataItem>Copyright © 2018–2021 ODPi. All rights reserved.