|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcAssignAttributesBatch
public class GcAssignAttributesBatch
class to run an assign attributes web service call
Constructor Summary | |
---|---|
GcAssignAttributesBatch()
|
Method Summary | |
---|---|
GcAssignAttributesBatch |
addAssignAttributeBatchEntry(WsAssignAttributeBatchEntry wsAssignAttributeBatchEntry)
add to the batch of attribute assignments |
GcAssignAttributesBatch |
addParam(String paramName,
String paramValue)
add a param to the list |
GcAssignAttributesBatch |
addParam(WsParam wsParam)
add a param to the list |
GcAssignAttributesBatch |
addSubjectAttributeName(String subjectAttributeName)
|
GcAssignAttributesBatch |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcAssignAttributesBatch |
assignClientVersion(String theClientVersion)
assign client version |
GcAssignAttributesBatch |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcAssignAttributesBatch |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcAssignAttributesBatch |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type |
WsAssignAttributesBatchResults |
execute()
execute the call and return the results. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcAssignAttributesBatch()
Method Detail |
---|
public GcAssignAttributesBatch addAssignAttributeBatchEntry(WsAssignAttributeBatchEntry wsAssignAttributeBatchEntry)
wsAssignAttributeBatchEntry
-
public GcAssignAttributesBatch assignClientVersion(String theClientVersion)
theClientVersion
-
public GcAssignAttributesBatch addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcAssignAttributesBatch addParam(WsParam wsParam)
wsParam
-
public GcAssignAttributesBatch assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcAssignAttributesBatch addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcAssignAttributesBatch assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcAssignAttributesBatch assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public WsAssignAttributesBatchResults execute()
public GcAssignAttributesBatch assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |