Interface CheckGovernanceAreaExistsApiFunction
-
- All Superinterfaces:
ApiFunction
- All Known Implementing Classes:
ClientImpl
,SwpClient
public interface CheckGovernanceAreaExistsApiFunction extends ApiFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkGovernanceAreaExists(GovernanceAreaUri uri)
Check if a governance area exists.
-
-
-
Method Detail
-
checkGovernanceAreaExists
boolean checkGovernanceAreaExists(GovernanceAreaUri uri)
Check if a governance area exists.- Parameters:
uri
- URI of the governance area- Returns:
- true if the governance area exists
-
-