|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsRestAssignAttributesBatchRequest
public class WsRestAssignAttributesBatchRequest
request bean in body of rest request. assign attributes and values to owner objects (groups, stems, etc), doing multiple operations in one batch
Constructor Summary | |
---|---|
WsRestAssignAttributesBatchRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
java.lang.String |
getClientVersion()
is the version of the client. |
java.lang.String |
getIncludeGroupDetail()
T or F as to if the group detail should be returned |
java.lang.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 |
java.lang.String[] |
getSubjectAttributeNames()
are the additional subject attributes (data) to return. |
java.lang.String |
getTxType()
is the GrouperTransactionType for the request. |
WsAssignAttributeBatchEntry[] |
getWsAssignAttributeBatchEntries()
batch of attribute assignments |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setClientVersion(java.lang.String clientVersion1)
is the version of the client. |
void |
setIncludeGroupDetail(java.lang.String includeGroupDetail1)
T or F as to if the group detail should be returned |
void |
setIncludeSubjectDetail(java.lang.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(java.lang.String[] subjectAttributeNames1)
are the additional subject attributes (data) to return. |
void |
setTxType(java.lang.String txType1)
is the GrouperTransactionType for the request. |
void |
setWsAssignAttributeBatchEntries(WsAssignAttributeBatchEntry[] wsAssignAttributeBatchEntries1)
batch of attribute assignments |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAssignAttributesBatchRequest()
Method Detail |
---|
public WsAssignAttributeBatchEntry[] getWsAssignAttributeBatchEntries()
public void setWsAssignAttributeBatchEntries(WsAssignAttributeBatchEntry[] wsAssignAttributeBatchEntries1)
wsAssignAttributeBatchEntries1
- public java.lang.String getTxType()
public void setTxType(java.lang.String txType1)
txType1
- public java.lang.String getClientVersion()
public void setClientVersion(java.lang.String clientVersion1)
clientVersion1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- public java.lang.String getIncludeSubjectDetail()
public void setIncludeSubjectDetail(java.lang.String includeSubjectDetail1)
includeSubjectDetail1
- public java.lang.String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(java.lang.String[] subjectAttributeNames1)
subjectAttributeNames1
- public java.lang.String getIncludeGroupDetail()
public void setIncludeGroupDetail(java.lang.String includeGroupDetail1)
includeGroupDetail1
- public WsParam[] getParams()
public void setParams(WsParam[] params1)
params1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |