Interface PipelineOperationFactory
-
- All Superinterfaces:
MetadataFactory<PipelineOperation>
public interface PipelineOperationFactory extends MetadataFactory<PipelineOperation>
Фабрика операций по сборке метаданных в конвеере
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineOperation<?,?>produce(PipelineOperationType type)Получить операцию по сборке метаданных в конвеере по её типу-
Methods inherited from interface net.n2oapp.framework.api.factory.MetadataFactory
add
-
-
-
-
Method Detail
-
produce
PipelineOperation<?,?> produce(PipelineOperationType type)
Получить операцию по сборке метаданных в конвеере по её типу- Parameters:
type- Тип операции- Returns:
- Операция
-
-