public class DataConnectionMapping extends Reference
data_connection_mapping asset type in IGC, displayed as 'Data Connection Mapping' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
bound_to_database
The
bound_to_database property, displayed as 'Bound to Database' in the IGC UI. |
protected String |
host__engine__name
The
host_(engine)_name property, displayed as 'Host (Engine) Name' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected Reference |
preferred_data_connection
The
preferred_data_connection property, displayed as 'Preferred Data Connection' in the IGC UI. |
protected ReferenceList |
same_as_data_connections
The
same_as_data_connections property, displayed as 'Same as Data Connections' in the IGC UI. |
protected String |
type
The
type property, displayed as 'Type' in the IGC UI. |
protected ReferenceList |
used_by
The
used_by property, displayed as 'Used by' in the IGC UI. |
| Constructor and Description |
|---|
DataConnectionMapping() |
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 name
name property, displayed as 'Name' in the IGC UI.protected String host__engine__name
host_(engine)_name property, displayed as 'Host (Engine) Name' in the IGC UI.protected String type
type property, displayed as 'Type' in the IGC UI.protected ReferenceList used_by
used_by property, displayed as 'Used by' in the IGC UI.
ReferenceList of MainObject objects.protected ReferenceList same_as_data_connections
same_as_data_connections property, displayed as 'Same as Data Connections' in the IGC UI.
ReferenceList of DataConnectionMapping objects.protected Reference preferred_data_connection
preferred_data_connection property, displayed as 'Preferred Data Connection' in the IGC UI.
Reference to a DataConnectionMapping object.protected Reference bound_to_database
public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getHostEngineName()
host__engine__namepublic void setHostEngineName(String host__engine__name)
host__engine__namepublic ReferenceList getUsedBy()
used_bypublic void setUsedBy(ReferenceList used_by)
used_bypublic ReferenceList getSameAsDataConnections()
same_as_data_connectionspublic void setSameAsDataConnections(ReferenceList same_as_data_connections)
same_as_data_connectionspublic Reference getPreferredDataConnection()
preferred_data_connectionpublic void setPreferredDataConnection(Reference preferred_data_connection)
preferred_data_connectionpublic Reference getBoundToDatabase()
bound_to_databasepublic void setBoundToDatabase(Reference bound_to_database)
bound_to_databasepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.