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 ItemList<ChangedProperties> |
changedProperties |
protected List<String> |
comment |
protected Date |
date |
protected String |
editedBy |
protected InformationAsset |
term |
protected String |
userTaskKey |
protected String |
userTaskName |
protected String |
workflowEvent |
protected String |
workflowInstanceId |
protected String |
workflowNewState |
| Constructor and Description |
|---|
TermHistory() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<ChangedProperties> |
getChangedProperties()
Retrieve the
changed_properties property (displayed as 'Changed Properties') of the object. |
List<String> |
getComment()
Retrieve the
comment property (displayed as 'Comment') of the object. |
Date |
getDate()
Retrieve the
date property (displayed as 'Date') of the object. |
String |
getEditedBy()
Retrieve the
edited_by property (displayed as 'Edited By') of the object. |
InformationAsset |
getTerm()
Retrieve the
term property (displayed as 'Term') of the object. |
String |
getUserTaskKey()
Retrieve the
user_task_key property (displayed as 'User Task Key') of the object. |
String |
getUserTaskName()
Retrieve the
user_task_name property (displayed as 'User Task Name') of the object. |
String |
getWorkflowEvent()
Retrieve the
workflow_event property (displayed as 'Workflow Event') of the object. |
String |
getWorkflowInstanceId()
Retrieve the
workflow_instance_id property (displayed as 'Workflow Instance Id') of the object. |
String |
getWorkflowNewState()
Retrieve the
workflow_new_state property (displayed as 'Workflow New State') of the object. |
void |
setChangedProperties(ItemList<ChangedProperties> changedProperties)
Set the
changed_properties property (displayed as Changed Properties) of the object. |
void |
setComment(List<String> comment)
Set the
comment property (displayed as Comment) of the object. |
void |
setDate(Date date)
Set the
date property (displayed as Date) of the object. |
void |
setEditedBy(String editedBy)
Set the
edited_by property (displayed as Edited By) of the object. |
void |
setTerm(InformationAsset term)
Set the
term property (displayed as Term) of the object. |
void |
setUserTaskKey(String userTaskKey)
Set the
user_task_key property (displayed as User Task Key) of the object. |
void |
setUserTaskName(String userTaskName)
Set the
user_task_name property (displayed as User Task Name) of the object. |
void |
setWorkflowEvent(String workflowEvent)
Set the
workflow_event property (displayed as Workflow Event) of the object. |
void |
setWorkflowInstanceId(String workflowInstanceId)
Set the
workflow_instance_id property (displayed as Workflow Instance Id) of the object. |
void |
setWorkflowNewState(String workflowNewState)
Set the
workflow_new_state property (displayed as Workflow New State) of the object. |
areModificationDetailsPopulated, 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<ChangedProperties> changedProperties
protected Date date
protected String editedBy
protected InformationAsset term
protected String userTaskKey
protected String userTaskName
protected String workflowEvent
protected String workflowInstanceId
protected String workflowNewState
public ItemList<ChangedProperties> getChangedProperties()
changed_properties property (displayed as 'Changed Properties') of the object.ItemList<ChangedProperties>public void setChangedProperties(ItemList<ChangedProperties> changedProperties)
changed_properties property (displayed as Changed Properties) of the object.changedProperties - the value to setpublic List<String> getComment()
comment property (displayed as 'Comment') of the object.List<String>public void setComment(List<String> comment)
comment property (displayed as Comment) of the object.comment - the value to setpublic Date getDate()
date property (displayed as 'Date') of the object.Datepublic void setDate(Date date)
date property (displayed as Date) of the object.date - the value to setpublic String getEditedBy()
edited_by property (displayed as 'Edited By') of the object.Stringpublic void setEditedBy(String editedBy)
edited_by property (displayed as Edited By) of the object.editedBy - the value to setpublic InformationAsset getTerm()
term property (displayed as 'Term') of the object.InformationAssetpublic void setTerm(InformationAsset term)
term property (displayed as Term) of the object.term - the value to setpublic String getUserTaskKey()
user_task_key property (displayed as 'User Task Key') of the object.Stringpublic void setUserTaskKey(String userTaskKey)
user_task_key property (displayed as User Task Key) of the object.userTaskKey - the value to setpublic String getUserTaskName()
user_task_name property (displayed as 'User Task Name') of the object.Stringpublic void setUserTaskName(String userTaskName)
user_task_name property (displayed as User Task Name) of the object.userTaskName - the value to setpublic String getWorkflowEvent()
workflow_event property (displayed as 'Workflow Event') of the object.Stringpublic void setWorkflowEvent(String workflowEvent)
workflow_event property (displayed as Workflow Event) of the object.workflowEvent - the value to setpublic String getWorkflowInstanceId()
workflow_instance_id property (displayed as 'Workflow Instance Id') of the object.Stringpublic void setWorkflowInstanceId(String workflowInstanceId)
workflow_instance_id property (displayed as Workflow Instance Id) of the object.workflowInstanceId - the value to setpublic String getWorkflowNewState()
workflow_new_state property (displayed as 'Workflow New State') of the object.Stringpublic void setWorkflowNewState(String workflowNewState)
workflow_new_state property (displayed as Workflow New State) of the object.workflowNewState - the value to setCopyright © 2018–2021 ODPi. All rights reserved.