org.camunda.bpm.engine.impl.migration.instance.parser
Class IncidentInstanceHandler

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.instance.parser.IncidentInstanceHandler
All Implemented Interfaces:
MigratingInstanceParseHandler<IncidentEntity>

public class IncidentInstanceHandler
extends Object
implements MigratingInstanceParseHandler<IncidentEntity>

Author:
Thorben Lindhauer

Constructor Summary
IncidentInstanceHandler()
           
 
Method Summary
 void handle(MigratingInstanceParseContext parseContext, IncidentEntity incident)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncidentInstanceHandler

public IncidentInstanceHandler()
Method Detail

handle

public void handle(MigratingInstanceParseContext parseContext,
                   IncidentEntity incident)
Specified by:
handle in interface MigratingInstanceParseHandler<IncidentEntity>


Copyright © 2016 camunda services GmbH. All rights reserved.