|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.coresoap.WsGetAttributeAssignmentsResults
public class 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
Nested Class Summary | |
---|---|
static class |
WsGetAttributeAssignmentsResults.WsGetAttributeAssignmentsResultsCode
result code of a request. |
Constructor Summary | |
---|---|
WsGetAttributeAssignmentsResults()
|
Method Summary | |
---|---|
void |
assignResult(java.util.Set<AttributeAssign> attributeAssigns,
java.lang.String[] theSubjectAttributeNames)
convert assignments to ws assignments |
void |
assignResultCode(WsGetAttributeAssignmentsResults.WsGetAttributeAssignmentsResultsCode getAttributeAssignmentsResultCode)
assign the code from the enum |
void |
assignResultCodeException(WsGetAttributeAssignmentsResults.WsGetAttributeAssignmentsResultsCode wsGetAttributeAssignmentsResultsCodeOverride,
java.lang.String theError,
java.lang.Exception e)
prcess an exception, log, etc |
void |
fillInAttributeDefNames(java.util.Set<java.lang.String> attributeDefNameIds)
pass in the attribute def name ids that were found by inputs, and add the attribute def name ids found by the attribute assign results |
void |
fillInAttributeDefs(java.util.Set<java.lang.String> attributeDefIds)
pass in the attribute def ids that were found by inputs, and add the attribute def ids found by the attribute assign results |
void |
fillInGroups(java.util.Set<java.lang.String> groupIds,
boolean includeGroupDetail)
pass in the group ids that were found by inputs, and add the group id found by the attribute assign results |
void |
fillInMemberships(java.util.Set<java.lang.String> membershipIds)
pass in the stem ids that were found by inputs, and add the stem id found by the attribute assign results |
void |
fillInStems(java.util.Set<java.lang.String> stemIds)
pass in the stem ids that were found by inputs, and add the stem id found by the attribute assign results |
void |
fillInSubjects(WsSubjectLookup[] subjectLookups,
java.util.Set<java.lang.String> extraMemberIds,
boolean includeSubjectDetail,
java.lang.String[] theSubjectAttributeNames)
pass in the subject lookups that were found by inputs, and add the subject ids found by the attribute assign results |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
java.lang.String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data |
WsAttributeAssign[] |
getWsAttributeAssigns()
the assignments being queried |
WsAttributeDefName[] |
getWsAttributeDefNames()
attribute def names referenced in the assignments or inputs (and able to read) |
WsAttributeDef[] |
getWsAttributeDefs()
attribute def references in the assignments or inputs (and able to be read) |
WsGroup[] |
getWsGroups()
|
WsMembership[] |
getWsMemberships()
results for each assignment sent in |
WsStem[] |
getWsStems()
stems that are in the results |
WsSubject[] |
getWsSubjects()
subjects that are in the results |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
void |
setSubjectAttributeNames(java.lang.String[] attributeNamesa)
attributes of subjects returned, in same order as the data |
void |
setWsAttributeAssigns(WsAttributeAssign[] wsAttributeAssigns1)
the assignments being queried |
void |
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 in |
void |
setWsStems(WsStem[] wsStems1)
stems that are in the results |
void |
setWsSubjects(WsSubject[] wsSubjects1)
subjects that are in the results |
void |
sortResults()
sort the assignments by def, name, etc |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsGetAttributeAssignmentsResults()
Method Detail |
---|
public WsAttributeDef[] getWsAttributeDefs()
public void setWsAttributeDefs(WsAttributeDef[] wsAttributeDefs1)
wsAttributeDefs1
- public WsAttributeDefName[] getWsAttributeDefNames()
public void setWsAttributeDefNames(WsAttributeDefName[] wsAttributeDefNames1)
wsAttributeDefNames1
- public WsAttributeAssign[] getWsAttributeAssigns()
public void setWsAttributeAssigns(WsAttributeAssign[] wsAttributeAssigns1)
wsAttributeAssigns1
- public void assignResultCode(WsGetAttributeAssignmentsResults.WsGetAttributeAssignmentsResultsCode getAttributeAssignmentsResultCode)
getAttributeAssignmentsResultCode
- public void assignResultCodeException(WsGetAttributeAssignmentsResults.WsGetAttributeAssignmentsResultsCode wsGetAttributeAssignmentsResultsCodeOverride, java.lang.String theError, java.lang.Exception e)
wsGetAttributeAssignmentsResultsCodeOverride
- theError
- e
- public java.lang.String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(java.lang.String[] attributeNamesa)
attributeNamesa
- the attributeNames to setpublic WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
public WsStem[] getWsStems()
public void setWsStems(WsStem[] wsStems1)
wsStems1
- public WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
WsResponseBean.getResponseMetadata()
public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to setpublic WsGroup[] getWsGroups()
public WsMembership[] getWsMemberships()
public WsSubject[] getWsSubjects()
public void setWsGroups(WsGroup[] wsGroup1)
wsGroup1
- the wsGroups to setpublic void setWsMemberships(WsMembership[] results1)
results1
- the results to setpublic void setWsSubjects(WsSubject[] wsSubjects1)
wsSubjects1
- public void assignResult(java.util.Set<AttributeAssign> attributeAssigns, java.lang.String[] theSubjectAttributeNames)
attributeAssigns
- theSubjectAttributeNames
- public void sortResults()
public void fillInAttributeDefs(java.util.Set<java.lang.String> attributeDefIds)
attributeDefIds
- public void fillInGroups(java.util.Set<java.lang.String> groupIds, boolean includeGroupDetail)
groupIds
- includeGroupDetail
- public void fillInStems(java.util.Set<java.lang.String> stemIds)
stemIds
- public void fillInMemberships(java.util.Set<java.lang.String> membershipIds)
membershipIds
- public void fillInSubjects(WsSubjectLookup[] subjectLookups, java.util.Set<java.lang.String> extraMemberIds, boolean includeSubjectDetail, java.lang.String[] theSubjectAttributeNames)
subjectLookups
- extraMemberIds
- includeSubjectDetail
- theSubjectAttributeNames
- public void fillInAttributeDefNames(java.util.Set<java.lang.String> attributeDefNameIds)
attributeDefNameIds
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |