public class ServiceStateJson extends Object
Constructor and Description |
---|
ServiceStateJson(DenormalisedPermissionServiceState spaceState,
DenormalisedPermissionServiceState contentState,
Long spaceLag,
Long contentLag,
Collection<StateChangeInformationJson> stateChangeLog) |
ServiceStateJson(DenormalisedPermissionServiceState spaceState,
DenormalisedPermissionServiceState contentState,
Long spaceLag,
Long contentLag,
List<StateChangeInformation> stateChangeLog) |
Modifier and Type | Method and Description |
---|---|
Long |
getContentLag()
Returns the time difference between updating regular content permissions and denormalised content permissions
|
DenormalisedPermissionServiceState |
getContentState() |
Long |
getSpaceLag()
Returns the time difference between updating regular space permissions and denormalised space permissions
|
DenormalisedPermissionServiceState |
getSpaceState() |
Collection<StateChangeInformationJson> |
getStateChangeLog()
Returns a list of service state change events
|
public ServiceStateJson(DenormalisedPermissionServiceState spaceState, DenormalisedPermissionServiceState contentState, Long spaceLag, Long contentLag, Collection<StateChangeInformationJson> stateChangeLog)
public ServiceStateJson(DenormalisedPermissionServiceState spaceState, DenormalisedPermissionServiceState contentState, Long spaceLag, Long contentLag, List<StateChangeInformation> stateChangeLog)
public DenormalisedPermissionServiceState getSpaceState()
public DenormalisedPermissionServiceState getContentState()
public Long getSpaceLag()
public Long getContentLag()
public Collection<StateChangeInformationJson> getStateChangeLog()
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences