Class DefaultAutoDeploymentStrategy

    • 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

      • DEPLOYMENT_MODE

        public static final java.lang.String DEPLOYMENT_MODE
        The deployment mode this strategy handles.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultAutoDeploymentStrategy

        public DefaultAutoDeploymentStrategy()
    • 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)