Class DenormalisedSpaceChangeLog
- java.lang.Object
-
- com.atlassian.confluence.security.denormalisedpermissions.impl.space.domain.DenormalisedSpaceChangeLog
-
- All Implemented Interfaces:
NotExportable
public class DenormalisedSpaceChangeLog extends Object implements NotExportable
Represents DAO for working with the space change log- Since:
- 7.10.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE_NAME
-
Constructor Summary
Constructors Constructor Description DenormalisedSpaceChangeLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
Long
getSpaceId()
void
setId(long id)
void
setSpaceId(Long spaceId)
String
toString()
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
-