public class Term extends InformationAsset
term asset type in IGC, displayed as 'Term' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected String |
additionalAbbreviation |
protected ItemList<InformationAsset> |
assignedAssets |
protected ItemList<Term> |
assignedTerms |
protected ItemList<MainObject> |
automationRules |
protected ItemList<Category> |
categoryPath |
protected String |
example |
protected String |
glossaryType
Valid values are:
PUBLISHED (displayed in the UI as 'PUBLISHED')
DRAFT (displayed in the UI as 'DRAFT')
|
protected Term |
hasA |
protected ItemList<Term> |
hasATerm |
protected ItemList<Term> |
hasTypes |
protected ItemList<Term> |
isATypeOf |
protected Boolean |
isModifier |
protected ItemList<Term> |
isOf |
protected String |
language |
protected Category |
parentCategory |
protected Term |
preferredSynonym |
protected ItemList<Category> |
referencingCategories |
protected ItemList<Term> |
relatedTerms |
protected Term |
replacedBy |
protected ItemList<Term> |
replaces |
protected String |
status
Valid values are:
CANDIDATE (displayed in the UI as 'Candidate')
ACCEPTED (displayed in the UI as 'Accepted')
STANDARD (displayed in the UI as 'Standard')
DEPRECATED (displayed in the UI as 'Deprecated')
|
protected ItemList<Term> |
synonyms |
protected ItemList<Term> |
translations |
protected String |
type
Valid values are:
NONE (displayed in the UI as 'None')
PRIME (displayed in the UI as 'Primary')
CLASS (displayed in the UI as 'Secondary')
|
protected String |
usage |
protected List<String> |
workflowCurrentState
Valid values are:
DRAFT (displayed in the UI as 'DRAFT')
WAITING_APPROVAL (displayed in the UI as 'WAITING_APPROVAL')
APPROVED (displayed in the UI as 'APPROVED')
|
protected List<String> |
workflowStoredState
Valid values are:
DRAFT (displayed in the UI as 'DRAFT')
WAITING_APPROVAL (displayed in the UI as 'WAITING_APPROVAL')
APPROVED (displayed in the UI as 'APPROVED')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Term() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation()
Retrieve the
abbreviation property (displayed as 'Abbreviation') of the object. |
String |
getAdditionalAbbreviation()
Retrieve the
additional_abbreviation property (displayed as 'Additional Abbreviation') of the object. |
ItemList<InformationAsset> |
getAssignedAssets()
Retrieve the
assigned_assets property (displayed as 'Assigned Assets') of the object. |
ItemList<Term> |
getAssignedTerms()
Retrieve the
assigned_terms property (displayed as 'Assigned Terms') of the object. |
ItemList<MainObject> |
getAutomationRules()
Retrieve the
Automation_Rules property (displayed as 'Automation Rules') of the object. |
ItemList<Category> |
getCategoryPath()
Retrieve the
category_path property (displayed as 'Category Path') of the object. |
String |
getExample()
Retrieve the
example property (displayed as 'Example') of the object. |
String |
getGlossaryType()
Retrieve the
glossary_type property (displayed as 'Glossary Type') of the object. |
Term |
getHasA()
Retrieve the
has_a property (displayed as 'Has A') of the object. |
ItemList<Term> |
getHasATerm()
Retrieve the
has_a_term property (displayed as 'Has A') of the object. |
ItemList<Term> |
getHasTypes()
Retrieve the
has_types property (displayed as 'Has Types') of the object. |
ItemList<Term> |
getIsATypeOf()
Retrieve the
is_a_type_of property (displayed as 'Is a Type Of') of the object. |
Boolean |
getIsModifier()
Retrieve the
is_modifier property (displayed as 'Is Modifier') of the object. |
ItemList<Term> |
getIsOf()
Retrieve the
is_of property (displayed as 'Is Of') of the object. |
String |
getLanguage()
Retrieve the
language property (displayed as 'Language') of the object. |
Category |
getParentCategory()
Retrieve the
parent_category property (displayed as 'Parent Category') of the object. |
Term |
getPreferredSynonym()
Retrieve the
preferred_synonym property (displayed as 'Preferred Synonym') of the object. |
ItemList<Category> |
getReferencingCategories()
Retrieve the
referencing_categories property (displayed as 'Referencing Categories') of the object. |
ItemList<Term> |
getRelatedTerms()
Retrieve the
related_terms property (displayed as 'Related Terms') of the object. |
Term |
getReplacedBy()
Retrieve the
replaced_by property (displayed as 'Replaced By') of the object. |
ItemList<Term> |
getReplaces()
Retrieve the
replaces property (displayed as 'Replaces') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
ItemList<Term> |
getSynonyms()
Retrieve the
synonyms property (displayed as 'Synonyms') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
ItemList<Term> |
getTranslations()
Retrieve the
translations property (displayed as 'Translations') of the object. |
String |
getUsage()
Retrieve the
usage property (displayed as 'Usage') of the object. |
List<String> |
getWorkflowCurrentState()
Retrieve the
workflow_current_state property (displayed as 'Workflow Current State') of the object. |
List<String> |
getWorkflowStoredState()
Retrieve the
workflow_stored_state property (displayed as 'Workflow Stored State') of the object. |
void |
setAbbreviation(String abbreviation)
Set the
abbreviation property (displayed as Abbreviation) of the object. |
void |
setAdditionalAbbreviation(String additionalAbbreviation)
Set the
additional_abbreviation property (displayed as Additional Abbreviation) of the object. |
void |
setAssignedAssets(ItemList<InformationAsset> assignedAssets)
Set the
assigned_assets property (displayed as Assigned Assets) of the object. |
void |
setAssignedTerms(ItemList<Term> assignedTerms)
Set the
assigned_terms property (displayed as Assigned Terms) of the object. |
void |
setAutomationRules(ItemList<MainObject> automationRules)
Set the
Automation_Rules property (displayed as Automation Rules) of the object. |
void |
setCategoryPath(ItemList<Category> categoryPath)
Set the
category_path property (displayed as Category Path) of the object. |
void |
setExample(String example)
Set the
example property (displayed as Example) of the object. |
void |
setGlossaryType(String glossaryType)
Set the
glossary_type property (displayed as Glossary Type) of the object. |
void |
setHasA(Term hasA)
Set the
has_a property (displayed as Has A) of the object. |
void |
setHasATerm(ItemList<Term> hasATerm)
Set the
has_a_term property (displayed as Has A) of the object. |
void |
setHasTypes(ItemList<Term> hasTypes)
Set the
has_types property (displayed as Has Types) of the object. |
void |
setIsATypeOf(ItemList<Term> isATypeOf)
Set the
is_a_type_of property (displayed as Is a Type Of) of the object. |
void |
setIsModifier(Boolean isModifier)
Set the
is_modifier property (displayed as Is Modifier) of the object. |
void |
setIsOf(ItemList<Term> isOf)
Set the
is_of property (displayed as Is Of) of the object. |
void |
setLanguage(String language)
Set the
language property (displayed as Language) of the object. |
void |
setParentCategory(Category parentCategory)
Set the
parent_category property (displayed as Parent Category) of the object. |
void |
setPreferredSynonym(Term preferredSynonym)
Set the
preferred_synonym property (displayed as Preferred Synonym) of the object. |
void |
setReferencingCategories(ItemList<Category> referencingCategories)
Set the
referencing_categories property (displayed as Referencing Categories) of the object. |
void |
setRelatedTerms(ItemList<Term> relatedTerms)
Set the
related_terms property (displayed as Related Terms) of the object. |
void |
setReplacedBy(Term replacedBy)
Set the
replaced_by property (displayed as Replaced By) of the object. |
void |
setReplaces(ItemList<Term> replaces)
Set the
replaces property (displayed as Replaces) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
void |
setSynonyms(ItemList<Term> synonyms)
Set the
synonyms property (displayed as Synonyms) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setTranslations(ItemList<Term> translations)
Set the
translations property (displayed as Translations) of the object. |
void |
setUsage(String usage)
Set the
usage property (displayed as Usage) of the object. |
void |
setWorkflowCurrentState(List<String> workflowCurrentState)
Set the
workflow_current_state property (displayed as Workflow Current State) of the object. |
void |
setWorkflowStoredState(List<String> workflowStoredState)
Set the
workflow_stored_state property (displayed as Workflow Stored State) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 ItemList<MainObject> automationRules
protected String abbreviation
protected String additionalAbbreviation
protected ItemList<InformationAsset> assignedAssets
protected String example
protected String glossaryType
protected Term hasA
protected Boolean isModifier
protected String language
protected Category parentCategory
protected Term preferredSynonym
protected Term replacedBy
protected String status
protected String type
protected String usage
protected List<String> workflowCurrentState
public ItemList<MainObject> getAutomationRules()
Automation_Rules property (displayed as 'Automation Rules') of the object.ItemList<MainObject>public void setAutomationRules(ItemList<MainObject> automationRules)
Automation_Rules property (displayed as Automation Rules) of the object.automationRules - the value to setpublic String getAbbreviation()
abbreviation property (displayed as 'Abbreviation') of the object.Stringpublic void setAbbreviation(String abbreviation)
abbreviation property (displayed as Abbreviation) of the object.abbreviation - the value to setpublic String getAdditionalAbbreviation()
additional_abbreviation property (displayed as 'Additional Abbreviation') of the object.Stringpublic void setAdditionalAbbreviation(String additionalAbbreviation)
additional_abbreviation property (displayed as Additional Abbreviation) of the object.additionalAbbreviation - the value to setpublic ItemList<InformationAsset> getAssignedAssets()
assigned_assets property (displayed as 'Assigned Assets') of the object.ItemList<InformationAsset>public void setAssignedAssets(ItemList<InformationAsset> assignedAssets)
assigned_assets property (displayed as Assigned Assets) of the object.assignedAssets - the value to setpublic ItemList<Term> getAssignedTerms()
assigned_terms property (displayed as 'Assigned Terms') of the object.ItemList<Term>public void setAssignedTerms(ItemList<Term> assignedTerms)
assigned_terms property (displayed as Assigned Terms) of the object.assignedTerms - the value to setpublic ItemList<Category> getCategoryPath()
category_path property (displayed as 'Category Path') of the object.ItemList<Category>public void setCategoryPath(ItemList<Category> categoryPath)
category_path property (displayed as Category Path) of the object.categoryPath - the value to setpublic String getExample()
example property (displayed as 'Example') of the object.Stringpublic void setExample(String example)
example property (displayed as Example) of the object.example - the value to setpublic String getGlossaryType()
glossary_type property (displayed as 'Glossary Type') of the object.Stringpublic void setGlossaryType(String glossaryType)
glossary_type property (displayed as Glossary Type) of the object.glossaryType - the value to setpublic Term getHasA()
has_a property (displayed as 'Has A') of the object.Termpublic void setHasA(Term hasA)
has_a property (displayed as Has A) of the object.hasA - the value to setpublic ItemList<Term> getHasATerm()
has_a_term property (displayed as 'Has A') of the object.ItemList<Term>public void setHasATerm(ItemList<Term> hasATerm)
has_a_term property (displayed as Has A) of the object.hasATerm - the value to setpublic ItemList<Term> getHasTypes()
has_types property (displayed as 'Has Types') of the object.ItemList<Term>public void setHasTypes(ItemList<Term> hasTypes)
has_types property (displayed as Has Types) of the object.hasTypes - the value to setpublic ItemList<Term> getIsATypeOf()
is_a_type_of property (displayed as 'Is a Type Of') of the object.ItemList<Term>public void setIsATypeOf(ItemList<Term> isATypeOf)
is_a_type_of property (displayed as Is a Type Of) of the object.isATypeOf - the value to setpublic Boolean getIsModifier()
is_modifier property (displayed as 'Is Modifier') of the object.Booleanpublic void setIsModifier(Boolean isModifier)
is_modifier property (displayed as Is Modifier) of the object.isModifier - the value to setpublic ItemList<Term> getIsOf()
is_of property (displayed as 'Is Of') of the object.ItemList<Term>public void setIsOf(ItemList<Term> isOf)
is_of property (displayed as Is Of) of the object.isOf - the value to setpublic String getLanguage()
language property (displayed as 'Language') of the object.Stringpublic void setLanguage(String language)
language property (displayed as Language) of the object.language - the value to setpublic Category getParentCategory()
parent_category property (displayed as 'Parent Category') of the object.Categorypublic void setParentCategory(Category parentCategory)
parent_category property (displayed as Parent Category) of the object.parentCategory - the value to setpublic Term getPreferredSynonym()
preferred_synonym property (displayed as 'Preferred Synonym') of the object.Termpublic void setPreferredSynonym(Term preferredSynonym)
preferred_synonym property (displayed as Preferred Synonym) of the object.preferredSynonym - the value to setpublic ItemList<Category> getReferencingCategories()
referencing_categories property (displayed as 'Referencing Categories') of the object.ItemList<Category>public void setReferencingCategories(ItemList<Category> referencingCategories)
referencing_categories property (displayed as Referencing Categories) of the object.referencingCategories - the value to setpublic ItemList<Term> getRelatedTerms()
related_terms property (displayed as 'Related Terms') of the object.ItemList<Term>public void setRelatedTerms(ItemList<Term> relatedTerms)
related_terms property (displayed as Related Terms) of the object.relatedTerms - the value to setpublic Term getReplacedBy()
replaced_by property (displayed as 'Replaced By') of the object.Termpublic void setReplacedBy(Term replacedBy)
replaced_by property (displayed as Replaced By) of the object.replacedBy - the value to setpublic ItemList<Term> getReplaces()
replaces property (displayed as 'Replaces') of the object.ItemList<Term>public void setReplaces(ItemList<Term> replaces)
replaces property (displayed as Replaces) of the object.replaces - the value to setpublic String getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setpublic ItemList<Term> getSynonyms()
synonyms property (displayed as 'Synonyms') of the object.ItemList<Term>public void setSynonyms(ItemList<Term> synonyms)
synonyms property (displayed as Synonyms) of the object.synonyms - the value to setpublic ItemList<Term> getTranslations()
translations property (displayed as 'Translations') of the object.ItemList<Term>public void setTranslations(ItemList<Term> translations)
translations property (displayed as Translations) of the object.translations - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic String getUsage()
usage property (displayed as 'Usage') of the object.Stringpublic void setUsage(String usage)
usage property (displayed as Usage) of the object.usage - the value to setpublic List<String> getWorkflowCurrentState()
workflow_current_state property (displayed as 'Workflow Current State') of the object.List<String>public void setWorkflowCurrentState(List<String> workflowCurrentState)
workflow_current_state property (displayed as Workflow Current State) of the object.workflowCurrentState - the value to setpublic List<String> getWorkflowStoredState()
workflow_stored_state property (displayed as 'Workflow Stored State') of the object.List<String>Copyright © 2018–2021 ODPi. All rights reserved.