Class AccountCallableResult<T>
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.CallableResult<T>
-
- com.evolveum.midpoint.web.page.admin.home.dto.AccountCallableResult<T>
-
- All Implemented Interfaces:
Serializable
public class AccountCallableResult<T> extends CallableResult<T>
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.web.component.util.CallableResult
F_RESULT, F_VALUE
-
-
Constructor Summary
Constructors Constructor Description AccountCallableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OperationResult>
getFetchResults()
-
Methods inherited from class com.evolveum.midpoint.web.component.util.CallableResult
getResult, getValue, setResult, setValue
-
-
-
-
Method Detail
-
getFetchResults
public List<OperationResult> getFetchResults()
-
-