Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ExternalReferenceProperties
-
Packages that use ExternalReferenceProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ExternalReferenceProperties Modifier and Type Method Description StringExternalReferenceManagementInterface. createExternalReference(String userId, String anchorGUID, ExternalReferenceProperties properties)Create a definition of a external reference.voidExternalReferenceManagementInterface. updateExternalReference(String userId, String externalReferenceGUID, boolean isMergeUpdate, ExternalReferenceProperties properties)Update the definition of a external reference. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return ExternalReferenceProperties Modifier and Type Method Description ExternalReferencePropertiesExternalReferenceElement. getProperties()Return the link to external documentation that are relevant to this element.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type ExternalReferenceProperties Modifier and Type Method Description voidExternalReferenceElement. setProperties(ExternalReferenceProperties properties)Set up the list of links to external documentation that are relevant to this element. -
Uses of ExternalReferenceProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ExternalReferenceProperties Constructor Description ExternalReferenceProperties(ExternalReferenceProperties template)Copy/clone constructor.
-