Class ImportActorMapping
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.transaction.actor.ImportActorMapping
-
public class ImportActorMapping extends java.lang.Object- Author:
- Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description ImportActorMapping(ActorMappingService actorMappingService, IdentityService identityService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.bonitasoft.engine.bpm.bar.actorMapping.ActorMapping actorMapping, long processDefinitionId)voidimportActorMappingFromXml(java.lang.String xmlContent, long processDefinitionId)
-
-
-
Constructor Detail
-
ImportActorMapping
public ImportActorMapping(ActorMappingService actorMappingService, IdentityService identityService)
-
-
Method Detail
-
importActorMappingFromXml
public void importActorMappingFromXml(java.lang.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
-
-