|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.attr.AttributeDefNameSetDelegate
public class AttributeDefNameSetDelegate
delegate the attribute def name set
Constructor Summary | |
---|---|
AttributeDefNameSetDelegate(AttributeDefName attributeDefName1)
|
Method Summary | |
---|---|
boolean |
addToAttributeDefNameSet(AttributeDefName newAttributeDefName)
for instance if the argument is arts and sciences, and this is all, then calling this will allow all to imply arts and sciences |
java.util.Set<java.lang.String> |
getAttributeDefNameNamesImpliedByThis()
get attribute def names implied by this |
java.util.Set<java.lang.String> |
getAttributeDefNameNamesImpliedByThisImmediate()
get attribute def names implied by this immediate |
java.util.Set<java.lang.String> |
getAttributeDefNameNamesThatImplyThis()
get attribute def names that imply this immediate |
java.util.Set<java.lang.String> |
getAttributeDefNameNamesThatImplyThisImmediate()
get attribute def names that imply this immediate |
java.util.Set<AttributeDefName> |
getAttributeDefNamesImpliedByThis()
get all the THEN rows from attributeDefNameSet about this id. |
java.util.Set<AttributeDefName> |
getAttributeDefNamesImpliedByThisImmediate()
get all the THEN rows from attributeDefNameSet about this id (immediate only). |
java.util.Set<AttributeDefName> |
getAttributeDefNamesThatImplyThis()
get all the IF rows from attributeDefNameSet about this id. |
java.util.Set<AttributeDefName> |
getAttributeDefNamesThatImplyThisImmediate()
get all the IF rows from attributeDefNameSet about this id (immediate only). |
boolean |
internal_addToAttributeDefNameSet(AttributeDefName newAttributeDefName,
java.lang.String uuid)
|
boolean |
removeFromAttributeDefNameSet(AttributeDefName attributeDefNameToRemove)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeDefNameSetDelegate(AttributeDefName attributeDefName1)
attributeDefName1
- Method Detail |
---|
public java.util.Set<AttributeDefName> getAttributeDefNamesImpliedByThis()
public java.util.Set<java.lang.String> getAttributeDefNameNamesImpliedByThis()
public java.util.Set<java.lang.String> getAttributeDefNameNamesImpliedByThisImmediate()
public java.util.Set<java.lang.String> getAttributeDefNameNamesThatImplyThisImmediate()
public java.util.Set<java.lang.String> getAttributeDefNameNamesThatImplyThis()
public java.util.Set<AttributeDefName> getAttributeDefNamesImpliedByThisImmediate()
public java.util.Set<AttributeDefName> getAttributeDefNamesThatImplyThis()
public java.util.Set<AttributeDefName> getAttributeDefNamesThatImplyThisImmediate()
public boolean addToAttributeDefNameSet(AttributeDefName newAttributeDefName)
newAttributeDefName
-
public boolean internal_addToAttributeDefNameSet(AttributeDefName newAttributeDefName, java.lang.String uuid)
uuid
- is uuid or null to generate onenewAttributeDefName
-
public boolean removeFromAttributeDefNameSet(AttributeDefName attributeDefNameToRemove)
attributeDefNameToRemove
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |