public class Function extends Reference
function asset type in IGC, displayed as 'Function' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
protected String |
author
The
author property, displayed as 'Author' in the IGC UI. |
protected ReferenceList |
executed_by_function_call
The
executed_by_function_call property, displayed as 'Executed By Function Call' in the IGC UI. |
protected String |
external_name
The
external_name property, displayed as 'External Name' in the IGC UI. |
protected ReferenceList |
governed_by_rules
The
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI. |
protected ReferenceList |
has_function_call
The
has_function_call property, displayed as 'Has Function Call' in the IGC UI. |
protected ReferenceList |
has_parameter_def
The
has_parameter_def property, displayed as 'Has Parameter Def' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected Boolean |
is_inline
The
is_inline property, displayed as 'Is Inline' in the IGC UI. |
protected ReferenceList |
labels
The
labels property, displayed as 'Labels' in the IGC UI. |
protected String |
language
The
language property, displayed as 'Language' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected String |
module_name
The
module_name property, displayed as 'Module Name' in the IGC UI. |
protected String |
module_path
The
module_path property, displayed as 'Module Path' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected String |
platform_type
The
platform_type property, displayed as 'Platform Type' in the IGC UI. |
protected Reference |
returns_parameter_def
The
returns_parameter_def property, displayed as 'Returns Parameter Def' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected String |
source_code
The
source_code property, displayed as 'Source Code' in the IGC UI. |
protected ReferenceList |
stewards
The
stewards property, displayed as 'Stewards' in the IGC UI. |
protected String |
vendor
The
vendor property, displayed as 'Vendor' in the IGC UI. |
protected String |
version
The
version property, displayed as 'Version' in the IGC UI. |
| Constructor and Description |
|---|
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 name
name property, displayed as 'Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected ReferenceList labels
protected ReferenceList stewards
stewards property, displayed as 'Stewards' in the IGC UI.
ReferenceList of AsclSteward objects.protected ReferenceList assigned_to_terms
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI.
ReferenceList of Term objects.protected ReferenceList implements_rules
implements_rules property, displayed as 'Implements Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList governed_by_rules
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected String module_name
module_name property, displayed as 'Module Name' in the IGC UI.protected String module_path
module_path property, displayed as 'Module Path' in the IGC UI.protected Boolean is_inline
is_inline property, displayed as 'Is Inline' in the IGC UI.protected String source_code
source_code property, displayed as 'Source Code' in the IGC UI.protected String vendor
vendor property, displayed as 'Vendor' in the IGC UI.protected ReferenceList has_function_call
has_function_call property, displayed as 'Has Function Call' in the IGC UI.
ReferenceList of FunctionCall2 objects.protected Reference returns_parameter_def
protected String platform_type
platform_type property, displayed as 'Platform Type' in the IGC UI.protected String external_name
external_name property, displayed as 'External Name' in the IGC UI.protected String language
language property, displayed as 'Language' in the IGC UI.protected String version
version property, displayed as 'Version' in the IGC UI.protected ReferenceList executed_by_function_call
executed_by_function_call property, displayed as 'Executed By Function Call' in the IGC UI.
ReferenceList of FunctionCall2 objects.protected ReferenceList has_parameter_def
has_parameter_def property, displayed as 'Has Parameter Def' in the IGC UI.
ReferenceList of Parameter objects.protected String author
author property, displayed as 'Author' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getLabels()
labelspublic void setLabels(ReferenceList labels)
labelspublic ReferenceList getStewards()
stewardspublic void setStewards(ReferenceList stewards)
stewardspublic ReferenceList getAssignedToTerms()
assigned_to_termspublic void setAssignedToTerms(ReferenceList assigned_to_terms)
assigned_to_termspublic ReferenceList getImplementsRules()
implements_rulespublic void setImplementsRules(ReferenceList implements_rules)
implements_rulespublic ReferenceList getGovernedByRules()
governed_by_rulespublic void setGovernedByRules(ReferenceList governed_by_rules)
governed_by_rulespublic String getModuleName()
module_namepublic void setModuleName(String module_name)
module_namepublic String getModulePath()
module_pathpublic void setModulePath(String module_path)
module_pathpublic String getSourceCode()
source_codepublic void setSourceCode(String source_code)
source_codepublic ReferenceList getHasFunctionCall()
has_function_callpublic void setHasFunctionCall(ReferenceList has_function_call)
has_function_callpublic Reference getReturnsParameterDef()
returns_parameter_defpublic void setReturnsParameterDef(Reference returns_parameter_def)
returns_parameter_defpublic String getPlatformType()
platform_typepublic void setPlatformType(String platform_type)
platform_typepublic String getExternalName()
external_namepublic void setExternalName(String external_name)
external_namepublic ReferenceList getExecutedByFunctionCall()
executed_by_function_callpublic void setExecutedByFunctionCall(ReferenceList executed_by_function_call)
executed_by_function_callpublic ReferenceList getHasParameterDef()
has_parameter_defpublic void setHasParameterDef(ReferenceList has_parameter_def)
has_parameter_defpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.