|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsAssignAttributeBatchEntry
public class WsAssignAttributeBatchEntry
If sending in attribute assignments in batch, this is one of the entries
Constructor Summary | |
---|---|
WsAssignAttributeBatchEntry()
|
Method Summary | |
---|---|
java.lang.String |
getAction()
action to assign, or "assign" is the default if blank |
java.lang.String |
getAssignmentDisabledTime()
disabled time, or null for not disabled. |
java.lang.String |
getAssignmentEnabledTime()
enabled time, or null for enabled now. |
java.lang.String |
getAssignmentNotes()
notes on the assignment (optional) |
java.lang.String |
getAttributeAssignOperation()
operation to perform for attribute on owners, from enum AttributeAssignOperation assign_attr, add_attr, remove_attr |
java.lang.String |
getAttributeAssignType()
Type of owner, from enum AttributeAssignType, e.g. |
java.lang.String |
getAttributeAssignValueOperation()
operation to perform for attribute value on attribute assignments: assign_value, add_value, remove_value, replace_values |
java.lang.String |
getDelegatable()
really only for permissions, if the assignee can delegate to someone else. |
WsAttributeAssignValue[] |
getValues()
are the values to assign, replace, remove, etc. |
WsAttributeAssignLookup |
getWsAttributeAssignLookup()
lookup to remove etc |
WsAttributeDefNameLookup |
getWsAttributeDefNameLookup()
attribute def names to assign to the owners |
WsAttributeAssignLookup |
getWsOwnerAttributeAssignLookup()
if you know the assign ids you want or the index of the backreference id, put it here for an assignment on an assignment |
WsAttributeDefLookup |
getWsOwnerAttributeDefLookup()
attribute definition to assign to |
WsGroupLookup |
getWsOwnerGroupLookup()
group to assign attribute to |
WsMembershipAnyLookup |
getWsOwnerMembershipAnyLookup()
effective membership to assign to |
WsMembershipLookup |
getWsOwnerMembershipLookup()
immediate membership to assign to |
WsStemLookup |
getWsOwnerStemLookup()
stem to assign attribute to |
WsSubjectLookup |
getWsOwnerSubjectLookup()
subject of the member to assign to |
void |
setAction(java.lang.String action1)
action to assign, or "assign" is the default if blank |
void |
setAssignmentDisabledTime(java.lang.String assignmentDisabledTime1)
disabled time, or null for not disabled. |
void |
setAssignmentEnabledTime(java.lang.String assignmentEnabledTime1)
enabled time, or null for enabled now. |
void |
setAssignmentNotes(java.lang.String assignmentNotes1)
notes on the assignment (optional) |
void |
setAttributeAssignOperation(java.lang.String attributeAssignOperation1)
operation to perform for attribute on owners, from enum AttributeAssignOperation assign_attr, add_attr, remove_attr |
void |
setAttributeAssignType(java.lang.String attributeAssignType1)
Type of owner, from enum AttributeAssignType, e.g. |
void |
setAttributeAssignValueOperation(java.lang.String attributeAssignValueOperation1)
operation to perform for attribute value on attribute assignments: assign_value, add_value, remove_value, replace_values |
void |
setDelegatable(java.lang.String delegatable1)
really only for permissions, if the assignee can delegate to someone else. |
void |
setValues(WsAttributeAssignValue[] values1)
are the values to assign, replace, remove, etc. |
void |
setWsAttributeAssignLookup(WsAttributeAssignLookup wsAttributeAssignLookup1)
lookup to remove etc |
void |
setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1)
attribute def names to assign to the owners |
void |
setWsOwnerAttributeAssignLookup(WsAttributeAssignLookup wsOwnerAttributeAssignLookup1)
if you know the assign ids you want or the index of the backreference id, put it here for an assignment on an assignment |
void |
setWsOwnerAttributeDefLookup(WsAttributeDefLookup wsOwnerAttributeDefLookup1)
attribute definition to assign to |
void |
setWsOwnerGroupLookup(WsGroupLookup wsOwnerGroupLookup1)
group to assign attribute to |
void |
setWsOwnerMembershipAnyLookup(WsMembershipAnyLookup wsOwnerMembershipAnyLookup1)
effective membership to assign to |
void |
setWsOwnerMembershipLookup(WsMembershipLookup wsOwnerMembershipLookup1)
immediate membership to assign to |
void |
setWsOwnerStemLookup(WsStemLookup wsOwnerStemLookup1)
stem to assign attribute to |
void |
setWsOwnerSubjectLookup(WsSubjectLookup wsOwnerSubjectLookup1)
subject of the member to assign to |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsAssignAttributeBatchEntry()
Method Detail |
---|
public java.lang.String getAttributeAssignType()
public void setAttributeAssignType(java.lang.String attributeAssignType1)
attributeAssignType1
- public WsAttributeDefNameLookup getWsAttributeDefNameLookup()
public void setWsAttributeDefNameLookup(WsAttributeDefNameLookup wsAttributeDefNameLookup1)
wsAttributeDefNameLookup1
- public java.lang.String getAttributeAssignOperation()
public void setAttributeAssignOperation(java.lang.String attributeAssignOperation1)
attributeAssignOperation1
- public WsAttributeAssignValue[] getValues()
public void setValues(WsAttributeAssignValue[] values1)
values1
- public java.lang.String getAssignmentNotes()
public void setAssignmentNotes(java.lang.String assignmentNotes1)
assignmentNotes1
- public java.lang.String getAssignmentEnabledTime()
public void setAssignmentEnabledTime(java.lang.String assignmentEnabledTime1)
assignmentEnabledTime1
- public java.lang.String getAssignmentDisabledTime()
public void setAssignmentDisabledTime(java.lang.String assignmentDisabledTime1)
assignmentDisabledTime1
- public java.lang.String getDelegatable()
public void setDelegatable(java.lang.String delegatable1)
delegatable1
- public java.lang.String getAttributeAssignValueOperation()
public void setAttributeAssignValueOperation(java.lang.String attributeAssignValueOperation1)
attributeAssignValueOperation1
- public WsAttributeAssignLookup getWsAttributeAssignLookup()
public void setWsAttributeAssignLookup(WsAttributeAssignLookup wsAttributeAssignLookup1)
wsAttributeAssignLookup1
- public WsGroupLookup getWsOwnerGroupLookup()
public void setWsOwnerGroupLookup(WsGroupLookup wsOwnerGroupLookup1)
wsOwnerGroupLookup1
- public WsStemLookup getWsOwnerStemLookup()
public void setWsOwnerStemLookup(WsStemLookup wsOwnerStemLookup1)
wsOwnerStemLookup1
- public WsSubjectLookup getWsOwnerSubjectLookup()
public void setWsOwnerSubjectLookup(WsSubjectLookup wsOwnerSubjectLookup1)
wsOwnerSubjectLookup1
- public WsMembershipLookup getWsOwnerMembershipLookup()
public void setWsOwnerMembershipLookup(WsMembershipLookup wsOwnerMembershipLookup1)
wsOwnerMembershipLookup1
- public WsMembershipAnyLookup getWsOwnerMembershipAnyLookup()
public void setWsOwnerMembershipAnyLookup(WsMembershipAnyLookup wsOwnerMembershipAnyLookup1)
wsOwnerMembershipAnyLookup1
- public WsAttributeDefLookup getWsOwnerAttributeDefLookup()
public void setWsOwnerAttributeDefLookup(WsAttributeDefLookup wsOwnerAttributeDefLookup1)
wsOwnerAttributeDefLookup1
- public WsAttributeAssignLookup getWsOwnerAttributeAssignLookup()
public void setWsOwnerAttributeAssignLookup(WsAttributeAssignLookup wsOwnerAttributeAssignLookup1)
wsOwnerAttributeAssignLookup1
- public java.lang.String getAction()
public void setAction(java.lang.String action1)
action1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |