Package de.innovationgate.webgate.api.modules.wfengines

Examples of de.innovationgate.webgate.api.modules.wfengines.DefaultWorkflowEngineModuleDefinition


       
        // Generic content store (for WGA5 admin database showing options on database/global level)
        registry.addModuleDefinition(new GenericCSDatabaseOptions());
       
        // Workflow Engines
        registry.addModuleDefinition(new DefaultWorkflowEngineModuleDefinition());
    }
View Full Code Here

TOP

Related Classes of de.innovationgate.webgate.api.modules.wfengines.DefaultWorkflowEngineModuleDefinition

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.