Class ProcessedItemSetType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProcessedItemSetType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ProcessedItemSetType extends OutcomeKeyedCounterType
Describes set of items that are or have been processed.- 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_DURATION
static ItemName
F_LAST_ITEM
static Producer<ProcessedItemSetType>
FACTORY
-
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 context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessedItemType
beginLastItem()
QualifiedItemProcessingOutcomeType
beginOutcome()
ProcessedItemSetType
clone()
ProcessedItemSetType
count(Integer value)
ProcessedItemSetType
duration(Double value)
<X> X
end()
boolean
equals(Object other)
Double
getDuration()
ProcessedItemType
getLastItem()
ProcessedItemSetType
id(Long value)
ProcessedItemSetType
lastItem(ProcessedItemType value)
ProcessedItemSetType
outcome(QualifiedItemProcessingOutcomeType value)
void
setDuration(Double value)
void
setLastItem(ProcessedItemType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.OutcomeKeyedCounterType
getCount, getOutcome, setCount, setOutcome
-
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_DURATION
public static final ItemName F_DURATION
-
F_LAST_ITEM
public static final ItemName F_LAST_ITEM
-
FACTORY
public static final Producer<ProcessedItemSetType> FACTORY
-
-
Constructor Detail
-
ProcessedItemSetType
public ProcessedItemSetType()
-
ProcessedItemSetType
@Deprecated public ProcessedItemSetType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getDuration
public Double getDuration()
-
setDuration
public void setDuration(Double value)
-
getLastItem
public ProcessedItemType getLastItem()
-
setLastItem
public void setLastItem(ProcessedItemType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classOutcomeKeyedCounterType
-
id
public ProcessedItemSetType id(Long value)
- Overrides:
id
in classOutcomeKeyedCounterType
-
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
-
end
public <X> X end()
- Overrides:
end
in classOutcomeKeyedCounterType
-
clone
public ProcessedItemSetType clone()
- Overrides:
clone
in classOutcomeKeyedCounterType
-
-