Class TaskErrorSelectableBeanImplOld<O extends ObjectType>
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<T>
-
- com.evolveum.midpoint.web.component.util.SelectableBeanImpl<O>
-
- com.evolveum.midpoint.web.page.admin.server.dto.TaskErrorSelectableBeanImplOld<O>
-
- All Implemented Interfaces:
DebugDumpable
,SelectableBean<O>
,SelectableRow<O>
,Serializable
,org.apache.wicket.model.IDetachable
,org.apache.wicket.util.io.IClusterable
public class TaskErrorSelectableBeanImplOld<O extends ObjectType> extends SelectableBeanImpl<O>
TODO: promised to be removed in 4.5, at least in this doc: https://docs.evolveum.com/midpoint/reference/admin-gui/admin-gui-config/- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_ERROR_TIMESTAMP
static String
F_MESSAGE
static String
F_OBJECT_REF_NAME
static String
F_REAL_OWNER_DESCRIPTION
static String
F_RECORD_TYPE
static String
F_STATUS
-
Fields inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpl
F_VALUE
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TaskErrorSelectableBeanImplOld()
TaskErrorSelectableBeanImplOld(O object, @NotNull String taskOid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendar
getErrorTimestamp()
PrismObject<O>
getRealOwner()
String
getRealOwnerDescription()
-
Methods inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpl
debugDump, debugDump, detach, equals, getActiveSessions, getCustomData, getModel, getNodes, getResult, getValue, hashCode, setActiveSessions, setCustomData, setModel, setNodes, setResult, setResult
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
isSelected, setSelected
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableBean
isSelected, setSelected
-
-
-
-
Field Detail
-
F_OBJECT_REF_NAME
public static final String F_OBJECT_REF_NAME
- See Also:
- Constant Field Values
-
F_STATUS
public static final String F_STATUS
- See Also:
- Constant Field Values
-
F_MESSAGE
public static final String F_MESSAGE
- See Also:
- Constant Field Values
-
F_ERROR_TIMESTAMP
public static final String F_ERROR_TIMESTAMP
- See Also:
- Constant Field Values
-
F_RECORD_TYPE
public static final String F_RECORD_TYPE
- See Also:
- Constant Field Values
-
F_REAL_OWNER_DESCRIPTION
public static final String F_REAL_OWNER_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorTimestamp
public XMLGregorianCalendar getErrorTimestamp()
-
getRealOwner
public PrismObject<O> getRealOwner()
-
getRealOwnerDescription
public String getRealOwnerDescription()
-
-