Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.DigitalLocationProperties
-
Packages that use DigitalLocationProperties 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.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of DigitalLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type DigitalLocationProperties Modifier and Type Method Description voidLocationManagementInterface. setLocationAsDigital(String userId, String locationGUID, String externalSourceGUID, String externalSourceName, DigitalLocationProperties properties)Classify the location to indicate that it represents a digital/cyber location. -
Uses of DigitalLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type DigitalLocationProperties Constructor Description DigitalLocationProperties(DigitalLocationProperties template)Copy/clone constructor
-