Package org.openiam.model
Class AccessViewResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.model.AccessViewResponse
-
- All Implemented Interfaces:
Serializable
public class AccessViewResponse extends Response
Created by: Alexander Duckardt Date: 1/16/14.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AccessViewResponse
EMPTY_RESPONSE
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description AccessViewResponse(List<TreeNode<AccessViewBean>> beans, int size)
AccessViewResponse(List<TreeNode<AccessViewBean>> beans, int size, List<TreeNode<AccessViewBean>> exceptions)
-
Method Summary
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
EMPTY_RESPONSE
public static final AccessViewResponse EMPTY_RESPONSE
-
-
Constructor Detail
-
AccessViewResponse
public AccessViewResponse(List<TreeNode<AccessViewBean>> beans, int size)
-
AccessViewResponse
public AccessViewResponse(List<TreeNode<AccessViewBean>> beans, int size, List<TreeNode<AccessViewBean>> exceptions)
-
-