Interface IEventRevertService
public interface IEventRevertService
-
Method Summary
Modifier and TypeMethodDescriptiongetErrorDeclaration
(Event event) if the event was reverted, this method will retrieve its error declarationboolean
isReverted
(Event event) revert
(List<UUID> fromString, ErrorReason reason, CustomTagList customTags) revert
(UUID fromString, ErrorReason reason, CustomTagList customTags)
-
Method Details
-
revert
HashMap<String,String> revert(List<UUID> fromString, ErrorReason reason, CustomTagList customTags) throws SerializationException, DocumentException -
revert
HashMap<String,String> revert(UUID fromString, ErrorReason reason, CustomTagList customTags) throws SerializationException, DocumentException -
isReverted
-
getErrorDeclaration
if the event was reverted, this method will retrieve its error declaration- Parameters:
event
- to look for- Returns:
- the error declaration of the revert if it exists.
-