Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
ObjectRelationship |
ObjectRelationship.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ObjectRelationship> |
Entity.getObjectRelationships()
List of objects and their relationships to this entity.
|
List<ObjectRelationship> |
Folder.getObjectRelationships()
List of objects and their relationships to this folder.
|
List<ObjectRelationship> |
Attribute.getObjectRelationships()
List of objects and their relationships to this attribute.
|
Modifier and Type | Method and Description |
---|---|
ObjectRelationship.Builder |
ObjectRelationship.Builder.copy(ObjectRelationship model) |
Modifier and Type | Method and Description |
---|---|
Entity.Builder |
Entity.Builder.objectRelationships(List<ObjectRelationship> objectRelationships)
List of objects and their relationships to this entity.
|
Folder.Builder |
Folder.Builder.objectRelationships(List<ObjectRelationship> objectRelationships)
List of objects and their relationships to this folder.
|
Attribute.Builder |
Attribute.Builder.objectRelationships(List<ObjectRelationship> objectRelationships)
List of objects and their relationships to this attribute.
|
Constructor and Description |
---|
Attribute(String key,
String displayName,
String businessName,
String description,
String entityKey,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String externalDataType,
String externalKey,
Boolean isIncrementalData,
Boolean isNullable,
String typeKey,
Integer minCollectionCount,
Integer maxCollectionCount,
String datatypeEntityKey,
String externalDatatypeEntityKey,
String parentAttributeKey,
String externalParentAttributeKey,
Long length,
Integer position,
Integer precision,
Integer scale,
Date timeExternal,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
Boolean isDerivedAttribute,
String uri,
String path,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
List<RuleType> associatedRuleTypes)
Deprecated.
|
Entity(String key,
String displayName,
String businessName,
String description,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
LifecycleState lifecycleState,
String lifecycleDetails,
String externalKey,
String patternKey,
String realizedExpression,
Date timeExternal,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
Date timeStatusUpdated,
Boolean isLogical,
Boolean isPartition,
String dataAssetKey,
String folderKey,
String folderName,
String path,
HarvestStatus harvestStatus,
String lastJobKey,
String typeKey,
String uri,
String objectStorageUrl,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties)
Deprecated.
|
Folder(String key,
String displayName,
String businessName,
String description,
String parentFolderKey,
String typeKey,
Date timeHarvested,
List<ObjectRelationship> objectRelationships,
String path,
String dataAssetKey,
List<CustomPropertyGetUsage> customPropertyMembers,
Map<String,Map<String,String>> properties,
String externalKey,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
Date timeExternal,
LifecycleState lifecycleState,
String lifecycleDetails,
HarvestStatus harvestStatus,
String lastJobKey,
String uri,
String objectStorageUrl)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.