org.camunda.bpm.engine.impl.migration.validation.instruction
Class ValidatingMigrationInstructions
java.lang.Object
org.camunda.bpm.engine.impl.migration.validation.instruction.ValidatingMigrationInstructions
public class ValidatingMigrationInstructions
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructions
protected List<ValidatingMigrationInstruction> instructions
instructionsBySourceScope
protected Map<ScopeImpl,List<ValidatingMigrationInstruction>> instructionsBySourceScope
instructionsByTargetScope
protected Map<ScopeImpl,List<ValidatingMigrationInstruction>> instructionsByTargetScope
ValidatingMigrationInstructions
public ValidatingMigrationInstructions(List<ValidatingMigrationInstruction> instructions)
ValidatingMigrationInstructions
public ValidatingMigrationInstructions()
addInstruction
public void addInstruction(ValidatingMigrationInstruction instruction)
indexInstruction
protected void indexInstruction(ValidatingMigrationInstruction instruction)
getInstructions
public List<ValidatingMigrationInstruction> getInstructions()
getInstructionsBySourceScope
public List<ValidatingMigrationInstruction> getInstructionsBySourceScope(ScopeImpl scope)
getInstructionsByTargetScope
public List<ValidatingMigrationInstruction> getInstructionsByTargetScope(ScopeImpl scope)
Copyright © 2016 camunda services GmbH. All rights reserved.