public interface SpaceAware extends Spaced
Modifier and Type | Method and Description |
---|---|
boolean |
isSpaceRequired()
If the action requires that the space be set before being run, then it should
return true to this method.
|
boolean |
isViewPermissionRequired() |
void |
setSpace(Space space)
IOC method for setting the space on the action.
|
void setSpace(Space space)
space
- the space that the action will be working on.boolean isSpaceRequired()
boolean isViewPermissionRequired()
Copyright © 2003–2020 Atlassian. All rights reserved.