public class Datasourcealiasgroup extends Reference
datasourcealiasgroup asset type in IGC, displayed as 'DataSourceAliasGroup' 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 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. |
| Constructor and Description |
|---|
Datasourcealiasgroup() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
Reference |
getBoundToDatabase() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
Reference |
getPreferredDataConnection() |
ReferenceList |
getSameAsDataConnections() |
static List<String> |
getStringProperties() |
static Boolean |
includesModificationDetails() |
static Boolean |
isDatasourcealiasgroup(Object obj) |
void |
setBoundToDatabase(Reference bound_to_database) |
void |
setPreferredDataConnection(Reference preferred_data_connection) |
void |
setSameAsDataConnections(ReferenceList same_as_data_connections) |
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 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 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.