public class ActorBusinessArchiveArtifactManager extends Object implements BusinessArchiveArtifactManager
| Constructor and Description |
|---|
ActorBusinessArchiveArtifactManager(org.bonitasoft.engine.actor.mapping.ActorMappingService actorMappingService,
IdentityService identityService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService technicalLoggerService) |
| Modifier and Type | Method and Description |
|---|---|
List<Problem> |
checkResolution(org.bonitasoft.engine.actor.mapping.ActorMappingService actorMappingService,
long processDefinitionId) |
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) |
public ActorBusinessArchiveArtifactManager(org.bonitasoft.engine.actor.mapping.ActorMappingService actorMappingService,
IdentityService identityService,
org.bonitasoft.engine.log.technical.TechnicalLoggerService technicalLoggerService)
public boolean deploy(BusinessArchive businessArchive, SProcessDefinition processDefinition) throws ActorMappingImportException
BusinessArchiveArtifactManagerdeploy in interface BusinessArchiveArtifactManagerbusinessArchive - the business archive containing the dependencyprocessDefinition - the process definitionActorMappingImportExceptionpublic List<Problem> checkResolution(SProcessDefinition processDefinition)
checkResolution in interface BusinessArchiveArtifactManagerprocessDefinition - the process definitionpublic void delete(SProcessDefinition processDefinition) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
delete in interface BusinessArchiveArtifactManagerorg.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionpublic void exportToBusinessArchive(long processDefinitionId,
BusinessArchiveBuilder businessArchiveBuilder)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
exportToBusinessArchive in interface BusinessArchiveArtifactManagerorg.bonitasoft.engine.commons.exceptions.SBonitaExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.