@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConnectorCapabilities
Modifier and Type | Optional Element and Description |
---|---|
boolean |
canFetch
Does the connector support fetching and returning the documents ?
|
boolean |
isReentrant
Enable a Connector to be scanned simultaneously with different scan modes
|
ScanModeDefinition[] |
scanModes
List of supported rescan modes.
|
ConnectorCapabilities.Workflow |
workflow
What is the main workflow of the connector ?
- Successive "scans" of the data source ?
- Continuously working (listening for events)
|
public abstract ConnectorCapabilities.Workflow workflow
public abstract ScanModeDefinition[] scanModes
Copyright © 2021 Dassault Systèmes, All Rights Reserved.