interface - Enums
This topic discusses the enums used in the PLANTA
link API.
Classes
MappingType
The
MappingType holds all possible types of mappings that exist.
- The value is stored in Mapping-Element-Typ
-
UNDEFINED is a special value for identifying corrupted mappings that were somehow created without a mapping type
Static variables
| Variable |
| MappingType.UNDEFINED |
| MappingType.SOURCE |
| MappingType.POOL |
| MappingType.TARGET |
| MappingType.ENRICHER |
| MappingType.CONVERTER |
| MappingType.VALIDATOR |
PlantaLogLevel
The
PlantaLogLevel holds all the log levels a PLANTA
link interface can be set to
- The value is stored in Log-Level
-
NOTSET is a special value for identifying corrupted interfaces that were somehow created without a log level
Static variables
| Variable |
| PlantaLogLevel.DEBUG |
| PlantaLogLevel.INFO |
| PlantaLogLevel.WARNING |
| PlantaLogLevel.ERROR |
| PlantaLogLevel.NOTSET |
| PlantaLogLevel.DISABLED |
PlantaLogType
The
PlantaLogType holds all the different types of logging PLANTA
link offers
- The value is stored in Log-Typ
-
NOTSET is a special value for identifying corrupted interfaces that were somehow created without a log type
-
STREAM_LOGGING is not accessible from the GUI, as it is only used internally for the RegtestConfig class
Static variables
| Variable |
| PlantaLogType.PLANTA_LOGGING |
| PlantaLogType.FILE_LOGGING |
| PlantaLogType.NOTSET |
| PlantaLogType.STREAM_LOGGING |
TransferState
The
TransferState holds the different states a pool record can be in
- The value is stored in the "status" dataitem of a pool table
Static variables
| Variable |
| TransferState.TRANSFER_PENDING |
| TransferState.TRANSFER_FAILED |
| TransferState.TRANSFER_SUCCESSFUL |
UrlFilterType
The
UrlFilterType holds the different types of filters that can be applied from a url in a web interface
Static variables
| Variable |
| UrlFilterType.EQUALS |
| UrlFilterType.UNEQUALS |