public interface WorkflowDefinitionConversionListener
WorkflowDefinitionConversion.
Instances of this class can be added to a WorkflowDefinitionConversionFactory
and the specific methods will be called during the conversion.DefaultWorkflowDefinitionConversionListener| Modifier and Type | Method and Description |
|---|---|
void |
afterStepsConversion(WorkflowDefinitionConversion conversion)
Called when the
WorkflowDefinitionConversion has called all
StepDefinitionConverter that were added to the WorkflowDefinitionConversionFactory. |
void |
beforeStepsConversion(WorkflowDefinitionConversion conversion)
Called when the
WorkflowDefinitionConversion is initialized,
but nothing has been converted yet. |
void beforeStepsConversion(WorkflowDefinitionConversion conversion)
WorkflowDefinitionConversion is initialized,
but nothing has been converted yet.void afterStepsConversion(WorkflowDefinitionConversion conversion)
WorkflowDefinitionConversion has called all
StepDefinitionConverter that were added to the WorkflowDefinitionConversionFactory.Copyright © 2016 Alfresco. All rights reserved.