Class ApplicationUpdatedTombstone
java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
com.atlassian.crowd.model.tombstone.ApplicationTombstone
com.atlassian.crowd.model.tombstone.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.
-
Field Summary
Fields inherited from class com.atlassian.crowd.model.tombstone.ApplicationTombstone
applicationId -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedApplicationUpdatedTombstone(long timestamp, long applicationId) -
Method Summary
Methods inherited from class com.atlassian.crowd.model.tombstone.ApplicationTombstone
getApplicationId, setApplicationIdMethods inherited from class com.atlassian.crowd.model.tombstone.AbstractTombstone
getId, getTimestamp, setId, setTimestamp
-
Constructor Details
-
ApplicationUpdatedTombstone
protected ApplicationUpdatedTombstone() -
ApplicationUpdatedTombstone
public ApplicationUpdatedTombstone(long timestamp, long applicationId)
-