Class GeneralTransportConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralTransportConfigurationType
- All Implemented Interfaces:
Containerable
,Freezable
,ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
CustomTransportConfigurationType
,FileTransportConfigurationType
,MailTransportConfigurationType
,SmsTransportConfigurationType
Configuration that is common to all transport configurations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
AbstractMutableContainerable.Any
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
ContainerablePrismBinding.ContainerableList<T extends Containerable>, ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final Producer<GeneralTransportConfigurationType>
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionclone()
<X> X
end()
boolean
getDebug()
getName()
isDebug()
redirectToFile
(String value) void
void
setLogToFile
(String value) void
void
void
void
setRedirectToFile
(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
Field Details
-
COMPLEX_TYPE
-
F_NAME
-
F_REDIRECT_TO_FILE
-
F_LOG_TO_FILE
-
F_BLACK_LIST
-
F_WHITE_LIST
-
F_RECIPIENT_FILTER_EXPRESSION
-
F_RECIPIENT_ADDRESS_EXPRESSION
-
F_DEBUG
-
FACTORY
-
-
Constructor Details
-
GeneralTransportConfigurationType
public GeneralTransportConfigurationType() -
GeneralTransportConfigurationType
Deprecated.
-
-
Method Details
-
getName
-
setName
-
getRedirectToFile
-
setRedirectToFile
-
getLogToFile
-
setLogToFile
-
getBlackList
-
getWhiteList
-
getRecipientFilterExpression
-
setRecipientFilterExpression
-
getRecipientAddressExpression
-
setRecipientAddressExpression
-
isDebug
-
getDebug
-
setDebug
-
equals
- Overrides:
equals
in classAbstractMutableContainerable
-
name
-
redirectToFile
-
logToFile
-
blackList
-
whiteList
-
recipientFilterExpression
-
beginRecipientFilterExpression
-
recipientAddressExpression
-
beginRecipientAddressExpression
-
debug
-
end
public <X> X end() -
clone
- Overrides:
clone
in classAbstractMutableContainerable
-