Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.ResourceListProperties
-
Packages that use ResourceListProperties 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 ResourceListProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type ResourceListProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupResource(String userId, String externalSourceGUID, String externalSourceName, String elementGUID, ResourceListProperties properties, String resourceGUID)Create a "ResourceList" relationship between a consuming element and an element that represents resources. -
Uses of ResourceListProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type ResourceListProperties Constructor Description ResourceListProperties(ResourceListProperties template)Copy/clone constructor
-