当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
PersistenceService (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.persistence
Interface PersistenceService
- All Known Implementing Classes:
- DbPersistenceService
public interface PersistenceService
assignId
void assignId(java.lang.Object object)
getGraphSession
GraphSession getGraphSession()
getLoggingSession
LoggingSession getLoggingSession()
getMessagingSession
MessagingSession getMessagingSession()
getSchedulerSession
SchedulerSession getSchedulerSession()
getContextSession
ContextSession getContextSession()
getTaskMgmtSession
TaskMgmtSession getTaskMgmtSession()
isRollbackOnly
boolean isRollbackOnly()
setRollbackOnly
void setRollbackOnly(boolean isRollbackOnly)
setRollbackOnly
void setRollbackOnly()
setGraphSession
void setGraphSession(GraphSession graphSession)
setLoggingSession
void setLoggingSession(LoggingSession loggingSession)
setMessagingSession
void setMessagingSession(MessagingSession messagingSession)
setSchedulerSession
void setSchedulerSession(SchedulerSession schedulerSession)
setTaskMgmtSession
void setTaskMgmtSession(TaskMgmtSession taskMgmtSession)
setSessionFactory
void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Version : jbpm-3.1.3