public interface BusinessArchiveArtifactManager
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.bpm.process.Problem> |
checkResolution(SProcessDefinition processDefinition) |
void |
delete(SProcessDefinition processDefinition) |
boolean |
deploy(org.bonitasoft.engine.bpm.bar.BusinessArchive businessArchive,
SProcessDefinition processDefinition)
deploy a dedicated part of the process
e.g.
|
void |
exportToBusinessArchive(long processDefinitionId,
org.bonitasoft.engine.bpm.bar.BusinessArchiveBuilder businessArchiveBuilder) |
boolean deploy(org.bonitasoft.engine.bpm.bar.BusinessArchive businessArchive,
SProcessDefinition processDefinition)
throws org.bonitasoft.engine.exception.BonitaException,
SBonitaException
businessArchive - the business archive containing the dependencyprocessDefinition - the process definitionorg.bonitasoft.engine.exception.BonitaExceptionSBonitaExceptionjava.util.List<org.bonitasoft.engine.bpm.process.Problem> checkResolution(SProcessDefinition processDefinition)
processDefinition - the process definitionvoid delete(SProcessDefinition processDefinition) throws SObjectModificationException, SBonitaReadException, SRecorderException
void exportToBusinessArchive(long processDefinitionId,
org.bonitasoft.engine.bpm.bar.BusinessArchiveBuilder businessArchiveBuilder)
throws SBonitaException
SBonitaException