jar

org.cxbox : cxbox-starter-workflow-core

Maven & Gradle

Nov 02, 2023
4 stars

IO Cxbox - Workflow Impl · Java framework designed for creating Enterprise Rich Web Applications

Table Of Contents

Latest Version

Download org.cxbox : cxbox-starter-workflow-core JAR file - Latest Versions:

All Versions

Download org.cxbox : cxbox-starter-workflow-core JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cxbox-starter-workflow-core-3.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cxbox.engine.workflow

├─ org.cxbox.engine.workflow.SpringConfiguration.class - [JAR]

org.cxbox.engine.workflow.condition

├─ org.cxbox.engine.workflow.condition.AlwaysFalse.class - [JAR]

├─ org.cxbox.engine.workflow.condition.UnsupportedConditionChecker.class - [JAR]

org.cxbox.engine.workflow.function

├─ org.cxbox.engine.workflow.function.PostFunctionAssignPrevious.class - [JAR]

├─ org.cxbox.engine.workflow.function.UnsupportedPostFunction.class - [JAR]

org.cxbox.engine.workflow.services

├─ org.cxbox.engine.workflow.services.AssigneeRecommender.class - [JAR]

├─ org.cxbox.engine.workflow.services.ConditionCheck.class - [JAR]

├─ org.cxbox.engine.workflow.services.ExecuteBackgroundWorkflowTransitionService.class - [JAR]

├─ org.cxbox.engine.workflow.services.PostFunctionExecute.class - [JAR]

├─ org.cxbox.engine.workflow.services.PreInvoker.class - [JAR]

├─ org.cxbox.engine.workflow.services.TransitionCheck.class - [JAR]

├─ org.cxbox.engine.workflow.services.TransitionInvoke.class - [JAR]

├─ org.cxbox.engine.workflow.services.TransitionValidate.class - [JAR]

├─ org.cxbox.engine.workflow.services.WorkflowAdministrationBcDisabler.class - [JAR]

├─ org.cxbox.engine.workflow.services.WorkflowEngineImpl.class - [JAR]

├─ org.cxbox.engine.workflow.services.WorkflowStepTermServiceImpl.class - [JAR]

├─ org.cxbox.engine.workflow.services.WorkflowTaskChildBcDisabler.class - [JAR]

org.cxbox.engine.workflow.validation

├─ org.cxbox.engine.workflow.validation.UnsupportedValidator.class - [JAR]

org.cxbox.engine.workflow.dao

├─ org.cxbox.engine.workflow.dao.WorkflowDaoImpl.class - [JAR]

org.cxbox.engine.workflow.recommendation

├─ org.cxbox.engine.workflow.recommendation.UnsupportedRecommendation.class - [JAR]

org.cxbox.engine.workflow.cache

├─ org.cxbox.engine.workflow.cache.WorkflowCache.class - [JAR]

org.cxbox.engine.workflow.preinvoke

├─ org.cxbox.engine.workflow.preinvoke.AlwaysPreInvoke.class - [JAR]

Advertisement