Interface ActivitiClient


  • public interface ActivitiClient
    The ActivitiClient represents the interface to the embedded Activiti process engine, and provides access to the process engine itself.
    • Method Detail

      • getActivitiEngine

        ProcessEngine getActivitiEngine()
        Configures security and returns a process engine object through which all activiti operations can be executed. Before returning, this method will register the proper username in the default thread-based security context, as well as register a callback with the request that clears the security context when the request ends. The security context is thread-based, and will not work across threads.
        Returns:
        the activiti process engine