jar

org.ow2.petals.flowable : flowable-cmmn-api

Maven & Gradle

Oct 12, 2021
3 usages
1 stars

Flowable - CMMN API

Table Of Contents

Latest Version

Download org.ow2.petals.flowable : flowable-cmmn-api JAR file - Latest Versions:

All Versions

Download org.ow2.petals.flowable : flowable-cmmn-api JAR file - All Versions:

Version Vulnerabilities Size Updated
6.4.x
6.2.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 flowable-cmmn-api-6.4.2-PETALS-0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.flowable.cmmn.api

├─ org.flowable.cmmn.api.CallbackTypes.class - [JAR]

├─ org.flowable.cmmn.api.CandidateManager.class - [JAR]

├─ org.flowable.cmmn.api.CmmnEngineConfigurationApi.class - [JAR]

├─ org.flowable.cmmn.api.CmmnHistoryService.class - [JAR]

├─ org.flowable.cmmn.api.CmmnManagementService.class - [JAR]

├─ org.flowable.cmmn.api.CmmnRepositoryService.class - [JAR]

├─ org.flowable.cmmn.api.CmmnRuntimeService.class - [JAR]

├─ org.flowable.cmmn.api.CmmnTaskService.class - [JAR]

org.flowable.cmmn.api.repository

├─ org.flowable.cmmn.api.repository.CaseDefinition.class - [JAR]

├─ org.flowable.cmmn.api.repository.CaseDefinitionQuery.class - [JAR]

├─ org.flowable.cmmn.api.repository.CmmnDeployment.class - [JAR]

├─ org.flowable.cmmn.api.repository.CmmnDeploymentBuilder.class - [JAR]

├─ org.flowable.cmmn.api.repository.CmmnDeploymentQuery.class - [JAR]

org.flowable.cmmn.api.history

├─ org.flowable.cmmn.api.history.HistoricCaseInstance.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricCaseInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricMilestoneInstance.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricMilestoneInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricPlanItemInstance.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricPlanItemInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.history.HistoricVariableInstanceQuery.class - [JAR]

org.flowable.cmmn.api.listener

├─ org.flowable.cmmn.api.listener.CaseInstanceLifecycleListener.class - [JAR]

├─ org.flowable.cmmn.api.listener.PlanItemInstanceLifecycleListener.class - [JAR]

org.flowable.cmmn.api.runtime

├─ org.flowable.cmmn.api.runtime.CaseInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.CaseInstanceBuilder.class - [JAR]

├─ org.flowable.cmmn.api.runtime.CaseInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.runtime.CaseInstanceState.class - [JAR]

├─ org.flowable.cmmn.api.runtime.ChangePlanItemStateBuilder.class - [JAR]

├─ org.flowable.cmmn.api.runtime.GenericEventListenerInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.GenericEventListenerInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.runtime.MilestoneInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.MilestoneInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.runtime.PlanItemDefinitionType.class - [JAR]

├─ org.flowable.cmmn.api.runtime.PlanItemInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.PlanItemInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.runtime.PlanItemInstanceState.class - [JAR]

├─ org.flowable.cmmn.api.runtime.PlanItemInstanceTransitionBuilder.class - [JAR]

├─ org.flowable.cmmn.api.runtime.SignalEventListenerInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.SignalEventListenerInstanceQuery.class - [JAR]

├─ org.flowable.cmmn.api.runtime.UserEventListenerInstance.class - [JAR]

├─ org.flowable.cmmn.api.runtime.UserEventListenerInstanceQuery.class - [JAR]

org.flowable.cmmn.api.delegate

├─ org.flowable.cmmn.api.delegate.DelegatePlanItemInstance.class - [JAR]

├─ org.flowable.cmmn.api.delegate.PlanItemJavaDelegate.class - [JAR]

Advertisement