public static interface SpaceService.Validator
| Modifier and Type | Method and Description | 
|---|---|
| ValidationResult | validateCreate(Space newSpace,
              boolean isPrivate)Validate that a Space can be added, including permission checks. | 
ValidationResult validateCreate(Space newSpace, boolean isPrivate)
newSpace - the space to be createdisPrivate - whether the space is private (true) or has default permissions (false)Copyright © 2003-2014 Atlassian. All Rights Reserved.