public class Category extends InformationAsset
category asset type in IGC, displayed as 'Category' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Category> |
categoryPath |
protected String |
glossaryType
Valid values are:
PUBLISHED (displayed in the UI as 'PUBLISHED')
DRAFT (displayed in the UI as 'DRAFT')
|
protected String |
language |
protected Category |
parentCategory |
protected ItemList<Category> |
subcategories |
protected ItemList<Term> |
terms |
protected ItemList<Category> |
translations |
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 |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Category> |
getCategoryPath()
Retrieve the
category_path property (displayed as 'Category Path') of the object. |
String |
getGlossaryType()
Retrieve the
glossary_type property (displayed as 'Glossary Type') 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. |
ItemList<Category> |
getSubcategories()
Retrieve the
subcategories property (displayed as 'Subcategories') of the object. |
ItemList<Term> |
getTerms()
Retrieve the
terms property (displayed as 'Terms') of the object. |
ItemList<Category> |
getTranslations()
Retrieve the
translations property (displayed as 'Translations') 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 |
setCategoryPath(ItemList<Category> categoryPath)
Set the
category_path property (displayed as Category Path) of the object. |
void |
setGlossaryType(String glossaryType)
Set the
glossary_type property (displayed as Glossary Type) 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 |
setSubcategories(ItemList<Category> subcategories)
Set the
subcategories property (displayed as Subcategories) of the object. |
void |
setTerms(ItemList<Term> terms)
Set the
terms property (displayed as Terms) of the object. |
void |
setTranslations(ItemList<Category> translations)
Set the
translations property (displayed as Translations) 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 String glossaryType
protected String language
protected Category parentCategory
protected List<String> workflowCurrentState
public 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 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 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 ItemList<Category> getSubcategories()
subcategories property (displayed as 'Subcategories') of the object.ItemList<Category>public void setSubcategories(ItemList<Category> subcategories)
subcategories property (displayed as Subcategories) of the object.subcategories - the value to setpublic ItemList<Term> getTerms()
terms property (displayed as 'Terms') of the object.ItemList<Term>public void setTerms(ItemList<Term> terms)
terms property (displayed as Terms) of the object.terms - the value to setpublic ItemList<Category> getTranslations()
translations property (displayed as 'Translations') of the object.ItemList<Category>public void setTranslations(ItemList<Category> translations)
translations property (displayed as Translations) of the object.translations - 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.