org.eclipse.stardust.engine.api.runtime
Interface DataValueConverter


public interface DataValueConverter

User provided class that allows custom conversion of data values during process spawning.

Author:
Florin.Herinean

Method Summary
 Set<String> convertDataValues(org.eclipse.stardust.engine.api.runtime.DataValueProvider provider)
          Callback method to convert data values during process spawning.
 

Method Detail

convertDataValues

Set<String> convertDataValues(org.eclipse.stardust.engine.api.runtime.DataValueProvider provider)
Callback method to convert data values during process spawning.

Parameters:
provider - a utility class that allows manipulation of data values.
Returns:
a set of data ids that should be excluded from copying if the process was spawned with copy all data flag.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.