public class MacroCountStore extends Object
Constructor and Description |
---|
MacroCountStore() |
Modifier and Type | Method and Description |
---|---|
List<MacroCount> |
updateAndGetNewCounts(MacroCounter counter,
ContentEntityObject entity,
int entityVersion)
Calculates the number of newly added macros by comparing results from the supplied MacroCounter with the
counts stored in the
ContentProperties of the entity, and updates
those counts after the difference has been calculated. |
public List<MacroCount> updateAndGetNewCounts(MacroCounter counter, ContentEntityObject entity, int entityVersion)
ContentProperties
of the entity, and updates
those counts after the difference has been calculated.Copyright © 2003–2021 Atlassian. All rights reserved.