|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestGetAttributeAssignmentsRequest
public class WsRestGetAttributeAssignmentsRequest
| Constructor Summary | |
|---|---|
WsRestGetAttributeAssignmentsRequest()
|
|
| Method Summary | |
|---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
String[] |
getActions()
actions to query, or none to query all actions |
String |
getAttributeAssignType()
is the attribute assign type we are looking for |
String |
getClientVersion()
is the version of the client. |
String |
getEnabled()
A for all, T or null for enabled only, F for disabled |
String |
getIncludeAssignmentsOnAssignments()
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. |
String |
getIncludeGroupDetail()
T or F as to if the group detail should be returned |
String |
getIncludeSubjectDetail()
T|F, for if the extended subject information should be returned (anything more than just the id) |
WsParam[] |
getParams()
optional: reserved for future use |
String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
WsAttributeAssignLookup[] |
getWsAttributeAssignLookups()
if you know the assign ids you want, put them here |
WsAttributeDefLookup[] |
getWsAttributeDefLookups()
find assignments in these attribute defs (optional) |
WsAttributeDefNameLookup[] |
getWsAttributeDefNameLookups()
find assignments in these attribute def names (optional) |
WsAttributeDefLookup[] |
getWsOwnerAttributeDefLookups()
to query attributes assigned on attribute defs |
WsGroupLookup[] |
getWsOwnerGroupLookups()
wsOwnerGroupLookups are groups to look in |
WsMembershipAnyLookup[] |
getWsOwnerMembershipAnyLookups()
to query attributes in "any" memberships which are on immediate or effective memberships |
WsMembershipLookup[] |
getWsOwnerMembershipLookups()
to query attributes on immediate memberships |
WsStemLookup[] |
getWsOwnerStemLookups()
are stems to look in |
WsSubjectLookup[] |
getWsOwnerSubjectLookups()
are subjects to look in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setActions(String[] actions1)
actions to query, or none to query all actions |
void |
setAttributeAssignType(String attributeAssignType1)
is the attribute assign type we are looking for |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setEnabled(String enabled1)
A for all, T or null for enabled only, F for disabled |
void |
setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
if this is not querying assignments on assignments directly, but the assignments and assignments on those assignments should be returned, enter true. |
void |
setIncludeGroupDetail(String includeGroupDetail1)
T or F as to if the group detail should be returned |
void |
setIncludeSubjectDetail(String includeSubjectDetail1)
T|F, for if the extended subject information should be returned (anything more than just the id) |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setSubjectAttributeNames(String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setWsAttributeAssignLookups(WsAttributeAssignLookup[] wsAttributeAssignLookups1)
if you know the assign ids you want, put them here |
void |
setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
find assignments in these attribute defs (optional) |
void |
setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
find assignments in these attribute def names (optional) |
void |
setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsOwnerAttributeDefLookups1)
to query attributes assigned on attribute defs |
void |
setWsOwnerGroupLookups(WsGroupLookup[] wsOwnerGroupLookups1)
wsOwnerGroupLookups are groups to look in |
void |
setWsOwnerMembershipAnyLookups(WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups1)
to query attributes in "any" memberships which are on immediate or effective memberships |
void |
setWsOwnerMembershipLookups(WsMembershipLookup[] wsOwnerMembershipLookups1)
to query attributes on immediate memberships |
void |
setWsOwnerStemLookups(WsStemLookup[] wsOwnerStemLookups1)
are stems to look in |
void |
setWsOwnerSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
are subjects to look in |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsRestGetAttributeAssignmentsRequest()
| Method Detail |
|---|
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1 - public String getAttributeAssignType()
public void setAttributeAssignType(String attributeAssignType1)
attributeAssignType1 - public WsAttributeAssignLookup[] getWsAttributeAssignLookups()
public void setWsAttributeAssignLookups(WsAttributeAssignLookup[] wsAttributeAssignLookups1)
wsAttributeAssignLookups1 - public WsAttributeDefLookup[] getWsAttributeDefLookups()
public void setWsAttributeDefLookups(WsAttributeDefLookup[] wsAttributeDefLookups1)
wsAttributeDefLookups1 - public WsAttributeDefNameLookup[] getWsAttributeDefNameLookups()
public void setWsAttributeDefNameLookups(WsAttributeDefNameLookup[] wsAttributeDefNameLookups1)
wsAttributeDefNameLookups1 - public WsGroupLookup[] getWsOwnerGroupLookups()
public void setWsOwnerGroupLookups(WsGroupLookup[] wsOwnerGroupLookups1)
wsOwnerGroupLookups1 - public WsStemLookup[] getWsOwnerStemLookups()
public void setWsOwnerStemLookups(WsStemLookup[] wsOwnerStemLookups1)
wsOwnerStemLookups1 - public WsSubjectLookup[] getWsOwnerSubjectLookups()
public void setWsOwnerSubjectLookups(WsSubjectLookup[] wsOwnerSubjectLookups1)
wsOwnerSubjectLookups1 - public WsMembershipLookup[] getWsOwnerMembershipLookups()
public void setWsOwnerMembershipLookups(WsMembershipLookup[] wsOwnerMembershipLookups1)
wsOwnerMembershipLookups1 - public WsMembershipAnyLookup[] getWsOwnerMembershipAnyLookups()
public void setWsOwnerMembershipAnyLookups(WsMembershipAnyLookup[] wsOwnerMembershipAnyLookups1)
wsOwnerMembershipAnyLookups1 - public WsAttributeDefLookup[] getWsOwnerAttributeDefLookups()
public void setWsOwnerAttributeDefLookups(WsAttributeDefLookup[] wsOwnerAttributeDefLookups1)
wsOwnerAttributeDefLookups1 - public String[] getActions()
public void setActions(String[] actions1)
actions1 - public String getIncludeAssignmentsOnAssignments()
public void setIncludeAssignmentsOnAssignments(String includeAssignmentsOnAssignments1)
includeAssignmentsOnAssignments1 - public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1 - public String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(String includeSubjectDetail1)
includeSubjectDetail1 - public String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] subjectAttributeNames1)
subjectAttributeNames1 - public String getIncludeGroupDetail()
public void setIncludeGroupDetail(String includeGroupDetail1)
includeGroupDetail1 - public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1 - public String getEnabled()
public void setEnabled(String enabled1)
enabled1 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||