Class FailedObjectsSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FailedObjectsSelectorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class FailedObjectsSelectorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Selects objects that were failed to be processed in previous activity run(s).- 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_SELECTION_METHOD
static ItemName
F_STATUS
static ItemName
F_TASK_REF
static ItemName
F_TIME_FROM
static ItemName
F_TIME_TO
static Producer<FailedObjectsSelectorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description FailedObjectsSelectorType()
FailedObjectsSelectorType(PrismContext context)
Deprecated.
-
Method Summary
-
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_STATUS
public static final ItemName F_STATUS
-
F_TASK_REF
public static final ItemName F_TASK_REF
-
F_TIME_FROM
public static final ItemName F_TIME_FROM
-
F_TIME_TO
public static final ItemName F_TIME_TO
-
F_SELECTION_METHOD
public static final ItemName F_SELECTION_METHOD
-
FACTORY
public static final Producer<FailedObjectsSelectorType> FACTORY
-
-
Constructor Detail
-
FailedObjectsSelectorType
public FailedObjectsSelectorType()
-
FailedObjectsSelectorType
@Deprecated public FailedObjectsSelectorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getStatus
public List<OperationResultStatusType> getStatus()
-
getTaskRef
public List<ObjectReferenceType> getTaskRef()
-
getTimeFrom
public XMLGregorianCalendar getTimeFrom()
-
setTimeFrom
public void setTimeFrom(XMLGregorianCalendar value)
-
getTimeTo
public XMLGregorianCalendar getTimeTo()
-
setTimeTo
public void setTimeTo(XMLGregorianCalendar value)
-
getSelectionMethod
public FailedObjectsSelectionMethodType getSelectionMethod()
-
setSelectionMethod
public void setSelectionMethod(FailedObjectsSelectionMethodType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public FailedObjectsSelectorType id(Long value)
-
status
public FailedObjectsSelectorType status(OperationResultStatusType value)
-
taskRef
public FailedObjectsSelectorType taskRef(ObjectReferenceType value)
-
taskRef
public FailedObjectsSelectorType taskRef(String oid, QName type)
-
taskRef
public FailedObjectsSelectorType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
timeFrom
public FailedObjectsSelectorType timeFrom(XMLGregorianCalendar value)
-
timeFrom
public FailedObjectsSelectorType timeFrom(String value)
-
timeTo
public FailedObjectsSelectorType timeTo(XMLGregorianCalendar value)
-
timeTo
public FailedObjectsSelectorType timeTo(String value)
-
selectionMethod
public FailedObjectsSelectorType selectionMethod(FailedObjectsSelectionMethodType value)
-
end
public <X> X end()
-
clone
public FailedObjectsSelectorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-