Class ProcessEntryDeployer

  • All Implemented Interfaces:
    org.activiti.application.deployer.ApplicationEntryDeployer

    public class ProcessEntryDeployer
    extends java.lang.Object
    implements org.activiti.application.deployer.ApplicationEntryDeployer
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessEntryDeployer​(org.activiti.engine.RepositoryService repositoryService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deployEntries​(org.activiti.application.ApplicationContent application)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessEntryDeployer

        public ProcessEntryDeployer​(org.activiti.engine.RepositoryService repositoryService)
    • Method Detail

      • deployEntries

        public void deployEntries​(org.activiti.application.ApplicationContent application)
        Specified by:
        deployEntries in interface org.activiti.application.deployer.ApplicationEntryDeployer