Class InvoiceProcessApplication

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.ServletContextListener, ProcessApplicationInterface

    public class InvoiceProcessApplication
    extends ServletProcessApplication
    Process Application exposing this application's resources the process engine.
    • Constructor Detail

      • InvoiceProcessApplication

        public InvoiceProcessApplication()
    • Method Detail

      • startFirstProcess

        public void startFirstProcess​(ProcessEngine processEngine)
        In a @PostDeploy Hook you can interact with the process engine and access the processes the application has deployed.
      • createDeployment

        public void createDeployment​(java.lang.String processArchiveName,
                                     ProcessEngine processEngine,
                                     java.lang.ClassLoader classLoader)
      • isProcessDeployed

        protected boolean isProcessDeployed​(RepositoryService repositoryService,
                                            java.lang.String key)