|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcAddMember
public class GcAddMember
class to run an add member web service call
Constructor Summary | |
---|---|
GcAddMember()
|
Method Summary | |
---|---|
GcAddMember |
addParam(String paramName,
String paramValue)
add a param to the list |
GcAddMember |
addParam(WsParam wsParam)
add a param to the list |
GcAddMember |
addSubjectAttributeName(String subjectAttributeName)
|
GcAddMember |
addSubjectId(String subjectId)
add a subject lookup |
GcAddMember |
addSubjectIdentifier(String subjectIdentifier)
add a subject lookup |
GcAddMember |
addSubjectLookup(WsSubjectLookup wsSubjectLookup)
add a subject lookup |
GcAddMember |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcAddMember |
assignAddExternalSubjectIfNotFound(Boolean theAssignAddExternalSubjectIfNotFound)
addExternalSubjectIfNotFound T or F, if this is a search by id or identifier, with no source, or the external source, and the subject is not found, then add an external subject (if the user is allowed |
GcAddMember |
assignClientVersion(String theClientVersion)
assign client version |
void |
assignDisabledTime(Timestamp theDisabledTime)
date this membership will be disabled, yyyy/MM/dd HH:mm:ss.SSS |
void |
assignEnabledTime(Timestamp theEnabledTime)
date this membership will be enabled (for future provisioning), yyyy/MM/dd HH:mm:ss.SSS |
GcAddMember |
assignFieldName(String theFieldName)
assign the field name to the request |
GcAddMember |
assignGroupName(String theGroupName)
set the group name |
GcAddMember |
assignGroupUuid(String theGroupUuid)
set the group name |
GcAddMember |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcAddMember |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
GcAddMember |
assignReplaceAllExisting(Boolean isReplaceAllExisting)
set if we should replace all existing members with new list |
GcAddMember |
assignTxType(GcTransactionType gcTransactionType)
assign the tx type |
WsAddMemberResults |
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 GcAddMember()
Method Detail |
---|
public void assignDisabledTime(Timestamp theDisabledTime)
theDisabledTime
- public void assignEnabledTime(Timestamp theEnabledTime)
theEnabledTime
- public GcAddMember assignGroupName(String theGroupName)
theGroupName
-
public GcAddMember assignGroupUuid(String theGroupUuid)
theGroupUuid
-
public GcAddMember addParam(String paramName, String paramValue)
paramName
- paramValue
-
public GcAddMember addParam(WsParam wsParam)
wsParam
-
public GcAddMember addSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup
-
public GcAddMember addSubjectId(String subjectId)
subjectId
-
public GcAddMember addSubjectIdentifier(String subjectIdentifier)
subjectIdentifier
-
public GcAddMember assignReplaceAllExisting(Boolean isReplaceAllExisting)
isReplaceAllExisting
-
public GcAddMember assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject
-
public GcAddMember assignFieldName(String theFieldName)
theFieldName
-
public GcAddMember assignTxType(GcTransactionType gcTransactionType)
gcTransactionType
-
public GcAddMember addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName
-
public GcAddMember assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail
-
public GcAddMember assignAddExternalSubjectIfNotFound(Boolean theAssignAddExternalSubjectIfNotFound)
theAssignAddExternalSubjectIfNotFound
-
public GcAddMember assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail
-
public GcAddMember assignClientVersion(String theClientVersion)
theClientVersion
-
public WsAddMemberResults execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |