Class FileConfigurationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_3.FileConfigurationType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Where and how to store "file" notifications.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNameprotected Stringprotected StringFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
blackList, debug, F_BLACK_LIST, F_DEBUG, F_LOG_TO_FILE, F_RECIPIENT_FILTER_EXPRESSION, F_REDIRECT_TO_FILE, F_WHITE_LIST, logToFile, recipientFilterExpression, redirectToFile, whiteList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getFile()getName()inthashCode(StructuredHashCodeStrategy strategy) redirectToFile(String value) voidvoidMethods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationTransportConfigurationType
getBlackList, getDebug, getLogToFile, getRecipientFilterExpression, getRedirectToFile, getWhiteList, isDebug, setDebug, setLogToFile, setRecipientFilterExpression, setRedirectToFileMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
file
-
COMPLEX_TYPE
-
F_NAME
-
F_FILE
-
-
Constructor Details
-
FileConfigurationType
public FileConfigurationType() -
FileConfigurationType
-
-
Method Details
-
getName
- Overrides:
getNamein classNotificationTransportConfigurationType
-
setName
- Overrides:
setNamein classNotificationTransportConfigurationType
-
getFile
-
setFile
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classNotificationTransportConfigurationType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classNotificationTransportConfigurationType
-
name
- Overrides:
namein classNotificationTransportConfigurationType
-
file
-
debug
- Overrides:
debugin classNotificationTransportConfigurationType
-
redirectToFile
- Overrides:
redirectToFilein classNotificationTransportConfigurationType
-
logToFile
- Overrides:
logToFilein classNotificationTransportConfigurationType
-
blackList
- Overrides:
blackListin classNotificationTransportConfigurationType
-
whiteList
- Overrides:
whiteListin classNotificationTransportConfigurationType
-
recipientFilterExpression
- Overrides:
recipientFilterExpressionin classNotificationTransportConfigurationType
-
beginRecipientFilterExpression
- Overrides:
beginRecipientFilterExpressionin classNotificationTransportConfigurationType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classNotificationTransportConfigurationType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classNotificationTransportConfigurationType
-