Uses of Class
com.atlassian.confluence.api.model.SynchronyRowsCount
-
Packages that use SynchronyRowsCount Package Description com.atlassian.confluence.api.service.eviction com.atlassian.confluence.pages.collab com.atlassian.confluence.pages.collab.impl -
-
Uses of SynchronyRowsCount in com.atlassian.confluence.api.service.eviction
Methods in com.atlassian.confluence.api.service.eviction that return SynchronyRowsCount Modifier and Type Method Description SynchronyRowsCountSynchronyDataService. currentSynchronyDatasetSize(Long contentId)If the parameter {@param contentId} is not null, returns size of Synchrony history for that entity. -
Uses of SynchronyRowsCount in com.atlassian.confluence.pages.collab
Methods in com.atlassian.confluence.pages.collab that return SynchronyRowsCount Modifier and Type Method Description SynchronyRowsCountPermissionCheckingSynchronyDataService. currentSynchronyDatasetSize(Long contentId)If the parameter {@param contentId} is not null, returns size of Synchrony history for that entity. -
Uses of SynchronyRowsCount in com.atlassian.confluence.pages.collab.impl
Methods in com.atlassian.confluence.pages.collab.impl that return SynchronyRowsCount Modifier and Type Method Description SynchronyRowsCountDefaultSynchronyDataService. currentSynchronyDatasetSize(Long contentId)
-