Uses of Interface
org.jbpm.persistence.api.integration.EventCollection
-
Packages that use EventCollection Package Description org.jbpm.persistence.api.integration org.jbpm.persistence.api.integration.base -
-
Uses of EventCollection in org.jbpm.persistence.api.integration
Methods in org.jbpm.persistence.api.integration that return EventCollection Modifier and Type Method Description EventCollectionEventEmitter. newCollection()Returns new instance of EventCollection to be used while collecting events -
Uses of EventCollection in org.jbpm.persistence.api.integration.base
Classes in org.jbpm.persistence.api.integration.base that implement EventCollection Modifier and Type Class Description classBaseEventCollectionBase event collection that collects all events avoiding duplicates.Methods in org.jbpm.persistence.api.integration.base that return EventCollection Modifier and Type Method Description protected EventCollectionTransactionalPersistenceEventManager. getCollection()
-