|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ws.rest.attribute.WsRestAssignAttributeDefNameInheritanceRequest
public class WsRestAssignAttributeDefNameInheritanceRequest
request bean in body of rest request
Constructor Summary | |
---|---|
WsRestAssignAttributeDefNameInheritanceRequest()
|
Method Summary | |
---|---|
WsSubjectLookup |
getActAsSubjectLookup()
if acting as someone else |
String |
getAssign()
T to assign, or F to remove assignment |
String |
getClientVersion()
is the version of the client. |
WsParam[] |
getParams()
optional: reserved for future use |
WsAttributeDefNameLookup[] |
getRelatedWsAttributeDefNameLookups()
one or many attribute def names to add or remove from inheritance from the container |
String |
getReplaceAllExisting()
T if assigning, if this list should replace all existing immediately inherited attribute def names |
String |
getTxType()
is the GrouperTransactionType for the request. |
WsAttributeDefNameLookup |
getWsAttributeDefNameLookup()
attributeDefName which is the container for the inherited attribute def names |
GrouperRestHttpMethod |
retrieveRestHttpMethod()
see which http method this is supposed to be associated with, and override whatever was passed in |
void |
setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
if acting as someone else |
void |
setAssign(String assign1)
T to assign, or F to remove assignment |
void |
setClientVersion(String clientVersion1)
is the version of the client. |
void |
setParams(WsParam[] params1)
optional: reserved for future use |
void |
setRelatedWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1)
one or many attribute def names to add or remove from inheritance from the container |
void |
setReplaceAllExisting(String replaceAllExisting1)
T if assigning, if this list should replace all existing immediately inherited attribute def names |
void |
setTxType(String txType1)
is the GrouperTransactionType for the request. |
void |
setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1)
attributeDefName which is the container for the inherited attribute def names |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsRestAssignAttributeDefNameInheritanceRequest()
Method Detail |
---|
public WsAttributeDefNameLookup getWsAttributeDefNameLookup()
public void setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1)
wsAttributeDefNameLookup1
- public WsAttributeDefNameLookup[] getRelatedWsAttributeDefNameLookups()
public void setRelatedWsAttributeDefNameLookups(WsAttributeDefNameLookup[] relatedWsAttributeDefNameLookups1)
relatedWsAttributeDefNameLookups1
- public String getAssign()
public void setAssign(String assign1)
assign1
- public String getReplaceAllExisting()
public void setReplaceAllExisting(String replaceAllExisting1)
replaceAllExisting1
- public String getTxType()
public void setTxType(String txType1)
txType1
- public GrouperRestHttpMethod retrieveRestHttpMethod()
WsRequestBean
retrieveRestHttpMethod
in interface WsRequestBean
WsRequestBean.retrieveRestHttpMethod()
public String getClientVersion()
public void setClientVersion(String clientVersion1)
clientVersion1
- public WsSubjectLookup getActAsSubjectLookup()
public void setActAsSubjectLookup(WsSubjectLookup actAsSubjectLookup1)
actAsSubjectLookup1
- 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 |