interface - Enums
Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.
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
UNDEFINEDis a special value for identifying corrupt 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
NOTSETis a special value for identifying corrupt interfaces that were somehow created without a log level
Static variables
| Variable |
|---|
| PLANTALogLevel.DEBUG |
| PLANTALogLevel.INFO |
| PLANTALogLevel.WARNING |
| PLANTALogLevel.ERROR |
| PLANTALogLevel.NOTSET |
PLANTALogType
The PLANTALogType holds all the different types of logging PLANTA link offers
- The value is stored in Log-Typ
NOTSETis a special value for identifying corrupt interfaces that were somehow created without a log typeSTREAM_LOGGINGis not accessible from the GUI, as it is only used internally for theRegtestConfigclass
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" data item 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
- The value is stored in Filtertyp
Static variables
| Variable |
|---|
| UrlFilterType.EQUALS |
| UrlFilterType.UNEQUALS |