org.camunda.bpm.engine.impl.migration.instance.parser
Interface MigratingDependentInstanceParseHandler<S,T>

All Known Implementing Classes:
ActivityInstanceJobHandler, EventSubscriptionInstanceHandler, TransitionInstanceJobHandler, VariableInstanceHandler

public interface MigratingDependentInstanceParseHandler<S,T>

Author:
Thorben Lindhauer

Method Summary
 void handle(MigratingInstanceParseContext parseContext, S owningInstance, T element)
           
 

Method Detail

handle

void handle(MigratingInstanceParseContext parseContext,
            S owningInstance,
            T element)


Copyright © 2017 camunda services GmbH. All rights reserved.