Class ActivityHandlerUndo
java.lang.Object
org.linkedopenactors.rdfpub.store.rdf4j.AbstractHandler
org.linkedopenactors.rdfpub.store.rdf4j.ActivityHandlerUndo
- All Implemented Interfaces:
ActivityHandler
-
Constructor Summary
ConstructorDescriptionActivityHandlerUndo
(org.apache.commons.rdf.api.RDF rdf, SubjectProvider subjectProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ActionInfo actionInfo, CollectionInfo collectionInfo, ActivityPubStore activityPubStore) boolean
isResponsibleFor
(ActivityType activityType)
-
Constructor Details
-
ActivityHandlerUndo
-
-
Method Details
-
isResponsibleFor
- Specified by:
isResponsibleFor
in interfaceActivityHandler
-
handle
public void handle(ActionInfo actionInfo, CollectionInfo collectionInfo, ActivityPubStore activityPubStore) - Specified by:
handle
in interfaceActivityHandler
-