Uses of Class
org.odpi.openmetadata.accessservices.digitalservice.properties.CollectionProperties
-
Packages that use CollectionProperties Package Description org.odpi.openmetadata.accessservices.digitalservice.metadataelements Metadata elements retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.digitalservice.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of CollectionProperties in org.odpi.openmetadata.accessservices.digitalservice.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements that return CollectionProperties Modifier and Type Method Description CollectionPropertiesCollectionElement. getProperties()Return the properties of the collection.Methods in org.odpi.openmetadata.accessservices.digitalservice.metadataelements with parameters of type CollectionProperties Modifier and Type Method Description voidCollectionElement. setProperties(CollectionProperties properties)Set up the collection properties. -
Uses of CollectionProperties in org.odpi.openmetadata.accessservices.digitalservice.properties
Constructors in org.odpi.openmetadata.accessservices.digitalservice.properties with parameters of type CollectionProperties Constructor Description CollectionProperties(CollectionProperties template)Copy/clone constructor
-