Class EventStreamTombstone
java.lang.Object
com.atlassian.crowd.model.tombstone.AbstractTombstone
com.atlassian.crowd.model.tombstone.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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEventStreamTombstone(long timestamp, String reason, Long directoryId) -
Method Summary
Modifier and TypeMethodDescriptionstatic EventStreamTombstonecreateForDirectory(long timestamp, long directoryId, String reason) static EventStreamTombstonecreateGlobal(long timestamp, String reason) protected voidsetDirectoryId(Long directoryId) protected voidtoString()Methods inherited from class com.atlassian.crowd.model.tombstone.AbstractTombstone
getId, getTimestamp, setId, setTimestamp
-
Constructor Details
-
EventStreamTombstone
protected EventStreamTombstone() -
EventStreamTombstone
-
-
Method Details
-
createGlobal
-
createForDirectory
public static EventStreamTombstone createForDirectory(long timestamp, long directoryId, String reason) -
getReason
-
setReason
-
getDirectoryId
-
setDirectoryId
-
toString
-