Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.NestedLocationProperties
-
Packages that use NestedLocationProperties 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 NestedLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type NestedLocationProperties Modifier and Type Method Description voidLocationManagementInterface. setupNestedLocation(String userId, String externalSourceGUID, String externalSourceName, String parentLocationGUID, String childLocationGUID, NestedLocationProperties properties)Create a parent-child relationship between two locations. -
Uses of NestedLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type NestedLocationProperties Constructor Description NestedLocationProperties(NestedLocationProperties template)Copy/clone constructor
-