Interface EnableGovernanceRoleApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface EnableGovernanceRoleApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableGovernanceRole(GovernanceRoleUri governanceRole, GovernanceAreaUri subjectArea)
Enable a governance role.
-
-
-
Method Detail
-
enableGovernanceRole
void enableGovernanceRole(GovernanceRoleUri governanceRole, GovernanceAreaUri subjectArea)
Enable a governance role.- Parameters:
governanceRole
- URI of the governance role e.g., http://edg.topbraid.solutions/model/dataStewardsubjectArea
- URI of the governance subject area e.g., urn:x-tb-governance:test- Throws:
GovernanceRoleAlreadyEnabledException
- when the governance role is already enabled on that subject area
-
-