E
- the transformation engine typepublic interface InstanceHandler<E extends TransformationEngine>
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
partitionInstances(InstanceCollection instances,
String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
Map<String,String> executionParameters,
TransformationLog log)
Partition the given instances.
|
ResourceIterator<FamilyInstance> partitionInstances(InstanceCollection instances, String transformationIdentifier, E engine, com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters, Map<String,String> executionParameters, TransformationLog log) throws TransformationException
instances
- the instancestransformationIdentifier
- the transformation function identifierengine
- the transformation engine that may be used for the function
executiontransformationParameters
- the transformation parameters, may be
null
executionParameters
- additional parameters for the execution, may
be null
log
- the transformation log to report any information about the
execution of the transformation toTransformationException
- if an unrecoverable error occurs during
transformationBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a