| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.bar |
Contains classes and interfaces related to the Java representation of a
business archive (*.bar) |
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl | |
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
DesignProcessDefinition |
ProcessManagementAPI.getDesignProcessDefinition(long processDefinitionId)
Returns a specific process definition that include informations such as tasks definition, actors...
|
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinition |
ProcessManagementAPI.deploy(DesignProcessDefinition designProcessDefinition)
Deploys a simple
DesignProcessDefinition (without any dependencies). |
ProcessDefinition |
ProcessManagementAPI.deployAndEnableProcess(DesignProcessDefinition designProcessDefinition)
Deploys, enables and returns a process.
|
| Modifier and Type | Method and Description |
|---|---|
DesignProcessDefinition |
ProcessDefinitionBARContribution.convertXmlToProcess(String content) |
DesignProcessDefinition |
ProcessDefinitionBARContribution.deserializeProcessDefinition(File file) |
DesignProcessDefinition |
BusinessArchive.getProcessDefinition()
Retrieves the related
DesignProcessDefinition |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessDefinitionBARContribution.checkProcessInfos(File barFolder,
DesignProcessDefinition processDefinition) |
String |
ProcessDefinitionBARContribution.convertProcessToXml(DesignProcessDefinition processDefinition) |
protected String |
ProcessDefinitionBARContribution.generateInfosFromDefinition(DesignProcessDefinition processDefinition) |
void |
ProcessDefinitionBARContribution.serializeProcessDefinition(File barFolder,
DesignProcessDefinition processDefinition) |
BusinessArchiveBuilder |
BusinessArchiveBuilder.setProcessDefinition(DesignProcessDefinition processDefinition)
Set the process definition of the
BusinessArchive that is currently build |
void |
BusinessArchive.setProcessDefinition(DesignProcessDefinition processDefinition)
Defines the related
DesignProcessDefinition |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelFinderVisitor.find(DesignProcessDefinition designProcessDefinition,
long modelId) |
| Modifier and Type | Method and Description |
|---|---|
DesignProcessDefinition |
ProcessDefinitionBuilder.done()
Validates the process consistency and return it
|
DesignProcessDefinition |
ProcessDefinitionBuilder.getProcess()
Validates the process consistency and return it
|
DesignProcessDefinition |
FlowElementContainerBuilder.getProcess()
Validates the process consistency and return it
|
| Modifier and Type | Class and Description |
|---|---|
class |
DesignProcessDefinitionImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionFinder.find(DesignProcessDefinition designProcessDefinition,
long expressionDefinitionId) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.