| Package | Description |
|---|---|
| com.atlassian.crowd.dao.tombstone | |
| com.atlassian.crowd.model.tombstone |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractTombstone> |
TombstoneDAOHibernate.getTombstonesAfter(long after,
Collection<Long> directoryIds,
Class<T> type) |
<T extends AbstractTombstone> |
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> |
TombstoneDAOHibernate.storeTombstones(Iterable<T> tombstones) |
| Modifier and Type | Method and Description |
|---|---|
Class<AbstractTombstone> |
TombstoneDAOHibernate.getPersistentClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
AliasTombstone
Used as a marker for all alias changes, not only deletions.
|
class |
ApplicationTombstone
Parent class for events related to specific applications, such as configuration changes and aliasing changes.
|
class |
ApplicationUpdatedTombstone
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 |
EventStreamTombstone
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 instance
|
class |
GroupMembershipTombstone |
class |
GroupTombstone |
class |
MembershipTombstone |
class |
UserMembershipTombstone |
class |
UserTombstone |
Copyright © 2024 Atlassian. All rights reserved.