| Package | Description |
|---|---|
| com.atlassian.crowd.dao.tombstone | |
| com.atlassian.crowd.model.tombstone |
| Modifier and Type | Method and Description |
|---|---|
<T extends ApplicationTombstone> |
TombstoneDAOHibernate.getTombstonesAfter(long after,
Long applicationId,
Class<T> type) |
<T extends ApplicationTombstone> |
TombstoneDao.getTombstonesAfter(long after,
Long applicationId,
Class<T> type)
Retrieves tombstone for the specified application, after the timestamp specified
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasTombstone
Used as a marker for all alias changes, not only deletions.
|
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.
|
Copyright © 2019 Atlassian. All rights reserved.