Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.AssignmentScopeProperties
-
Packages that use AssignmentScopeProperties 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 AssignmentScopeProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type AssignmentScopeProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupAssignmentScope(String userId, String elementGUID, AssignmentScopeProperties properties, String scopeGUID)Create an "AssignmentScope" relationship between an element and its scope. -
Uses of AssignmentScopeProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type AssignmentScopeProperties Constructor Description AssignmentScopeProperties(AssignmentScopeProperties template)Copy/clone constructor
-