Package org.kie.internal.task.api
Interface TaskPersistenceContextManager
public interface TaskPersistenceContextManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()Executes the necessary actions in order to clean up and dispose of the internal fields of this instance.void
-
Method Details
-
getPersistenceContext
TaskPersistenceContext getPersistenceContext() -
beginCommandScopedEntityManager
void beginCommandScopedEntityManager() -
endCommandScopedEntityManager
void endCommandScopedEntityManager() -
dispose
void dispose()Executes the necessary actions in order to clean up and dispose of the internal fields of this instance.
-