Class BaseEventHandlerType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BaseEventHandlerType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
CustomNotifierType
,EventHandlerType
,GeneralNotifierType
public class BaseEventHandlerType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Common base type for handler and notifiers - filtering and common information. It can contain conditions - general expressions or lists of event categories, operation types, success/failure statuses, and so on.- 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_CATEGORY
static ItemName
F_DESCRIPTION
static ItemName
F_DOCUMENTATION
static ItemName
F_EXPRESSION_FILTER
static ItemName
F_FOCUS_TYPE
static ItemName
F_NAME
static ItemName
F_OBJECT_INTENT
static ItemName
F_OBJECT_KIND
static ItemName
F_OPERATION
static ItemName
F_STATUS
static Producer<BaseEventHandlerType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description BaseEventHandlerType()
BaseEventHandlerType(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_NAME
public static final ItemName F_NAME
-
F_DESCRIPTION
public static final ItemName F_DESCRIPTION
-
F_DOCUMENTATION
public static final ItemName F_DOCUMENTATION
-
F_CATEGORY
public static final ItemName F_CATEGORY
-
F_OPERATION
public static final ItemName F_OPERATION
-
F_STATUS
public static final ItemName F_STATUS
-
F_OBJECT_KIND
public static final ItemName F_OBJECT_KIND
-
F_OBJECT_INTENT
public static final ItemName F_OBJECT_INTENT
-
F_FOCUS_TYPE
public static final ItemName F_FOCUS_TYPE
-
F_EXPRESSION_FILTER
public static final ItemName F_EXPRESSION_FILTER
-
FACTORY
public static final Producer<BaseEventHandlerType> FACTORY
-
-
Constructor Detail
-
BaseEventHandlerType
public BaseEventHandlerType()
-
BaseEventHandlerType
@Deprecated public BaseEventHandlerType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String value)
-
getDocumentation
public String getDocumentation()
-
setDocumentation
public void setDocumentation(String value)
-
getCategory
public List<EventCategoryType> getCategory()
-
getOperation
public List<EventOperationType> getOperation()
-
getStatus
public List<EventStatusType> getStatus()
-
getObjectKind
public List<ShadowKindType> getObjectKind()
-
getExpressionFilter
public List<ExpressionType> getExpressionFilter()
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
name
public BaseEventHandlerType name(String value)
-
description
public BaseEventHandlerType description(String value)
-
documentation
public BaseEventHandlerType documentation(String value)
-
category
public BaseEventHandlerType category(EventCategoryType value)
-
operation
public BaseEventHandlerType operation(EventOperationType value)
-
status
public BaseEventHandlerType status(EventStatusType value)
-
objectKind
public BaseEventHandlerType objectKind(ShadowKindType value)
-
objectIntent
public BaseEventHandlerType objectIntent(String value)
-
focusType
public BaseEventHandlerType focusType(QName value)
-
expressionFilter
public BaseEventHandlerType expressionFilter(ExpressionType value)
-
beginExpressionFilter
public ExpressionType beginExpressionFilter()
-
end
public <X> X end()
-
clone
public BaseEventHandlerType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-