Class ExportActorMapping
java.lang.Object
org.bonitasoft.engine.api.impl.transaction.actor.ExportActorMapping
- All Implemented Interfaces:
TransactionContent,TransactionContentWithResult<String>
- Author:
- Matthieu Chaffotte
-
Constructor Summary
ConstructorsConstructorDescriptionExportActorMapping(ActorMappingService actorMappingService, IdentityService identityService, long processDefinitionId) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()org.bonitasoft.engine.bpm.bar.actorMapping.ActorMapping
-
Constructor Details
-
ExportActorMapping
public ExportActorMapping(ActorMappingService actorMappingService, IdentityService identityService, long processDefinitionId)
-
-
Method Details
-
execute
- Specified by:
executein interfaceTransactionContent- Throws:
SBonitaException
-
getActorMapping
public org.bonitasoft.engine.bpm.bar.actorMapping.ActorMapping getActorMapping() throws SBonitaException- Throws:
SBonitaException
-
getResult
- Specified by:
getResultin interfaceTransactionContentWithResult<String>
-