Class ProcessedItemSetType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProcessedItemSetType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ProcessedItemSetType extends OutcomeKeyedCounterType implements Serializable, Cloneable, Containerable
Describes set of items that are or have been processed.Java class for ProcessedItemSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessedItemSetType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OutcomeKeyedCounterType"> <sequence> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="lastItem" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProcessedItemType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DURATION
static ItemName
F_LAST_ITEM
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
F_COUNT, F_OUTCOME
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ProcessedItemSetType()
ProcessedItemSetType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
ProcessedItemType
beginLastItem()
QualifiedItemProcessingOutcomeType
beginOutcome()
ProcessedItemSetType
clone()
ProcessedItemSetType
count(Integer value)
ProcessedItemSetType
duration(Double value)
<X> X
end()
boolean
equals(Object object)
Double
getDuration()
ProcessedItemType
getLastItem()
int
hashCode()
ProcessedItemSetType
id(Long value)
ProcessedItemSetType
lastItem(ProcessedItemType value)
ProcessedItemSetType
outcome(QualifiedItemProcessingOutcomeType value)
void
setDuration(Double value)
void
setLastItem(ProcessedItemType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
getCount, getId, getOutcome, setCount, setId, setOutcome
-
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
-
-
-
-
Constructor Detail
-
ProcessedItemSetType
public ProcessedItemSetType()
-
ProcessedItemSetType
public ProcessedItemSetType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classOutcomeKeyedCounterType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup 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:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classOutcomeKeyedCounterType
-
toString
public String toString()
- Overrides:
toString
in classOutcomeKeyedCounterType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classOutcomeKeyedCounterType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classOutcomeKeyedCounterType
-
end
public <X> X end()
- Overrides:
end
in classOutcomeKeyedCounterType
-
getDuration
public Double getDuration()
-
setDuration
public void setDuration(Double value)
-
getLastItem
public ProcessedItemType getLastItem()
-
setLastItem
public void setLastItem(ProcessedItemType value)
-
duration
public ProcessedItemSetType duration(Double value)
-
lastItem
public ProcessedItemSetType lastItem(ProcessedItemType value)
-
beginLastItem
public ProcessedItemType beginLastItem()
-
outcome
public ProcessedItemSetType outcome(QualifiedItemProcessingOutcomeType value)
- Overrides:
outcome
in classOutcomeKeyedCounterType
-
beginOutcome
public QualifiedItemProcessingOutcomeType beginOutcome()
- Overrides:
beginOutcome
in classOutcomeKeyedCounterType
-
count
public ProcessedItemSetType count(Integer value)
- Overrides:
count
in classOutcomeKeyedCounterType
-
id
public ProcessedItemSetType id(Long value)
- Overrides:
id
in classOutcomeKeyedCounterType
-
clone
public ProcessedItemSetType clone()
- Overrides:
clone
in classOutcomeKeyedCounterType
-
-