Uses of Class
com.atlassian.confluence.plugins.denormalisedpermissions.state.StateChangeInformationJson
-
Packages that use StateChangeInformationJson Package Description com.atlassian.confluence.plugins.denormalisedpermissions.state -
-
Uses of StateChangeInformationJson in com.atlassian.confluence.plugins.denormalisedpermissions.state
Methods in com.atlassian.confluence.plugins.denormalisedpermissions.state that return types with arguments of type StateChangeInformationJson Modifier and Type Method Description Collection<StateChangeInformationJson>
ServiceStateJson. getStateChangeLog()
Returns a list of service state change eventsConstructor parameters in com.atlassian.confluence.plugins.denormalisedpermissions.state with type arguments of type StateChangeInformationJson Constructor Description ServiceStateJson(DenormalisedPermissionServiceState spaceState, DenormalisedPermissionServiceState contentState, Long spaceLag, Long contentLag, Collection<StateChangeInformationJson> stateChangeLog)
-