public class NotifyChildFinishedWork extends TenantAwareBonitaWork
TENANT_ACCESSORtenantId| Modifier and Type | Method and Description |
|---|---|
protected ClassLoader |
getClassLoader(Map<String,Object> context) |
String |
getDescription() |
String |
getRecoveryProcedure() |
void |
handleFailure(Exception e,
Map<String,Object> context) |
String |
toString() |
void |
work(Map<String,Object> context)
Execution code of the work
|
getTenantAccessorequals, getParent, getTenantId, getUuid, hashCode, setParent, setTenantIdprotected ClassLoader getClassLoader(Map<String,Object> context) throws org.bonitasoft.engine.commons.exceptions.SBonitaException
org.bonitasoft.engine.commons.exceptions.SBonitaExceptionpublic void work(Map<String,Object> context) throws Exception
BonitaWorkwork in class BonitaWorkcontext - a map of context that can be filled by a work to be given to a wrapped workExceptionpublic String getDescription()
getDescription in class BonitaWorkpublic void handleFailure(Exception e, Map<String,Object> context) throws Exception
handleFailure in class BonitaWorkExceptionpublic String getRecoveryProcedure()
getRecoveryProcedure in class BonitaWorkCopyright © 2018 Bonitasoft S.A.. All rights reserved.