Package org.bonitasoft.engine.synchro
Class ProcessInstanceHandler
- java.lang.Object
-
- org.bonitasoft.engine.synchro.AbstractUpdateHandler
-
- org.bonitasoft.engine.synchro.ProcessInstanceHandler
-
public class ProcessInstanceHandler extends AbstractUpdateHandler
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessInstanceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.io.Serializable>getEvent(SEvent sEvent)java.lang.StringgetIdentifier()Returns a unique identifier for each instance of the HandlerbooleanisInterested(SEvent event)Precise if the current Handler is interested by the given event.-
Methods inherited from class org.bonitasoft.engine.synchro.AbstractUpdateHandler
execute, getSynchronization
-
-
-
-
Method Detail
-
getEvent
protected java.util.Map<java.lang.String,java.io.Serializable> getEvent(SEvent sEvent)
- Specified by:
getEventin classAbstractUpdateHandler
-
isInterested
public boolean isInterested(SEvent event)
Description copied from interface:SHandlerPrecise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method.
-
getIdentifier
public java.lang.String getIdentifier()
Description copied from interface:SHandlerReturns a unique identifier for each instance of the Handler
-
-