public class FunctionCall extends Reference
function_call asset type in IGC, displayed as 'Function Call' 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 Boolean |
forTransforms |
protected String |
functionName |
protected Boolean |
stageTrigger |
protected Filterconstraint |
usedInFilterConstraint |
protected Function |
usedInFunction |
| Constructor and Description |
|---|
FunctionCall() |
| 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. |
Boolean |
getForTransforms()
Retrieve the
for_transforms property (displayed as 'For Transforms') of the object. |
String |
getFunctionName()
Retrieve the
function_name property (displayed as 'Function Name') of the object. |
Boolean |
getStageTrigger()
Retrieve the
stage_trigger property (displayed as 'Stage Trigger') 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 |
setForTransforms(Boolean forTransforms)
Set the
for_transforms property (displayed as For Transforms) of the object. |
void |
setFunctionName(String functionName)
Set the
function_name property (displayed as Function Name) of the object. |
void |
setStageTrigger(Boolean stageTrigger)
Set the
stage_trigger property (displayed as Stage Trigger) 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 Boolean forTransforms
protected String functionName
protected Boolean stageTrigger
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 Boolean getForTransforms()
for_transforms property (displayed as 'For Transforms') of the object.Booleanpublic void setForTransforms(Boolean forTransforms)
for_transforms property (displayed as For Transforms) of the object.forTransforms - the value to setpublic String getFunctionName()
function_name property (displayed as 'Function Name') of the object.Stringpublic void setFunctionName(String functionName)
function_name property (displayed as Function Name) of the object.functionName - the value to setpublic Boolean getStageTrigger()
stage_trigger property (displayed as 'Stage Trigger') of the object.Booleanpublic void setStageTrigger(Boolean stageTrigger)
stage_trigger property (displayed as Stage Trigger) of the object.stageTrigger - 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.