Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.LocationProperties
-
Packages that use LocationProperties 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.metadataelements org.odpi.openmetadata.accessservices.communityprofile.properties -
-
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, LocationProperties locationProperties)Create a new metadata element to represent a location.voidLocationManagementInterface. updateLocation(String userId, boolean isMergeUpdate, String locationGUID, 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.
-