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 |
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 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 |
|---|
FunctionCall2() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getCallContext() |
Reference |
getExecutesFunction() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
Reference |
getUsedInFilterConstraint() |
Reference |
getUsedInFunction() |
static Boolean |
includesModificationDetails() |
static Boolean |
isFunctionCall2(Object obj) |
void |
setCallContext(String call_context) |
void |
setExecutesFunction(Reference executes_function) |
void |
setUsedInFilterConstraint(Reference used_in_filter_constraint) |
void |
setUsedInFunction(Reference used_in_function) |
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 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 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.