Class SyncopeSessionFactory
- java.lang.Object
-
- org.apache.syncope.core.flowable.support.SyncopeSessionFactory
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.SessionFactory
public class SyncopeSessionFactory extends Object implements org.flowable.common.engine.impl.interceptor.SessionFactory
-
-
Constructor Summary
Constructors Constructor Description SyncopeSessionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getSessionType()SyncopeSessiongetSyncopeSession()org.flowable.common.engine.impl.interceptor.SessionopenSession(org.flowable.common.engine.impl.interceptor.CommandContext cc)voidsetSyncopeSession(SyncopeSession syncopeSession)
-
-
-
Method Detail
-
getSessionType
public Class<?> getSessionType()
- Specified by:
getSessionTypein interfaceorg.flowable.common.engine.impl.interceptor.SessionFactory
-
openSession
public org.flowable.common.engine.impl.interceptor.Session openSession(org.flowable.common.engine.impl.interceptor.CommandContext cc)
- Specified by:
openSessionin interfaceorg.flowable.common.engine.impl.interceptor.SessionFactory
-
getSyncopeSession
public SyncopeSession getSyncopeSession()
-
setSyncopeSession
public void setSyncopeSession(SyncopeSession syncopeSession)
-
-