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 |
call_context
The
call_context property, displayed as 'Call Context' in the IGC UI. |
protected Reference |
executes_function
The
executes_function property, displayed as 'Executes Function' in the IGC UI. |
protected Boolean |
for_transforms
The
for_transforms property, displayed as 'For Transforms' in the IGC UI. |
protected String |
function_name
The
function_name property, displayed as 'Function Name' in the IGC UI. |
protected Boolean |
stage_trigger
The
stage_trigger property, displayed as 'Stage Trigger' in the IGC UI. |
protected Reference |
used_in_filter_constraint
The
used_in_filter_constraint property, displayed as 'Used In Filter Constraint' in the IGC UI. |
protected Reference |
used_in_function
The
used_in_function property, displayed as 'Used In Function' in the IGC UI. |
| Constructor and Description |
|---|
FunctionCall() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String function_name
function_name property, displayed as 'Function Name' in the IGC UI.protected Boolean for_transforms
for_transforms property, displayed as 'For Transforms' in the IGC UI.protected Boolean stage_trigger
stage_trigger property, displayed as 'Stage Trigger' in the IGC UI.protected String call_context
call_context property, displayed as 'Call Context' in the IGC UI.
protected Reference executes_function
protected Reference used_in_function
protected Reference used_in_filter_constraint
used_in_filter_constraint property, displayed as 'Used In Filter Constraint' in the IGC UI.
Reference to a Filterconstraint object.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getFunctionName()
function_namepublic void setFunctionName(String function_name)
function_namepublic Boolean getForTransforms()
for_transformspublic void setForTransforms(Boolean for_transforms)
for_transformspublic Boolean getStageTrigger()
stage_triggerpublic void setStageTrigger(Boolean stage_trigger)
stage_triggerpublic String getCallContext()
call_contextpublic void setCallContext(String call_context)
call_contextpublic Reference getExecutesFunction()
executes_functionpublic void setExecutesFunction(Reference executes_function)
executes_functionpublic Reference getUsedInFunction()
used_in_functionpublic void setUsedInFunction(Reference used_in_function)
used_in_functionpublic Reference getUsedInFilterConstraint()
used_in_filter_constraintpublic void setUsedInFilterConstraint(Reference used_in_filter_constraint)
used_in_filter_constraintpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.