Class AfterItemConditionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemReportingConditionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AfterItemConditionType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class AfterItemConditionType extends ItemReportingConditionType implements Serializable, Cloneable, Containerable
Condition controlling item report collection that is evaluated after the item is processed.Java class for AfterItemConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AfterItemConditionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemReportingConditionType"> <sequence> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPE-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemReportingConditionType
F_EXPRESSION, F_FIRST_WORKER, F_INTERVAL
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description AfterItemConditionType()AfterItemConditionType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ExpressionTypebeginExpression()AfterItemConditionTypeclone()<X> Xend()booleanequals(Object object)AfterItemConditionTypeexpression(ExpressionType value)AfterItemConditionTypefirstWorker(Boolean value)inthashCode()AfterItemConditionTypeid(Long value)AfterItemConditionTypeinterval(Integer value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.ItemReportingConditionType
getExpression, getId, getInterval, isFirstWorker, setExpression, setFirstWorker, setId, setInterval
-
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
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
AfterItemConditionType
public AfterItemConditionType()
-
AfterItemConditionType
public AfterItemConditionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classItemReportingConditionType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classItemReportingConditionType
-
toString
public String toString()
- Overrides:
toStringin classItemReportingConditionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classItemReportingConditionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classItemReportingConditionType
-
end
public <X> X end()
- Overrides:
endin classItemReportingConditionType
-
interval
public AfterItemConditionType interval(Integer value)
- Overrides:
intervalin classItemReportingConditionType
-
firstWorker
public AfterItemConditionType firstWorker(Boolean value)
- Overrides:
firstWorkerin classItemReportingConditionType
-
expression
public AfterItemConditionType expression(ExpressionType value)
- Overrides:
expressionin classItemReportingConditionType
-
beginExpression
public ExpressionType beginExpression()
- Overrides:
beginExpressionin classItemReportingConditionType
-
id
public AfterItemConditionType id(Long value)
- Overrides:
idin classItemReportingConditionType
-
clone
public AfterItemConditionType clone()
- Overrides:
clonein classItemReportingConditionType
-
-