Package com.atlassian.confluence.core
Class ContentPermissionSummary
- java.lang.Object
-
- com.atlassian.confluence.core.ContentPermissionSummary
-
public class ContentPermissionSummary extends Object
Container for all information which are needed for Content permission check- Since:
- 6.0
-
-
Constructor Summary
Constructors Constructor Description ContentPermissionSummary(long id, Space space, ConfluenceUser creator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfluenceUser
getCreator()
long
getId()
Space
getSpace()
-
-
-
Constructor Detail
-
ContentPermissionSummary
public ContentPermissionSummary(long id, Space space, ConfluenceUser creator)
-
-
Method Detail
-
getId
public long getId()
-
getSpace
public Space getSpace()
-
getCreator
public ConfluenceUser getCreator()
-
-