Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ExternalReferenceProperties
-
Packages that use ExternalReferenceProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.metadataelement org.odpi.openmetadata.accessservices.communityprofile.properties -
-
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.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement 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.metadataelement 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.
-