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 SummaryFields Modifier and Type Field Description static StringF_ERROR_TIMESTAMPstatic StringF_MESSAGEstatic StringF_OBJECT_REF_NAMEstatic StringF_REAL_OWNER_DESCRIPTIONstatic StringF_RECORD_TYPEstatic StringF_STATUS- 
Fields inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImplF_VALUE
 - 
Fields inherited from class com.evolveum.midpoint.web.component.util.SelectableF_SELECTED
 - 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description TaskErrorSelectableBeanImplOld()TaskErrorSelectableBeanImplOld(O object, @NotNull String taskOid)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetErrorTimestamp()PrismObject<O>getRealOwner()StringgetRealOwnerDescription()- 
Methods inherited from class com.evolveum.midpoint.web.component.util.SelectableBeanImpldebugDump, 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.SelectableisSelected, setSelected
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDumpLazily, debugDumpLazily
 - 
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableBeanisSelected, setSelected
 
- 
 
- 
- 
- 
Field Detail- 
F_OBJECT_REF_NAMEpublic static final String F_OBJECT_REF_NAME - See Also:
- Constant Field Values
 
 - 
F_STATUSpublic static final String F_STATUS - See Also:
- Constant Field Values
 
 - 
F_MESSAGEpublic static final String F_MESSAGE - See Also:
- Constant Field Values
 
 - 
F_ERROR_TIMESTAMPpublic static final String F_ERROR_TIMESTAMP - See Also:
- Constant Field Values
 
 - 
F_RECORD_TYPEpublic static final String F_RECORD_TYPE - See Also:
- Constant Field Values
 
 - 
F_REAL_OWNER_DESCRIPTIONpublic static final String F_REAL_OWNER_DESCRIPTION - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getErrorTimestamppublic XMLGregorianCalendar getErrorTimestamp() 
 - 
getRealOwnerpublic PrismObject<O> getRealOwner() 
 - 
getRealOwnerDescriptionpublic String getRealOwnerDescription() 
 
- 
 
-