Class CustomNotifierType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.CustomNotifierType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class CustomNotifierType extends BaseEventHandlerType
Custom notifier which uses expression to produce the message object.- 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_EXPRESSION
static ItemName
F_TRANSPORT
static ItemName
F_TRANSPORT_CONFIG
static Producer<CustomNotifierType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
F_CATEGORY, F_DESCRIPTION, F_DOCUMENTATION, F_EXPRESSION_FILTER, F_FOCUS_TYPE, F_NAME, F_OBJECT_INTENT, F_OBJECT_KIND, F_OPERATION, F_STATUS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description CustomNotifierType()
CustomNotifierType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
getCategory, getDescription, getDocumentation, getExpressionFilter, getFocusType, getName, getObjectIntent, getObjectKind, getOperation, getStatus, setDescription, setDocumentation, setName
-
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_EXPRESSION
public static final ItemName F_EXPRESSION
-
F_TRANSPORT
public static final ItemName F_TRANSPORT
-
F_TRANSPORT_CONFIG
public static final ItemName F_TRANSPORT_CONFIG
-
FACTORY
public static final Producer<CustomNotifierType> FACTORY
-
-
Constructor Detail
-
CustomNotifierType
public CustomNotifierType()
-
CustomNotifierType
@Deprecated public CustomNotifierType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getExpression
public ExpressionType getExpression()
-
setExpression
public void setExpression(ExpressionType value)
-
getTransportConfig
public List<NotifierTransportConfigType> getTransportConfig()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classBaseEventHandlerType
-
expression
public CustomNotifierType expression(ExpressionType value)
-
beginExpression
public ExpressionType beginExpression()
-
transport
public CustomNotifierType transport(String value)
-
transportConfig
public CustomNotifierType transportConfig(NotifierTransportConfigType value)
-
beginTransportConfig
public NotifierTransportConfigType beginTransportConfig()
-
name
public CustomNotifierType name(String value)
- Overrides:
name
in classBaseEventHandlerType
-
description
public CustomNotifierType description(String value)
- Overrides:
description
in classBaseEventHandlerType
-
documentation
public CustomNotifierType documentation(String value)
- Overrides:
documentation
in classBaseEventHandlerType
-
category
public CustomNotifierType category(EventCategoryType value)
- Overrides:
category
in classBaseEventHandlerType
-
operation
public CustomNotifierType operation(EventOperationType value)
- Overrides:
operation
in classBaseEventHandlerType
-
status
public CustomNotifierType status(EventStatusType value)
- Overrides:
status
in classBaseEventHandlerType
-
objectKind
public CustomNotifierType objectKind(ShadowKindType value)
- Overrides:
objectKind
in classBaseEventHandlerType
-
objectIntent
public CustomNotifierType objectIntent(String value)
- Overrides:
objectIntent
in classBaseEventHandlerType
-
focusType
public CustomNotifierType focusType(QName value)
- Overrides:
focusType
in classBaseEventHandlerType
-
expressionFilter
public CustomNotifierType expressionFilter(ExpressionType value)
- Overrides:
expressionFilter
in classBaseEventHandlerType
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
- Overrides:
beginExpressionFilter
in classBaseEventHandlerType
-
end
public <X> X end()
- Overrides:
end
in classBaseEventHandlerType
-
clone
public CustomNotifierType clone()
- Overrides:
clone
in classBaseEventHandlerType
-
-