|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.api.GcAssignAttributes
public class GcAssignAttributes
class to run an assign attributes web service call
| Constructor Summary | |
|---|---|
GcAssignAttributes()
|
|
| Method Summary | |
|---|---|
GcAssignAttributes |
addAction(String action)
|
GcAssignAttributes |
addActionToReplace(String action)
actions to replace |
GcAssignAttributes |
addAttributeAssignId(String attributeAssignId)
add a attribute assign id lookup |
GcAssignAttributes |
addAttributeDefNameName(String theAttributeDefNameName)
set the attributeDefName name |
GcAssignAttributes |
addAttributeDefNameToReplace(String theAttributeDefName)
set the attributeDef name to replace |
GcAssignAttributes |
addAttributeDefNameUuid(String theAttributeDefNameUuid)
set the attributeDefName uuid |
GcAssignAttributes |
addAttributeDefTypeToReplace(String attributeDefTypeToReplace)
attribute def types to replace |
GcAssignAttributes |
addAttributeDefUuidToReplace(String theAttributeDefUuid)
set the attributeDef uuid to replace |
GcAssignAttributes |
addOwnerAttributeAssignLookup(WsAttributeAssignLookup wsAttributeAssignLookup)
for assignments on assignments |
GcAssignAttributes |
addOwnerAttributeDefName(String theAttributeDefName)
set the attribute def name |
GcAssignAttributes |
addOwnerAttributeDefUuid(String theAttributeDefUuid)
set the attribute def uuid |
GcAssignAttributes |
addOwnerGroupName(String theGroupName)
set the group name |
GcAssignAttributes |
addOwnerGroupUuid(String theGroupUuid)
set the group uuid |
GcAssignAttributes |
addOwnerMembershipAnyLookup(WsMembershipAnyLookup wsMembershipAnyLookup)
add a membership any lookup |
GcAssignAttributes |
addOwnerMembershipId(String membershipId)
add a membership id lookup for owner |
GcAssignAttributes |
addOwnerStemName(String theStemName)
set the stem name |
GcAssignAttributes |
addOwnerStemUuid(String theStemUuid)
set the stem uuid |
GcAssignAttributes |
addOwnerSubjectLookup(WsSubjectLookup wsSubjectLookup)
set the subject lookup |
GcAssignAttributes |
addParam(String paramName,
String paramValue)
add a param to the list |
GcAssignAttributes |
addParam(WsParam wsParam)
add a param to the list |
GcAssignAttributes |
addSubjectAttributeName(String subjectAttributeName)
|
GcAssignAttributes |
addValue(WsAttributeAssignValue wsAttributeAssignValue)
add a membership any lookup |
GcAssignAttributes |
assignActAsSubject(WsSubjectLookup theActAsSubject)
assign the act as subject if any |
GcAssignAttributes |
assignAssignmentNotes(String theAssignmentNotes)
notes on the assignment (optional) |
GcAssignAttributes |
assignAttributeAssignOperation(String theAttributeAssignOperation)
operation to perform for attribute on owners, from enum AttributeAssignOperation assign_attr, add_attr, remove_attr |
GcAssignAttributes |
assignAttributeAssignType(String theAttributeAssignType)
Type of owner, from enum AttributeAssignType, e.g. |
GcAssignAttributes |
assignAttributeAssignValueOperation(String theAttributeAssignValueOperation)
operation to perform for attribute value on attribute assignments: assign_value, add_value, remove_value, replace_values |
GcAssignAttributes |
assignClientVersion(String theClientVersion)
assign client version |
GcAssignAttributes |
assignDelegatable(String theDelegatable)
really only for permissions, if the assignee can delegate to someone else. |
GcAssignAttributes |
assignDisabledTime(Timestamp theDisabledTime)
disabled time, or null for not disabled |
GcAssignAttributes |
assignEnabledTime(Timestamp theEnabledTime)
enabled time, or null for enabled |
GcAssignAttributes |
assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
assign if the group detail should be included |
GcAssignAttributes |
assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
if should include subject detail |
WsAssignAttributesResults |
execute()
execute the call and return the results. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GcAssignAttributes()
| Method Detail |
|---|
public GcAssignAttributes assignAttributeAssignType(String theAttributeAssignType)
theAttributeAssignType -
public GcAssignAttributes addAction(String action)
action -
public GcAssignAttributes assignClientVersion(String theClientVersion)
theClientVersion -
public GcAssignAttributes addOwnerGroupName(String theGroupName)
theGroupName -
public GcAssignAttributes addOwnerSubjectLookup(WsSubjectLookup wsSubjectLookup)
wsSubjectLookup -
public GcAssignAttributes addOwnerGroupUuid(String theGroupUuid)
theGroupUuid -
public GcAssignAttributes addParam(String paramName,
String paramValue)
paramName - paramValue -
public GcAssignAttributes addParam(WsParam wsParam)
wsParam -
public GcAssignAttributes assignActAsSubject(WsSubjectLookup theActAsSubject)
theActAsSubject -
public GcAssignAttributes addOwnerMembershipAnyLookup(WsMembershipAnyLookup wsMembershipAnyLookup)
wsMembershipAnyLookup -
public GcAssignAttributes addOwnerMembershipId(String membershipId)
membershipId - id (uuid or immediate)
public GcAssignAttributes addAttributeAssignId(String attributeAssignId)
attributeAssignId - id
public GcAssignAttributes addSubjectAttributeName(String subjectAttributeName)
subjectAttributeName -
public GcAssignAttributes assignIncludeGroupDetail(Boolean theIncludeGroupDetail)
theIncludeGroupDetail -
public GcAssignAttributes assignIncludeSubjectDetail(Boolean theIncludeSubjectDetail)
theIncludeSubjectDetail -
public WsAssignAttributesResults execute()
public GcAssignAttributes addOwnerStemName(String theStemName)
theStemName -
public GcAssignAttributes addOwnerStemUuid(String theStemUuid)
theStemUuid -
public GcAssignAttributes addOwnerAttributeDefName(String theAttributeDefName)
theAttributeDefName -
public GcAssignAttributes addOwnerAttributeDefUuid(String theAttributeDefUuid)
theAttributeDefUuid -
public GcAssignAttributes addAttributeDefNameName(String theAttributeDefNameName)
theAttributeDefNameName -
public GcAssignAttributes addAttributeDefNameUuid(String theAttributeDefNameUuid)
theAttributeDefNameUuid -
public GcAssignAttributes assignDisabledTime(Timestamp theDisabledTime)
theDisabledTime -
public GcAssignAttributes assignEnabledTime(Timestamp theEnabledTime)
theEnabledTime -
public GcAssignAttributes assignAssignmentNotes(String theAssignmentNotes)
theAssignmentNotes -
public GcAssignAttributes assignAttributeAssignOperation(String theAttributeAssignOperation)
theAttributeAssignOperation -
public GcAssignAttributes assignAttributeAssignValueOperation(String theAttributeAssignValueOperation)
theAttributeAssignValueOperation -
public GcAssignAttributes assignDelegatable(String theDelegatable)
theDelegatable -
public GcAssignAttributes addValue(WsAttributeAssignValue wsAttributeAssignValue)
wsAttributeAssignValue -
public GcAssignAttributes addOwnerAttributeAssignLookup(WsAttributeAssignLookup wsAttributeAssignLookup)
wsAttributeAssignLookup -
public GcAssignAttributes addAttributeDefNameToReplace(String theAttributeDefName)
theAttributeDefName -
public GcAssignAttributes addAttributeDefUuidToReplace(String theAttributeDefUuid)
theAttributeDefUuid -
public GcAssignAttributes addActionToReplace(String action)
action -
public GcAssignAttributes addAttributeDefTypeToReplace(String attributeDefTypeToReplace)
attributeDefTypeToReplace -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||