Customizing

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

  • UNDEFINED is 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

  • NOTSET is 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

  • NOTSET is a special value for identifying corrupt 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

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