Class ImportActorMapping
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.actor.ImportActorMapping
- Author:
- Matthieu Chaffotte
-
Constructor Summary
ConstructorsConstructorDescriptionImportActorMapping(ActorMappingService actorMappingService, IdentityService identityService) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.bonitasoft.engine.bpm.bar.actorMapping.ActorMapping actorMapping, long processDefinitionId) voidimportActorMappingFromXml(String xmlContent, long processDefinitionId)
-
Constructor Details
-
ImportActorMapping
-
-
Method Details
-
importActorMappingFromXml
public void importActorMappingFromXml(String xmlContent, long processDefinitionId) throws SBonitaException - Throws:
SBonitaException
-
execute
public void execute(org.bonitasoft.engine.bpm.bar.actorMapping.ActorMapping actorMapping, long processDefinitionId) throws SBonitaException - Throws:
SBonitaException
-