Class WsGetAttributeAssignmentsResults
java.lang.Object
edu.internet2.middleware.grouper.ws.soap.WsGetAttributeAssignmentsResults
results for the get attributeAssignments call. result code: code of the result for this attribute assignment overall SUCCESS: means everything ok INSUFFICIENT_PRIVILEGES: not allowed INVALID_QUERY: bad inputs EXCEPTION: something bad happened
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[]
attributes of subjects returned, in same order as the datathe assignments being queriedattribute def names referenced in the assignments or inputs (and able to read)attribute def references in the assignments or inputs (and able to be read)WsGroup[]
results for each assignment sent inWsStem[]
stems that are in the resultssubjects that are in the resultsvoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoid
setWsAttributeAssigns
(WsAttributeAssign[] wsAttributeAssigns1) the assignments being queriedvoid
setWsAttributeDefNames
(WsAttributeDefName[] wsAttributeDefNames1) attribute def names referenced in the assignments or inputs (and able to read)void
setWsAttributeDefs
(WsAttributeDef[] wsAttributeDefs1) attribute def references in the assignments or inputs (and able to be read)void
setWsGroups
(WsGroup[] wsGroup1) void
setWsMemberships
(WsMembership[] results1) results for each assignment sent invoid
setWsStems
(WsStem[] wsStems1) stems that are in the resultsvoid
setWsSubjects
(WsSubject[] wsSubjects1) subjects that are in the results
-
Constructor Details
-
WsGetAttributeAssignmentsResults
public WsGetAttributeAssignmentsResults()
-
-
Method Details
-
getWsAttributeDefs
attribute def references in the assignments or inputs (and able to be read)- Returns:
- attribute defs
-
setWsAttributeDefs
attribute def references in the assignments or inputs (and able to be read)- Parameters:
wsAttributeDefs1
-
-
getWsAttributeDefNames
attribute def names referenced in the assignments or inputs (and able to read)- Returns:
- attribute def names
-
setWsAttributeDefNames
attribute def names referenced in the assignments or inputs (and able to read)- Parameters:
wsAttributeDefNames1
-
-
getWsAttributeAssigns
the assignments being queried- Returns:
- the assignments being queried
-
setWsAttributeAssigns
the assignments being queried- Parameters:
wsAttributeAssigns1
-
-
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
- Returns:
- the resultMetadata
-
getWsStems
stems that are in the results- Returns:
- stems
-
setWsStems
stems that are in the results- Parameters:
wsStems1
-
-
getResponseMetadata
- Returns:
- the response metadata
- See Also:
-
setResultMetadata
- Parameters:
resultMetadata1
- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1
- the responseMetadata to set
-
getWsGroups
- Returns:
- the wsGroups
-
getWsMemberships
results for each assignment sent in- Returns:
- the results
-
getWsSubjects
subjects that are in the results- Returns:
- the subjects
-
setWsGroups
- Parameters:
wsGroup1
- the wsGroups to set
-
setWsMemberships
results for each assignment sent in- Parameters:
results1
- the results to set
-
setWsSubjects
subjects that are in the results- Parameters:
wsSubjects1
-
-