Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.ReferenceableProperties
-
Packages that use ReferenceableProperties Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return ReferenceableProperties Modifier and Type Method Description ReferenceablePropertiesCollectionMember. getProperties()Return the properties of the element.ReferenceablePropertiesReferenceableElement. getReferenceableProperties()Return the properties for the referenceable.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ReferenceableProperties Modifier and Type Method Description voidCollectionMember. setProperties(ReferenceableProperties properties)Set up the properties of the element.voidReferenceableElement. setReferenceableProperties(ReferenceableProperties referenceableProperties)Set up the properties for the referenceable. -
Uses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Subclasses of ReferenceableProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties Modifier and Type Class Description classCollectionPropertiesCollectionProperties describes the core properties of a collection.classConnectionPropertiesThe connection is an object that contains the properties needed to create and initialise a connector to access a specific data assets.classConnectorTypePropertiesThe ConnectorTypeProperties describe the implementation details of a particular type of connector.classEndpointPropertiesEndpointProperties describes the properties of a server endpoint.classLocationPropertiesLocationProperties is a class for representing a generic location.classMeaningPropertiesMeaning is a cut-down summary of a glossary term to aid in understanding the content of an element.classReferenceDataAssetPropertiesReferenceDataAssetProperties is a java bean used to create assets associated with the digital architecture.classSubjectAreaPropertiesA subject area defines a group of definitions for governing assets related to a specific topic.classValidValuePropertiesValidValueProperties provides the common super class for ValidValueSet and ValidValueDefinition.Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type ReferenceableProperties Constructor Description ReferenceableProperties(ReferenceableProperties template)Copy/clone constructor.
-