public class FunctionCall2 extends Reference
functioncall asset type in IGC, displayed as 'FunctionCall' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
callContext
Valid values are:
BEFORE (displayed in the UI as 'BEFORE')
AFTER (displayed in the UI as 'AFTER')
DEFAULT (displayed in the UI as 'DEFAULT')
|
protected Function |
executesFunction |
protected Filterconstraint |
usedInFilterConstraint |
protected Function |
usedInFunction |
| Constructor and Description |
|---|
FunctionCall2() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallContext()
Retrieve the
call_context property (displayed as 'Call Context') of the object. |
Function |
getExecutesFunction()
Retrieve the
executes_function property (displayed as 'Executes Function') of the object. |
Filterconstraint |
getUsedInFilterConstraint()
Retrieve the
used_in_filter_constraint property (displayed as 'Used In Filter Constraint') of the object. |
Function |
getUsedInFunction()
Retrieve the
used_in_function property (displayed as 'Used In Function') of the object. |
void |
setCallContext(String callContext)
Set the
call_context property (displayed as Call Context) of the object. |
void |
setExecutesFunction(Function executesFunction)
Set the
executes_function property (displayed as Executes Function) of the object. |
void |
setUsedInFilterConstraint(Filterconstraint usedInFilterConstraint)
Set the
used_in_filter_constraint property (displayed as Used In Filter Constraint) of the object. |
void |
setUsedInFunction(Function usedInFunction)
Set the
used_in_function property (displayed as Used In Function) of the object. |
areModificationDetailsPopulated, 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 callContext
protected Function executesFunction
protected Filterconstraint usedInFilterConstraint
protected Function usedInFunction
public String getCallContext()
call_context property (displayed as 'Call Context') of the object.Stringpublic void setCallContext(String callContext)
call_context property (displayed as Call Context) of the object.callContext - the value to setpublic Function getExecutesFunction()
executes_function property (displayed as 'Executes Function') of the object.Functionpublic void setExecutesFunction(Function executesFunction)
executes_function property (displayed as Executes Function) of the object.executesFunction - the value to setpublic Filterconstraint getUsedInFilterConstraint()
used_in_filter_constraint property (displayed as 'Used In Filter Constraint') of the object.Filterconstraintpublic void setUsedInFilterConstraint(Filterconstraint usedInFilterConstraint)
used_in_filter_constraint property (displayed as Used In Filter Constraint) of the object.usedInFilterConstraint - the value to setpublic Function getUsedInFunction()
used_in_function property (displayed as 'Used In Function') of the object.Functionpublic void setUsedInFunction(Function usedInFunction)
used_in_function property (displayed as Used In Function) of the object.usedInFunction - the value to setCopyright © 2018–2021 ODPi. All rights reserved.