Class BeforeItemConditionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemReportingConditionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.BeforeItemConditionType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class BeforeItemConditionType extends ItemReportingConditionType implements Serializable, Cloneable, Containerable
Condition controlling item report creation that is evaluated before the item is processed.Java class for BeforeItemConditionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BeforeItemConditionType"> <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 BeforeItemConditionType()BeforeItemConditionType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()ExpressionTypebeginExpression()BeforeItemConditionTypeclone()<X> Xend()booleanequals(Object object)BeforeItemConditionTypeexpression(ExpressionType value)BeforeItemConditionTypefirstWorker(Boolean value)inthashCode()BeforeItemConditionTypeid(Long value)BeforeItemConditionTypeinterval(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
-
BeforeItemConditionType
public BeforeItemConditionType()
-
BeforeItemConditionType
public BeforeItemConditionType(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 BeforeItemConditionType interval(Integer value)
- Overrides:
intervalin classItemReportingConditionType
-
firstWorker
public BeforeItemConditionType firstWorker(Boolean value)
- Overrides:
firstWorkerin classItemReportingConditionType
-
expression
public BeforeItemConditionType expression(ExpressionType value)
- Overrides:
expressionin classItemReportingConditionType
-
beginExpression
public ExpressionType beginExpression()
- Overrides:
beginExpressionin classItemReportingConditionType
-
id
public BeforeItemConditionType id(Long value)
- Overrides:
idin classItemReportingConditionType
-
clone
public BeforeItemConditionType clone()
- Overrides:
clonein classItemReportingConditionType
-
-