Class NotificationTransportConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
FileConfigurationType,LegacyCustomTransportConfigurationType,MailConfigurationType,SmsConfigurationType
public class NotificationTransportConfigurationType extends AbstractPlainStructured
Configuration that is common to all notification transports. DEPRECATED: Use new messageTransportConfiguration instead.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>blackListstatic QNameCOMPLEX_TYPEprotected Booleandebugstatic ItemNameF_BLACK_LISTstatic ItemNameF_DEBUGstatic ItemNameF_LOG_TO_FILEstatic ItemNameF_NAMEstatic ItemNameF_RECIPIENT_FILTER_EXPRESSIONstatic ItemNameF_REDIRECT_TO_FILEstatic ItemNameF_WHITE_LISTprotected StringlogToFileprotected Stringnameprotected ExpressionTyperecipientFilterExpressionprotected StringredirectToFileprotected List<String>whiteList
-
Constructor Summary
Constructors Constructor Description NotificationTransportConfigurationType()NotificationTransportConfigurationType(NotificationTransportConfigurationType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
name
protected String name
-
debug
protected Boolean debug
-
redirectToFile
protected String redirectToFile
-
logToFile
protected String logToFile
-
recipientFilterExpression
protected ExpressionType recipientFilterExpression
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_DEBUG
public static final ItemName F_DEBUG
-
F_REDIRECT_TO_FILE
public static final ItemName F_REDIRECT_TO_FILE
-
F_LOG_TO_FILE
public static final ItemName F_LOG_TO_FILE
-
F_BLACK_LIST
public static final ItemName F_BLACK_LIST
-
F_WHITE_LIST
public static final ItemName F_WHITE_LIST
-
F_RECIPIENT_FILTER_EXPRESSION
public static final ItemName F_RECIPIENT_FILTER_EXPRESSION
-
-
Constructor Detail
-
NotificationTransportConfigurationType
public NotificationTransportConfigurationType()
-
NotificationTransportConfigurationType
public NotificationTransportConfigurationType(NotificationTransportConfigurationType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
isDebug
public Boolean isDebug()
-
setDebug
public void setDebug(Boolean value)
-
getRedirectToFile
public String getRedirectToFile()
-
setRedirectToFile
public void setRedirectToFile(String value)
-
getLogToFile
public String getLogToFile()
-
setLogToFile
public void setLogToFile(String value)
-
getRecipientFilterExpression
public ExpressionType getRecipientFilterExpression()
-
setRecipientFilterExpression
public void setRecipientFilterExpression(ExpressionType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
name
public NotificationTransportConfigurationType name(String value)
-
debug
public NotificationTransportConfigurationType debug(Boolean value)
-
redirectToFile
public NotificationTransportConfigurationType redirectToFile(String value)
-
logToFile
public NotificationTransportConfigurationType logToFile(String value)
-
blackList
public NotificationTransportConfigurationType blackList(String value)
-
whiteList
public NotificationTransportConfigurationType whiteList(String value)
-
recipientFilterExpression
public NotificationTransportConfigurationType recipientFilterExpression(ExpressionType value)
-
beginRecipientFilterExpression
public ExpressionType beginRecipientFilterExpression()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public NotificationTransportConfigurationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-