Class ActivityProgressType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ActivityProgressType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ActivityProgressType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Progress of an activity.- 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_COMMITTED
static ItemName
F_EXPECTED_IN_CURRENT_BUCKET
static ItemName
F_EXPECTED_TOTAL
static ItemName
F_UNCOMMITTED
static Producer<ActivityProgressType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ActivityProgressType()
ActivityProgressType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutcomeKeyedCounterType
beginCommitted()
OutcomeKeyedCounterType
beginUncommitted()
ActivityProgressType
clone()
ActivityProgressType
committed(OutcomeKeyedCounterType value)
List<OutcomeKeyedCounterType>
createCommittedList()
List<OutcomeKeyedCounterType>
createUncommittedList()
<X> X
end()
boolean
equals(Object other)
ActivityProgressType
expectedInCurrentBucket(Integer value)
ActivityProgressType
expectedTotal(Integer value)
List<OutcomeKeyedCounterType>
getCommitted()
Integer
getExpectedInCurrentBucket()
Integer
getExpectedTotal()
List<OutcomeKeyedCounterType>
getUncommitted()
ActivityProgressType
id(Long value)
void
setExpectedInCurrentBucket(Integer value)
void
setExpectedTotal(Integer value)
ActivityProgressType
uncommitted(OutcomeKeyedCounterType value)
-
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_COMMITTED
public static final ItemName F_COMMITTED
-
F_UNCOMMITTED
public static final ItemName F_UNCOMMITTED
-
F_EXPECTED_TOTAL
public static final ItemName F_EXPECTED_TOTAL
-
F_EXPECTED_IN_CURRENT_BUCKET
public static final ItemName F_EXPECTED_IN_CURRENT_BUCKET
-
FACTORY
public static final Producer<ActivityProgressType> FACTORY
-
-
Constructor Detail
-
ActivityProgressType
public ActivityProgressType()
-
ActivityProgressType
@Deprecated public ActivityProgressType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getCommitted
public List<OutcomeKeyedCounterType> getCommitted()
-
createCommittedList
public List<OutcomeKeyedCounterType> createCommittedList()
-
getUncommitted
public List<OutcomeKeyedCounterType> getUncommitted()
-
createUncommittedList
public List<OutcomeKeyedCounterType> createUncommittedList()
-
getExpectedTotal
public Integer getExpectedTotal()
-
setExpectedTotal
public void setExpectedTotal(Integer value)
-
getExpectedInCurrentBucket
public Integer getExpectedInCurrentBucket()
-
setExpectedInCurrentBucket
public void setExpectedInCurrentBucket(Integer value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ActivityProgressType id(Long value)
-
committed
public ActivityProgressType committed(OutcomeKeyedCounterType value)
-
beginCommitted
public OutcomeKeyedCounterType beginCommitted()
-
uncommitted
public ActivityProgressType uncommitted(OutcomeKeyedCounterType value)
-
beginUncommitted
public OutcomeKeyedCounterType beginUncommitted()
-
expectedTotal
public ActivityProgressType expectedTotal(Integer value)
-
expectedInCurrentBucket
public ActivityProgressType expectedInCurrentBucket(Integer value)
-
end
public <X> X end()
-
clone
public ActivityProgressType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-