Class DocumentDefinitionDeployer

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

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

      • DocumentDefinitionDeployer

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

        protected DocumentDefinitionEntity getPersistedInstanceOfDocumentDefinition​(java.lang.String key,
                                                                                    java.lang.String deploymentId,
                                                                                    java.lang.String tenantId)