Uses of Class
org.odpi.openmetadata.accessservices.digitalarchitecture.properties.LocationProperties
-
Packages that use LocationProperties 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.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of LocationProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.api
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.api with parameters of type LocationProperties Modifier and Type Method Description StringManageLocations. createLocation(String userId, LocationProperties locationProperties)Create a new metadata element to represent a location.voidManageLocations. updateLocation(String userId, boolean isMergeUpdate, String locationGUID, LocationProperties locationProperties)Update the metadata element representing a location. -
Uses of LocationProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements
Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements that return LocationProperties Modifier and Type Method Description LocationPropertiesLocationElement. getLocationProperties()Return the properties for the location definition.Methods in org.odpi.openmetadata.accessservices.digitalarchitecture.metadataelements with parameters of type LocationProperties Modifier and Type Method Description voidLocationElement. setLocationProperties(LocationProperties locationProperties)Set up the properties for the location definition. -
Uses of LocationProperties in org.odpi.openmetadata.accessservices.digitalarchitecture.properties
Constructors in org.odpi.openmetadata.accessservices.digitalarchitecture.properties with parameters of type LocationProperties Constructor Description LocationProperties(LocationProperties template)Copy/clone constructor.
-