public class TermHistory extends Reference
term_history asset type in IGC, displayed as 'Term History' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
changed_properties
The
changed_properties property, displayed as 'Changed Properties' in the IGC UI. |
protected ArrayList<String> |
comment
The
comment property, displayed as 'Comment' in the IGC UI. |
protected Date |
date
The
date property, displayed as 'Date' in the IGC UI. |
protected String |
edited_by
The
edited_by property, displayed as 'Edited By' in the IGC UI. |
protected Reference |
term
The
term property, displayed as 'Term' in the IGC UI. |
| Constructor and Description |
|---|
TermHistory() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
ReferenceList |
getChangedProperties() |
ArrayList<String> |
getComment() |
Date |
getDate() |
String |
getEditedBy() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
Reference |
getTerm() |
static Boolean |
includesModificationDetails() |
static Boolean |
isTermHistory(Object obj) |
void |
setChangedProperties(ReferenceList changed_properties) |
void |
setComment(ArrayList<String> comment) |
void |
setDate(Date date) |
void |
setEditedBy(String edited_by) |
void |
setTerm(Reference term) |
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 Reference term
term property, displayed as 'Term' in the IGC UI.
Reference to a InformationAsset object.protected Date date
date property, displayed as 'Date' in the IGC UI.protected ArrayList<String> comment
comment property, displayed as 'Comment' in the IGC UI.protected String edited_by
edited_by property, displayed as 'Edited By' in the IGC UI.protected ReferenceList changed_properties
changed_properties property, displayed as 'Changed Properties' in the IGC UI.
ReferenceList of ChangedProperties objects.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public ReferenceList getChangedProperties()
changed_propertiespublic void setChangedProperties(ReferenceList changed_properties)
changed_propertiespublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.