Uses of Class
com.atlassian.crowd.model.tombstone.AbstractTombstone
Packages that use AbstractTombstone
-
Uses of AbstractTombstone in com.atlassian.crowd.dao.tombstone
Methods in com.atlassian.crowd.dao.tombstone with type parameters of type AbstractTombstoneModifier and TypeMethodDescription<T extends AbstractTombstone>
List<T>TombstoneDao.getTombstonesAfter
(long after, Collection<Long> directoryIds, Class<T> type) Retrieves tombstone of the specified type, after the timestamp specified, optionally constrained to a directory set<T extends AbstractTombstone>
List<T>TombstoneDAOHibernate.getTombstonesAfter
(long after, Collection<Long> directoryIds, Class<T> type) <T extends AbstractTombstone>
voidTombstoneDAOHibernate.storeTombstones
(Iterable<T> tombstones) Methods in com.atlassian.crowd.dao.tombstone that return types with arguments of type AbstractTombstone -
Uses of AbstractTombstone in com.atlassian.crowd.model.tombstone
Subclasses of AbstractTombstone in com.atlassian.crowd.model.tombstoneModifier and TypeClassDescriptionclass
Used as a marker for all alias changes, not only deletions.class
Parent class for events related to specific applications, such as configuration changes and aliasing changes.class
Used as a marker for all application updates that should invalidate synchronization for a specific application, without affecting other applications that are configured to use the same directories.class
Used as a marker to indicate that a changed happened, that prevents creating an event stream from before the tombstone timestamp, either for the specific directory, or for the entire instanceclass
class
class
class
class