A B C E F G H I J M N O P R S T U

A

addProcessInstance(ProcessInstance) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 

B

begin() - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 

C

clearProcessInstance() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
clearProcessInstances() - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
clearStoredProcessInstances() - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
clearStoredProcessInstances() - Method in interface org.jbpm.persistence.NonTransactionalProcessPersistentSession
 
close() - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
commit(boolean) - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 
commit(boolean) - Method in class org.jbpm.persistence.ManualProcessTransactionManager
 
ContainerManagedTransactionManager - Class in org.jbpm.persistence.jta
Dedicated implementation of TransactionManager that should be used when: jBPM engine is embedded in Container Managed Transaction (CMT) environment like EJB container container that does not allow accessing UserTransaction (when running in CMT mode) - e.g.
ContainerManagedTransactionManager() - Constructor for class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 
createProcessInstanceManager(InternalKnowledgeRuntime) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManagerFactory
 
createSignalManager(InternalKnowledgeRuntime) - Method in class org.jbpm.persistence.processinstance.JPASignalManagerFactory
 

E

equals(Object) - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 

F

findProcessInstanceInfo(Long) - Method in class org.jbpm.persistence.JpaProcessPersistenceContext
 
findProcessInstanceInfo(Long) - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
findProcessInstanceInfo(Long) - Method in interface org.jbpm.persistence.ProcessPersistenceContext
 
findProcessInstanceInfo(Long) - Method in interface org.jbpm.persistence.ProcessStorage
 
findTransactionSynchronizationRegistry() - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 

G

getEnv() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getEventType() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
getEventTypes() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getId() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
getId() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getLastModificationDate() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getLastReadDate() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getNextProcessInstanceId() - Method in interface org.jbpm.persistence.ProcessStorage
 
getPersistenceContextManager() - Method in class org.jbpm.persistence.ProcessStorageEnvironmentBuilder
 
getProcessId() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getProcessInstance(long) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
getProcessInstance(InternalKnowledgeRuntime, Environment) - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getProcessInstanceByteArray() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getProcessInstanceId() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
getProcessInstanceId() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
Added in order to satisfy Hibernate AND the JBPMorm.xml: Hibernate needs getter/setters for a the field that's mapped.
getProcessInstances() - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
getProcessInstancesWaitingForEvent(String) - Method in class org.jbpm.persistence.JpaProcessPersistenceContext
 
getProcessInstancesWaitingForEvent(String) - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
getProcessInstancesWaitingForEvent(String) - Method in interface org.jbpm.persistence.ProcessPersistenceContext
 
getProcessInstancesWaitingForEvent(String) - Method in interface org.jbpm.persistence.ProcessStorage
 
getProcessPersistenceContext() - Method in class org.jbpm.persistence.JpaProcessPersistenceContextManager
 
getProcessPersistenceContext() - Method in class org.jbpm.persistence.MapProcessPersistenceContextManager
 
getProcessPersistenceContext() - Method in interface org.jbpm.persistence.ProcessPersistenceContextManager
 
getStartDate() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getState() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
getStatus() - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 
getStoredProcessInstances() - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
getStoredProcessInstances() - Method in interface org.jbpm.persistence.NonTransactionalProcessPersistentSession
 
getTransactionManager() - Method in class org.jbpm.persistence.ProcessStorageEnvironmentBuilder
 
getVersion() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
getVersion() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 

H

hashCode() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 

I

internalAddProcessInstance(ProcessInstance) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
internalRemoveProcessInstance(ProcessInstance) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 

J

JPAProcessInstanceManager - Class in org.jbpm.persistence.processinstance
This is an implementation of the ProcessInstanceManager that uses JPA.
JPAProcessInstanceManager() - Constructor for class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
JPAProcessInstanceManagerFactory - Class in org.jbpm.persistence.processinstance
 
JPAProcessInstanceManagerFactory() - Constructor for class org.jbpm.persistence.processinstance.JPAProcessInstanceManagerFactory
 
JpaProcessPersistenceContext - Class in org.jbpm.persistence
 
JpaProcessPersistenceContext(EntityManager) - Constructor for class org.jbpm.persistence.JpaProcessPersistenceContext
 
JpaProcessPersistenceContextManager - Class in org.jbpm.persistence
 
JpaProcessPersistenceContextManager(Environment) - Constructor for class org.jbpm.persistence.JpaProcessPersistenceContextManager
 
