public interface GovernanceZoneManagerInterface
| Modifier and Type | Method and Description |
|---|---|
void |
createGovernanceZone(String userId,
String qualifiedName,
String displayName,
String description,
String criteria,
Map<String,String> additionalProperties)
Create a definition of a governance zone.
|
GovernanceZone |
getGovernanceZone(String userId,
String qualifiedName)
Return information about a specific governance zone.
|
List<GovernanceZone> |
getGovernanceZones(String userId,
int startingFrom,
int maximumResults)
Return information about the defined governance zones.
|
void createGovernanceZone(String userId, String qualifiedName, String displayName, String description, String criteria, Map<String,String> additionalProperties) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userqualifiedName - unique name for the zone - used in other configurationdisplayName - short display name for the zonedescription - description of the governance zonecriteria - the criteria for inclusion in a governance zoneadditionalProperties - additional properties for a governance zoneInvalidParameterException - qualifiedName or userId is nullPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemGovernanceZone getGovernanceZone(String userId, String qualifiedName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userqualifiedName - unique name for the zoneInvalidParameterException - qualifiedName or userId is nullPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemList<GovernanceZone> getGovernanceZones(String userId, int startingFrom, int maximumResults) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userstartingFrom - position in the list (used when there are so many reports that paging is neededmaximumResults - maximum number of elements to return an this callInvalidParameterException - qualifiedName or userId is nullPropertyServerException - problem accessing property serverUserNotAuthorizedException - security access problemCopyright © 2018–2020 ODPi. All rights reserved.