Skip navigation links
A C D F G I M O P R S V W 

A

AbstractReadWriteStrategy - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
 
AbstractReadWriteStrategy() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.AbstractReadWriteStrategy
 

C

Conversion - Interface in org.camunda.bpm.extension.migration.plan.step.variable
Defines how a variable's type and value are converted.

D

DeleteStrategy - Interface in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A DeleteStrategy defines how a VariableDeleteStep removes variables.
DeploymentSpec - Class in org.camunda.bpm.extension.migration.plan
 
DeploymentSpec() - Constructor for class org.camunda.bpm.extension.migration.plan.DeploymentSpec
 

F

find(ProcessDefinitionSpec) - Method in class org.camunda.bpm.extension.migration.ProcessDefinitionFinder
 

G

getRuntimeService(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.AbstractReadWriteStrategy
 
getTaskId(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.AbstractReadWriteStrategy
 
getTaskService(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.AbstractReadWriteStrategy
 

I

ID - Static variable in interface org.camunda.bpm.extension.migration.plan.step.variable.Conversion
 

M

migrate(MigrationPlan) - Method in class org.camunda.bpm.extension.migration.Migrator
 
MigrationPlan - Class in org.camunda.bpm.extension.migration.plan
 
MigrationPlan() - Constructor for class org.camunda.bpm.extension.migration.plan.MigrationPlan
 
MigrationPlanFactory - Interface in org.camunda.bpm.extension.migration.plan.step.model
 
Migrator - Class in org.camunda.bpm.extension.migration
 
Migrator(ProcessEngine) - Constructor for class org.camunda.bpm.extension.migration.Migrator
 
ModelStep - Class in org.camunda.bpm.extension.migration.plan.step.model
Executes a Camunda built-in migration plan.
ModelStep() - Constructor for class org.camunda.bpm.extension.migration.plan.step.model.ModelStep
 

O

org.camunda.bpm.extension.migration - package org.camunda.bpm.extension.migration
 
org.camunda.bpm.extension.migration.plan - package org.camunda.bpm.extension.migration.plan
 
org.camunda.bpm.extension.migration.plan.step - package org.camunda.bpm.extension.migration.plan.step
 
org.camunda.bpm.extension.migration.plan.step.model - package org.camunda.bpm.extension.migration.plan.step.model
 
org.camunda.bpm.extension.migration.plan.step.variable - package org.camunda.bpm.extension.migration.plan.step.variable
 
org.camunda.bpm.extension.migration.plan.step.variable.strategy - package org.camunda.bpm.extension.migration.plan.step.variable.strategy
 

P

perform(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.model.ModelStep
 
perform(StepExecutionContext) - Method in interface org.camunda.bpm.extension.migration.plan.step.Step
Perform changes to the process instance.
perform(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.VariableDeleteStep
 
perform(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.VariableStep
 
prepare(StepExecutionContext) - Method in interface org.camunda.bpm.extension.migration.plan.step.Step
Prepare this step before changes are applied.
prepare(StepExecutionContext) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.VariableStep
 
ProcessDefinitionFinder - Class in org.camunda.bpm.extension.migration
 
ProcessDefinitionFinder(RepositoryService) - Constructor for class org.camunda.bpm.extension.migration.ProcessDefinitionFinder
 
ProcessDefinitionSpec - Class in org.camunda.bpm.extension.migration.plan
 
ProcessDefinitionSpec() - Constructor for class org.camunda.bpm.extension.migration.plan.ProcessDefinitionSpec
 

R

read(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadConstantValue
 
read(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadProcessVariable
 
read(StepExecutionContext, String) - Method in interface org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadStrategy
Returns the TypedValue of the variable variableName.
read(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadTaskVariable
 
ReadConstantValue - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
 
ReadConstantValue() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadConstantValue
 
ReadProcessVariable - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A ReadStrategy that reads a process variable.
ReadProcessVariable() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadProcessVariable
 
ReadStrategy - Interface in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A ReadStrategy defines how a VariableStep reads values and removes variables (used with renaming only).
ReadTaskVariable - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A ReadStrategy that reads a task variable.
ReadTaskVariable() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadTaskVariable
 
remove(StepExecutionContext, String) - Method in interface org.camunda.bpm.extension.migration.plan.step.variable.strategy.DeleteStrategy
Removes a variable.
remove(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadConstantValue
 
remove(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadProcessVariable
 
remove(StepExecutionContext, String) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.ReadTaskVariable
 

S

Step - Interface in org.camunda.bpm.extension.migration.plan.step
 
StepExecutionContext - Class in org.camunda.bpm.extension.migration.plan.step
 
StepExecutionContext() - Constructor for class org.camunda.bpm.extension.migration.plan.step.StepExecutionContext
 

V

VariableDeleteStep - Class in org.camunda.bpm.extension.migration.plan.step.variable
Deletes a variable.
VariableDeleteStep() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.VariableDeleteStep
 
VariableStep - Class in org.camunda.bpm.extension.migration.plan.step.variable
Advanced operations on variables.

W

write(StepExecutionContext, String, TypedValue) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.WriteProcessVariable
 
write(StepExecutionContext, String, TypedValue) - Method in interface org.camunda.bpm.extension.migration.plan.step.variable.strategy.WriteStrategy
Writes a variable named variableName with value value.
write(StepExecutionContext, String, TypedValue) - Method in class org.camunda.bpm.extension.migration.plan.step.variable.strategy.WriteTaskVariable
 
WriteProcessVariable - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A WriteStrategy that writes a process variable.
WriteProcessVariable() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.WriteProcessVariable
 
WriteStrategy - Interface in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A WriteStrategy defines how a VariableStep writes variables.
WriteTaskVariable - Class in org.camunda.bpm.extension.migration.plan.step.variable.strategy
A WriteStrategy that writes a task variable.
WriteTaskVariable() - Constructor for class org.camunda.bpm.extension.migration.plan.step.variable.strategy.WriteTaskVariable
 
A C D F G I M O P R S V W 
Skip navigation links

Copyright © 2017 camunda services GmbH. All rights reserved.