Uses of Annotation Interface
org.frankframework.configuration.ConfigurationWarning
Packages that use ConfigurationWarning
Package
Description
-
Uses of ConfigurationWarning in org.frankframework.compression
Methods in org.frankframework.compression with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
ZipWriterPipe.setZipWriterHandle
(String string) Deprecated, for removal: This API element is subject to removal in a future version.void
ZipWriterSender.setZipWriterHandle
(String string) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationWarning in org.frankframework.core
Methods in org.frankframework.core with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
PipeLine.setAdapterToRunBeforeOnEmptyInput
(String s) Deprecated.void
TransactionAttributes.setTransacted
(boolean transacted) Deprecated. -
Uses of ConfigurationWarning in org.frankframework.http
Methods in org.frankframework.http with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
AbstractHttpSession.setAuthDomain
(String string) Deprecated.void
AbstractHttpSession.setAuthenticatedTokenRequest
(boolean authenticatedTokenRequest) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationWarning in org.frankframework.jdbc
Classes in org.frankframework.jdbc with annotations of type ConfigurationWarningModifier and TypeClassDescriptionclass
DummyTransactionalStorage<S extends Serializable>
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.frankframework.jdbc with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
JdbcTransactionalStorage.setCreateTable
(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.void
JdbcFacade.setJmsRealm
(String jmsRealmName) Deprecated, for removal: This API element is subject to removal in a future version.void
JdbcIteratingPipeBase.setJmsRealm
(String jmsRealmName) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationWarning in org.frankframework.jms
Methods in org.frankframework.jms with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
AbstractJmsMessageBrowser.setTimeOut
(long newTimeOut) Deprecated. -
Uses of ConfigurationWarning in org.frankframework.parameters
Methods in org.frankframework.parameters with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
DateParameter.setType
(ParameterType type) Deprecated.void
XmlParameter.setType
(ParameterType type) Deprecated. -
Uses of ConfigurationWarning in org.frankframework.pipes
Classes in org.frankframework.pipes with annotations of type ConfigurationWarningModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.please use theHashPipe
class
Deprecated.Methods in org.frankframework.pipes with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
Json2XmlValidator.setAcceptNamespaceLessXml
(boolean acceptNamespacelessXml) Deprecated.void
UnzipPipe.setCheckDirectory
(boolean checkDirectory) Deprecated.void
UnzipPipe.setCreateSubDirectories
(boolean b) Deprecated.void
UnzipPipe.setDeleteOnExit
(boolean b) Deprecated.void
IfPipe.setElseForwardName
(String elseForwardName) Deprecated, for removal: This API element is subject to removal in a future version.void
CompressPipe.setFilenamePattern
(String string) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setFilenameSessionKey
(String filenameSessionKey) Deprecated, for removal: This API element is subject to removal in a future version.void
AbstractValidator.setForwardFailureToSuccess
(boolean b) Deprecated.void
CompressPipe.setOutputDirectory
(String string) Deprecated, for removal: This API element is subject to removal in a future version.void
UnzipPipe.setProcessFile
(boolean b) Deprecated.void
Json2XmlValidator.setProduceNamespaceLessXml
(boolean produceNamespacelessXml) Deprecated.void
Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setReplaceFixedParams
(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setReplaceFrom
(String replaceFrom) Deprecated, for removal: This API element is subject to removal in a future version.void
ReplacerPipe.setReplaceNonXmlChar
(String replaceNonXmlChar) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setReplaceTo
(String replaceTo) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setReturnString
(String returnString) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setStyleSheetName
(String styleSheetName) Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setSubstituteVars
(boolean substitute) Deprecated, for removal: This API element is subject to removal in a future version.void
IfPipe.setThenForwardName
(String thenForwardName) Deprecated, for removal: This API element is subject to removal in a future version.void
ExceptionPipe.setThrowException
(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.void
MessageSendingPipe.setTimeOutOnResult
(String string) Deprecated.useMessageSendingPipe.setTimeoutOnResult(String)
insteadvoid
Deprecated, for removal: This API element is subject to removal in a future version.void
FixedResultPipe.setUseOldSubstitutionStartDelimiter
(boolean old) Deprecated, for removal: This API element is subject to removal in a future version.void
PasswordGeneratorPipe.setUseSecureRandom
(boolean b) Deprecated, for removal: This API element is subject to removal in a future version.the current implementation always uses SecureRandom.void
CompressPipe.setZipEntryPattern
(String string) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationWarning in org.frankframework.receivers
Methods in org.frankframework.receivers with annotations of type ConfigurationWarningModifier and TypeMethodDescriptionvoid
Receiver.setMaxDeliveries
(Integer i) Deprecated, for removal: This API element is subject to removal in a future version.void
Receiver.setReturnedSessionKeys
(String string) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationWarning in org.frankframework.scheduler.job
Classes in org.frankframework.scheduler.job with annotations of type ConfigurationWarningModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractJmsMessageBrowser.setTimeout(long)
instead