JPASignalManager - Class in org.jbpm.persistence.processinstance
 
JPASignalManager(InternalKnowledgeRuntime) - Constructor for class org.jbpm.persistence.processinstance.JPASignalManager
 
JPASignalManagerFactory - Class in org.jbpm.persistence.processinstance
 
JPASignalManagerFactory() - Constructor for class org.jbpm.persistence.processinstance.JPASignalManagerFactory
 

M

ManualProcessTransactionManager - Class in org.jbpm.persistence
 
ManualProcessTransactionManager(NonTransactionalProcessPersistentSession, ProcessStorage) - Constructor for class org.jbpm.persistence.ManualProcessTransactionManager
 
MapBasedProcessPersistenceContext - Class in org.jbpm.persistence
 
MapBasedProcessPersistenceContext(ProcessStorage) - Constructor for class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
MapProcessPersistenceContextManager - Class in org.jbpm.persistence
 
MapProcessPersistenceContextManager(ProcessPersistenceContext) - Constructor for class org.jbpm.persistence.MapProcessPersistenceContextManager
 

N

NonTransactionalProcessPersistentSession - Interface in org.jbpm.persistence
 

O

org.jbpm.persistence - package org.jbpm.persistence
 
org.jbpm.persistence.jta - package org.jbpm.persistence.jta
 
org.jbpm.persistence.processinstance - package org.jbpm.persistence.processinstance
 

P

persist(ProcessInstanceInfo) - Method in class org.jbpm.persistence.JpaProcessPersistenceContext
 
persist(ProcessInstanceInfo) - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
persist(ProcessInstanceInfo) - Method in interface org.jbpm.persistence.ProcessPersistenceContext
 
ProcessInstanceEventInfo - Class in org.jbpm.persistence.processinstance
 
ProcessInstanceEventInfo() - Constructor for class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
ProcessInstanceEventInfo(long, String) - Constructor for class org.jbpm.persistence.processinstance.ProcessInstanceEventInfo
 
ProcessInstanceInfo - Class in org.jbpm.persistence.processinstance
This is the object that contains the marshalled byte stream of information representing the ProcessInstance class.
ProcessInstanceInfo() - Constructor for class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
ProcessInstanceInfo(ProcessInstance) - Constructor for class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
ProcessInstanceInfo(ProcessInstance, Environment) - Constructor for class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
ProcessPersistenceContext - Interface in org.jbpm.persistence
 
ProcessPersistenceContextManager - Interface in org.jbpm.persistence
 
ProcessStorage - Interface in org.jbpm.persistence
 
ProcessStorageEnvironmentBuilder - Class in org.jbpm.persistence
 
ProcessStorageEnvironmentBuilder(ProcessStorage) - Constructor for class org.jbpm.persistence.ProcessStorageEnvironmentBuilder
 

R

registerTransactionSynchronization(TransactionSynchronization) - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 
remove(ProcessInstanceInfo) - Method in class org.jbpm.persistence.JpaProcessPersistenceContext
 
remove(ProcessInstanceInfo) - Method in class org.jbpm.persistence.MapBasedProcessPersistenceContext
 
remove(ProcessInstanceInfo) - Method in interface org.jbpm.persistence.ProcessPersistenceContext
 
removeProcessInstance(ProcessInstance) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
removeProcessInstanceInfo(Long) - Method in interface org.jbpm.persistence.ProcessStorage
 
rollback(boolean) - Method in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 

S

saveOrUpdate(ProcessInstanceInfo) - Method in interface org.jbpm.persistence.ProcessStorage
 
setEnv(Environment) - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
setId(Long) - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
setKnowledgeRuntime(InternalKnowledgeRuntime) - Method in class org.jbpm.persistence.processinstance.JPAProcessInstanceManager
 
setProcessInstanceId(Long) - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 
signalEvent(String, Object) - Method in class org.jbpm.persistence.processinstance.JPASignalManager
 

T

txSyncRegistry - Variable in class org.jbpm.persistence.jta.ContainerManagedTransactionManager
 

U

update() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
Adding @PrePersist breaks things, because: We retrieve/generate the marshaller (see below).
updateLastReadDate() - Method in class org.jbpm.persistence.processinstance.ProcessInstanceInfo
 

A B C E F G H I J M N O P R S T U

Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.