Package io.anyline.plugin.config
Class ViewPluginCompositeConfig
-
- All Implemented Interfaces:
public class ViewPluginCompositeConfigSchema for SDK ViewPlugin Configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumViewPluginCompositeConfig.ProcessingModeThe processing mode of the workflow (parallel, sequential, parallelFirstScan).
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic ViewPluginCompositeConfig.ProcessingModeprocessingModepublic List<ViewPlugin>viewPlugins
-
Constructor Summary
Constructors Constructor Description ViewPluginCompositeConfig()
-
Method Summary
Modifier and Type Method Description StringgetId()The ID (name) of the workflow. voidsetId(String id)The ID (name) of the workflow. ViewPluginCompositeConfig.ProcessingModegetProcessingMode()The processing mode of the workflow (parallel, sequential, parallelFirstScan). voidsetProcessingMode(ViewPluginCompositeConfig.ProcessingMode processingMode)The processing mode of the workflow (parallel, sequential, parallelFirstScan). List<ViewPlugin>getViewPlugins()The ordered list of viewPlugins, each as JSON object with a given viewPluginConfig. voidsetViewPlugins(List<ViewPlugin> viewPlugins)The ordered list of viewPlugins, each as JSON object with a given viewPluginConfig. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getProcessingMode
ViewPluginCompositeConfig.ProcessingMode getProcessingMode()
The processing mode of the workflow (parallel, sequential, parallelFirstScan). (Required)
-
setProcessingMode
void setProcessingMode(ViewPluginCompositeConfig.ProcessingMode processingMode)
The processing mode of the workflow (parallel, sequential, parallelFirstScan). (Required)
-
getViewPlugins
List<ViewPlugin> getViewPlugins()
The ordered list of viewPlugins, each as JSON object with a given viewPluginConfig. (Required)
-
setViewPlugins
void setViewPlugins(List<ViewPlugin> viewPlugins)
The ordered list of viewPlugins, each as JSON object with a given viewPluginConfig. (Required)
-
hashCode
int hashCode()
-
-
-
-