Uses of Class
com.oracle.bmc.datacatalog.model.ObjectRelationship
-
Packages that use ObjectRelationship Package Description com.oracle.bmc.datacatalog.model -
-
Uses of ObjectRelationship in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return ObjectRelationship Modifier and Type Method Description ObjectRelationship
ObjectRelationship.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type ObjectRelationship Modifier and Type Method Description List<ObjectRelationship>
Attribute. getObjectRelationships()
List of objects and their relationships to this attribute.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.Methods in com.oracle.bmc.datacatalog.model with parameters of type ObjectRelationship Modifier and Type Method Description ObjectRelationship.Builder
ObjectRelationship.Builder. copy(ObjectRelationship model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type ObjectRelationship Modifier and Type Method Description Attribute.Builder
Attribute.Builder. objectRelationships(List<ObjectRelationship> objectRelationships)
List of objects and their relationships to this attribute.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.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type ObjectRelationship Constructor 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.
-