Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.FixedLocationProperties
-
Packages that use FixedLocationProperties 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.properties -
-
Uses of FixedLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type FixedLocationProperties Modifier and Type Method Description voidLocationManagementInterface. setLocationAsFixedPhysical(String userId, String externalSourceGUID, String externalSourceName, String locationGUID, FixedLocationProperties properties)Classify the location to indicate that it represents a fixed physical location. -
Uses of FixedLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type FixedLocationProperties Constructor Description FixedLocationProperties(FixedLocationProperties template)Copy/clone constructor
-