public class Archivedtask extends Reference
archivedtask asset type in IGC, displayed as 'ArchivedTask' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Date |
completion_date
The
completion_date property, displayed as 'Date Completed' in the IGC UI. |
protected String |
message
The
message property, displayed as 'Status Message' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Asset Name' in the IGC UI. |
protected Date |
requested_on
The
requested_on property, displayed as 'Date Requested' in the IGC UI. |
protected String |
status
The
status property, displayed as 'Status' in the IGC UI. |
| Constructor and Description |
|---|
Archivedtask() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
Date |
getCompletionDate() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
String |
getMessage() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
Date |
getRequestedOn() |
String |
getStatus() |
static List<String> |
getStringProperties() |
String |
getTheName() |
static Boolean |
includesModificationDetails() |
static Boolean |
isArchivedtask(Object obj) |
void |
setCompletionDate(Date completion_date) |
void |
setMessage(String message) |
void |
setRequestedOn(Date requested_on) |
void |
setStatus(String status) |
void |
setTheName(String name) |
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 status
status property, displayed as 'Status' in the IGC UI.protected String message
message property, displayed as 'Status Message' in the IGC UI.protected Date requested_on
requested_on property, displayed as 'Date Requested' in the IGC UI.protected Date completion_date
completion_date property, displayed as 'Date Completed' in the IGC UI.protected String name
name property, displayed as 'Asset Name' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Date getRequestedOn()
requested_onpublic void setRequestedOn(Date requested_on)
requested_onpublic Date getCompletionDate()
completion_datepublic void setCompletionDate(Date completion_date)
completion_datepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.