Class FailedObjectsSelectorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.FailedObjectsSelectorType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class FailedObjectsSelectorType extends Object implements Serializable, Cloneable, Containerable
Selects objects that were failed to be processed in previous activity run(s).Java class for FailedObjectsSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FailedObjectsSelectorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="status" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultStatusType" maxOccurs="unbounded" minOccurs="0"/> <element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="timeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="timeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="selectionMethod" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FailedObjectsSelectionMethodType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description FailedObjectsSelectorType()
FailedObjectsSelectorType(PrismContext prismContext)
-
Method Summary
-
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
-
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
-
-
Constructor Detail
-
FailedObjectsSelectorType
public FailedObjectsSelectorType()
-
FailedObjectsSelectorType
public FailedObjectsSelectorType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getStatus
public List<OperationResultStatusType> getStatus()
-
createStatusList
public List<OperationResultStatusType> createStatusList()
-
getTaskRef
public List<ObjectReferenceType> getTaskRef()
-
createTaskRefList
public List<ObjectReferenceType> createTaskRefList()
-
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)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public FailedObjectsSelectorType id(Long value)
-
clone
public FailedObjectsSelectorType clone()
-
-