Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.LocationProperties
-
Packages that use LocationProperties 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 LocationProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type LocationProperties Modifier and Type Method Description StringLocationManagementInterface. createLocation(String userId, String externalSourceGUID, String externalSourceName, LocationProperties locationProperties)Create a new metadata element to represent a location.voidLocationManagementInterface. updateLocation(String userId, String externalSourceGUID, String externalSourceName, String locationGUID, boolean isMergeUpdate, LocationProperties locationProperties)Update the metadata element representing a location. -
Uses of LocationProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return LocationProperties Modifier and Type Method Description LocationPropertiesLocationElement. getLocationProperties()Return the properties for the location definition.Methods in org.odpi.openmetadata.accessservices.communityprofile.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.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type LocationProperties Constructor Description LocationProperties(LocationProperties template)Copy/clone constructor.
-