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
ConstructorsModifierConstructorDescriptionprotected
EventStreamTombstone
(long timestamp, String reason, Long directoryId) -
Method Summary
Modifier and TypeMethodDescriptionstatic EventStreamTombstone
createForDirectory
(long timestamp, long directoryId, String reason) static EventStreamTombstone
createGlobal
(long timestamp, String reason) protected void
setDirectoryId
(Long directoryId) protected void
toString()
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
-