Class MessageTransportConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MessageTransportConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class MessageTransportConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
A configuration for message transports. It defines various transports through which the midPoint can send messages, e.g. reports, notifications, etc. NOTE: This replaces the configuration previously placed inside NotificationConfigurationType.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_CUSTOM_TRANSPORT
static ItemName
F_FILE
static ItemName
F_MAIL
static ItemName
F_SMS
static Producer<MessageTransportConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MessageTransportConfigurationType()
MessageTransportConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
-
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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MAIL
public static final ItemName F_MAIL
-
F_SMS
public static final ItemName F_SMS
-
F_FILE
public static final ItemName F_FILE
-
F_CUSTOM_TRANSPORT
public static final ItemName F_CUSTOM_TRANSPORT
-
FACTORY
public static final Producer<MessageTransportConfigurationType> FACTORY
-
-
Constructor Detail
-
MessageTransportConfigurationType
public MessageTransportConfigurationType()
-
MessageTransportConfigurationType
@Deprecated public MessageTransportConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getMail
public List<MailTransportConfigurationType> getMail()
-
createMailList
public List<MailTransportConfigurationType> createMailList()
-
getSms
public List<SmsTransportConfigurationType> getSms()
-
createSmsList
public List<SmsTransportConfigurationType> createSmsList()
-
getFile
public List<FileTransportConfigurationType> getFile()
-
createFileList
public List<FileTransportConfigurationType> createFileList()
-
getCustomTransport
public List<CustomTransportConfigurationType> getCustomTransport()
-
createCustomTransportList
public List<CustomTransportConfigurationType> createCustomTransportList()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
mail
public MessageTransportConfigurationType mail(MailTransportConfigurationType value)
-
beginMail
public MailTransportConfigurationType beginMail()
-
sms
public MessageTransportConfigurationType sms(SmsTransportConfigurationType value)
-
beginSms
public SmsTransportConfigurationType beginSms()
-
file
public MessageTransportConfigurationType file(FileTransportConfigurationType value)
-
beginFile
public FileTransportConfigurationType beginFile()
-
customTransport
public MessageTransportConfigurationType customTransport(CustomTransportConfigurationType value)
-
beginCustomTransport
public CustomTransportConfigurationType beginCustomTransport()
-
end
public <X> X end()
-
clone
public MessageTransportConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-