Uses of Interface
org.jbpm.process.workitem.repository.RepositoryStorage
-
Packages that use RepositoryStorage Package Description org.jbpm.process.workitem.repository.service org.jbpm.process.workitem.repository.storage -
-
Uses of RepositoryStorage in org.jbpm.process.workitem.repository.service
Constructors in org.jbpm.process.workitem.repository.service with parameters of type RepositoryStorage Constructor Description RepoService(RepositoryStorage<?> storage, RepositoryEventListener... eventListeners)
-
Uses of RepositoryStorage in org.jbpm.process.workitem.repository.storage
Classes in org.jbpm.process.workitem.repository.storage that implement RepositoryStorage Modifier and Type Class Description class
InMemoryRepositoryStorage<T>
-