Class WsGetSubjectsResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGetSubjectsResults
- All Implemented Interfaces:
WsResponseBean
results for the get memberships call, or the get memberships lite call result code: code of the result for this group overall SUCCESS: means everything ok GROUP_NOT_FOUND: cant find the group INVALID_QUERY: bad inputs EXCEPTION: something bad happened
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the response metadataget the result metadataString[]attributes of subjects returned, in same order as the datasubjects that are in the resultsvoidsetResponseMetadata(WsResponseMeta responseMetadata1) voidsetResultMetadata(WsResultMeta resultMetadata1) result metadatavoidsetSubjectAttributeNames(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoidsetWsGroup(WsGroup wsGroup1) voidsetWsSubjects(WsSubject[] wsSubjects1) subjects that are in the results
-
Constructor Details
-
WsGetSubjectsResults
public WsGetSubjectsResults()
-
-
Method Details
-
setResultMetadata
result metadata- Parameters:
resultMetadata1-
-
getWsSubjects
subjects that are in the results- Returns:
- the subjects
-
setWsSubjects
subjects that are in the results- Parameters:
wsSubjects1-
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa- the attributeNames to set
-
getResultMetadata
Description copied from interface:WsResponseBeanget the result metadata- Specified by:
getResultMetadatain interfaceWsResponseBean- Returns:
- the resultMetadata
-
getResponseMetadata
Description copied from interface:WsResponseBeanget the response metadata- Specified by:
getResponseMetadatain interfaceWsResponseBean- Returns:
- the response metadata
- See Also:
-
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
-
setResponseMetadata
- Parameters:
responseMetadata1- the responseMetadata to set
-
getWsGroup
- Returns:
- the wsGroups
-
setWsGroup
- Parameters:
wsGroup1- the wsGroups to set
-