public interface BusinessArchiveArtifactManager
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
checkResolution(SProcessDefinition processDefinition) |
void |
delete(SProcessDefinition processDefinition) |
boolean |
deploy(BusinessArchive businessArchive,
SProcessDefinition processDefinition)
deploy a dedicated part of the process
e.g.
|
void |
exportToBusinessArchive(long processDefinitionId,
BusinessArchiveBuilder businessArchiveBuilder) |
boolean deploy(BusinessArchive businessArchive, SProcessDefinition processDefinition) throws BonitaException, org.bonitasoft.engine.commons.exceptions.SBonitaException
businessArchive - the business archive containing the dependencyprocessDefinition - the process definitionBonitaExceptionorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionList<Problem> checkResolution(SProcessDefinition processDefinition)
processDefinition - the process definitionvoid delete(SProcessDefinition processDefinition) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException, org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.recorder.SRecorderException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionorg.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.recorder.SRecorderExceptionvoid exportToBusinessArchive(long processDefinitionId,
BusinessArchiveBuilder businessArchiveBuilder)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.