|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShareTypeValidatorUtils
Utility class to validate a set of SharePermission or ShareTypeSearchParameter for an entity .
| Method Summary | |
|---|---|
boolean |
isValidSearchParameter(JiraServiceContext ctx,
ShareTypeSearchParameter searchParameter)
Check to see if the passed SearchParameter is valid.. |
boolean |
isValidSharePermission(JiraServiceContext context,
SharedEntity entity)
Validates to see if a given Set of SharePermission is valid. |
| Method Detail |
|---|
boolean isValidSharePermission(JiraServiceContext context,
SharedEntity entity)
SharePermission is valid. E.g. contains only one Singleton Permission and
no others. I.e. Globally and Privately shared.
context - Contains the user trying to store permissions, the i18nBean and ErrorCollectionentity - The entity the permissions are validating against
boolean isValidSearchParameter(JiraServiceContext ctx,
ShareTypeSearchParameter searchParameter)
ctx - Context containing the user that is to store the SharePermission, the i18n bean and an
ErrorCollectionsearchParameter - the parameter is check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||