Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.AssetLocationProperties
-
Packages that use AssetLocationProperties 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 AssetLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type AssetLocationProperties Modifier and Type Method Description voidLocationManagementInterface. setupAssetLocation(String userId, String externalSourceGUID, String externalSourceName, String assetGUID, String locationGUID, AssetLocationProperties properties)Create an asset location relationship between an asset and a location. -
Uses of AssetLocationProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type AssetLocationProperties Constructor Description AssetLocationProperties(AssetLocationProperties template)Copy/clone constructor
-