All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.engine.impl.cmd.DeploymentSettings Maven / Gradle / Ivy

The newest version!
package org.activiti.engine.impl.cmd;

/**
 * @author Joram Barrez
 */
public interface DeploymentSettings {
	
	String IS_BPMN20_XSD_VALIDATION_ENABLED = "isBpmn20XsdValidationEnabled";
	
	String IS_PROCESS_VALIDATION_ENABLED = "isProcessValidationEnabled";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy