Class FailOnNoProcessAutoDeploymentStrategy

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEPLOYMENT_MODE  
      protected static org.slf4j.Logger LOGGER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deployResources​(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, org.activiti.engine.RepositoryService repositoryService)
      Performs deployment for the provided resources, using the provided name as a hint and the provided RepositoryService to perform deployment(s).
      protected java.lang.String getDeploymentMode()
      Gets the deployment mode this strategy handles.
      • Methods inherited from class java.lang.Object

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

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • FailOnNoProcessAutoDeploymentStrategy

        public FailOnNoProcessAutoDeploymentStrategy​(org.activiti.core.common.spring.project.ProjectModelService projectModelService)
    • Method Detail

      • deployResources

        public void deployResources​(java.lang.String deploymentNameHint,
                                    org.springframework.core.io.Resource[] resources,
                                    org.activiti.engine.RepositoryService repositoryService)
        Description copied from interface: AutoDeploymentStrategy
        Performs deployment for the provided resources, using the provided name as a hint and the provided RepositoryService to perform deployment(s).
        Parameters:
        deploymentNameHint - the hint for the name of deployment(s) performed
        resources - the resources to be deployed
        repositoryService - the repository service to use for deployment(s)