public class OslcLink extends Reference
oslc_link asset type in IGC, displayed as 'Link' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The
description property, displayed as 'Description' in the IGC UI. |
protected Reference |
link_type
The
link_type property, displayed as 'Link Type' in the IGC UI. |
protected Reference |
of_main_object
The
of_main_object property, displayed as 'Of Main Object' in the IGC UI. |
protected Reference |
of_provider_connection
The
of_provider_connection property, displayed as 'Of Provider Connection' in the IGC UI. |
protected String |
url
The
url property, displayed as 'Url' in the IGC UI. |
| Constructor and Description |
|---|
OslcLink() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getDescription() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
Reference |
getLinkType() |
static List<String> |
getNonRelationshipProperties() |
Reference |
getOfMainObject() |
Reference |
getOfProviderConnection() |
static List<String> |
getPagedRelationshipProperties() |
static List<String> |
getStringProperties() |
String |
getTheUrl() |
static Boolean |
includesModificationDetails() |
static Boolean |
isOslcLink(Object obj) |
void |
setDescription(String description) |
void |
setLinkType(Reference link_type) |
void |
setOfMainObject(Reference of_main_object) |
void |
setOfProviderConnection(Reference of_provider_connection) |
void |
setTheUrl(String url) |
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 url
url property, displayed as 'Url' in the IGC UI.protected Reference link_type
protected String description
description property, displayed as 'Description' in the IGC UI.protected Reference of_main_object
of_main_object property, displayed as 'Of Main Object' in the IGC UI.
Reference to a MainObject object.protected Reference of_provider_connection
of_provider_connection property, displayed as 'Of Provider Connection' in the IGC UI.
Reference to a InformationAsset object.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getDescription()
descriptionpublic void setDescription(String description)
descriptionpublic Reference getOfMainObject()
of_main_objectpublic void setOfMainObject(Reference of_main_object)
of_main_objectpublic Reference getOfProviderConnection()
of_provider_connectionpublic void setOfProviderConnection(Reference of_provider_connection)
of_provider_connectionpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.