public interface StepDefinitionConverter<U extends StepDefinition,T>
A class that is responsible for converting a single StepDefinition
to
all required artifacts needed.
Please note that StepDefinitionConverter
instances are reused and
should be state-less.
Modifier and Type | Method and Description |
---|---|
T |
convertStepDefinition(StepDefinition stepDefinition,
WorkflowDefinitionConversion conversion)
Convert given
StepDefinition to correct artifacts and adds them to
process, models and forms. |
Class<? extends StepDefinition> |
getHandledClass() |
Class<? extends StepDefinition> getHandledClass()
T convertStepDefinition(StepDefinition stepDefinition, WorkflowDefinitionConversion conversion)
StepDefinition
to correct artifacts and adds them to
process, models and forms.stepDefinition
- the StepDefinition
conversion
- The conversion which is calling this step converter.Copyright © 2016 Alfresco. All rights reserved.