Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements.ReferenceValueAssignmentDefinitionElement
-
Packages that use ReferenceValueAssignmentDefinitionElement Package Description org.odpi.openmetadata.accessservices.digitalarchitecture.api The API package defines the Java interfaces supported by the Digital Architecture OMAS.org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.digitalarchitecture.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ReferenceValueAssignmentDefinitionElement in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api that return types with arguments of type ReferenceValueAssignmentDefinitionElement Modifier and Type Method Description List<ReferenceValueAssignmentDefinitionElement>ManageReferenceData. getReferenceValueAssignments(String userId, String referenceableGUID, int startFrom, int pageSize)Page through the list of assigned reference values for a referenceable. -
Uses of ReferenceValueAssignmentDefinitionElement in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type ReferenceValueAssignmentDefinitionElement Constructor Description ReferenceValueAssignmentDefinitionElement(ReferenceValueAssignmentDefinitionElement template)Copy/clone constructor -
Uses of ReferenceValueAssignmentDefinitionElement in org.odpi.openmetadata.accessservices.digitalarchitecture.rest
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.rest that return types with arguments of type ReferenceValueAssignmentDefinitionElement Modifier and Type Method Description List<ReferenceValueAssignmentDefinitionElement>ReferenceValueAssignmentDefinitionsResponse. getElementList()Return the metadata element.Method parameters in org.odpi.openmetadata.accessservices.digitalarchitecture.rest with type arguments of type ReferenceValueAssignmentDefinitionElement Modifier and Type Method Description voidReferenceValueAssignmentDefinitionsResponse. setElementList(List<ReferenceValueAssignmentDefinitionElement> elementList)Set up the metadata element to return.
-