Class NotificationConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class NotificationConfigurationType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
A configuration for user notifications. It defines how should be notifications created in various situations, e.g. when an account is created or removed.- 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_HANDLER
static ItemName
F_MAIL
static ItemName
F_SMS
static Producer<NotificationConfigurationType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description NotificationConfigurationType()
NotificationConfigurationType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyCustomTransportConfigurationType
beginCustomTransport()
FileConfigurationType
beginFile()
EventHandlerType
beginHandler()
MailConfigurationType
beginMail()
SmsConfigurationType
beginSms()
NotificationConfigurationType
clone()
List<EventHandlerType>
createHandlerList()
NotificationConfigurationType
customTransport(LegacyCustomTransportConfigurationType value)
<X> X
end()
boolean
equals(Object other)
NotificationConfigurationType
file(FileConfigurationType value)
List<LegacyCustomTransportConfigurationType>
getCustomTransport()
List<FileConfigurationType>
getFile()
List<EventHandlerType>
getHandler()
MailConfigurationType
getMail()
List<SmsConfigurationType>
getSms()
NotificationConfigurationType
handler(EventHandlerType value)
NotificationConfigurationType
mail(MailConfigurationType value)
void
setMail(MailConfigurationType value)
NotificationConfigurationType
sms(SmsConfigurationType 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 Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_HANDLER
public static final ItemName F_HANDLER
-
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<NotificationConfigurationType> FACTORY
-
-
Constructor Detail
-
NotificationConfigurationType
public NotificationConfigurationType()
-
NotificationConfigurationType
@Deprecated public NotificationConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getHandler
public List<EventHandlerType> getHandler()
-
createHandlerList
public List<EventHandlerType> createHandlerList()
-
getMail
public MailConfigurationType getMail()
-
setMail
public void setMail(MailConfigurationType value)
-
getSms
public List<SmsConfigurationType> getSms()
-
getFile
public List<FileConfigurationType> getFile()
-
getCustomTransport
public List<LegacyCustomTransportConfigurationType> getCustomTransport()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
handler
public NotificationConfigurationType handler(EventHandlerType value)
-
beginHandler
public EventHandlerType beginHandler()
-
mail
public NotificationConfigurationType mail(MailConfigurationType value)
-
beginMail
public MailConfigurationType beginMail()
-
sms
public NotificationConfigurationType sms(SmsConfigurationType value)
-
beginSms
public SmsConfigurationType beginSms()
-
file
public NotificationConfigurationType file(FileConfigurationType value)
-
beginFile
public FileConfigurationType beginFile()
-
customTransport
public NotificationConfigurationType customTransport(LegacyCustomTransportConfigurationType value)
-
beginCustomTransport
public LegacyCustomTransportConfigurationType beginCustomTransport()
-
end
public <X> X end()
-
clone
public NotificationConfigurationType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-