Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.ResourceListProperties
-
Packages that use ResourceListProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of ResourceListProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type ResourceListProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupResource(String userId, 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.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type ResourceListProperties Constructor Description ResourceListProperties(ResourceListProperties template)Copy/clone constructor
-