Class PolicyDeployer

  • All Implemented Interfaces:
    org.flowable.common.engine.impl.EngineDeployer

    public class PolicyDeployer
    extends java.lang.Object
    implements org.flowable.common.engine.impl.EngineDeployer
    Author:
    Tijs Rademakers
    • Constructor Summary

      Constructors 
      Constructor Description
      PolicyDeployer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deploy​(org.flowable.common.engine.api.repository.EngineDeployment deployment, java.util.Map<java.lang.String,​java.lang.Object> deploymentSettings)  
      • Methods inherited from class java.lang.Object

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

      • PolicyDeployer

        public PolicyDeployer()
    • Method Detail

      • deploy

        public void deploy​(org.flowable.common.engine.api.repository.EngineDeployment deployment,
                           java.util.Map<java.lang.String,​java.lang.Object> deploymentSettings)
        Specified by:
        deploy in interface org.flowable.common.engine.impl.EngineDeployer