|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrouperSet
grouper set manages relationships of directed graphs
Method Summary | |
---|---|
int |
__getDepth()
depth of this relationship (0 means self, 1 means one hop, 2 means 2 hops, etc) |
java.lang.String |
__getId()
if of this object |
GrouperSetElement |
__getIfHasElement()
if has this element then has another element |
java.lang.String |
__getIfHasElementId()
if has this element id then has another element id |
GrouperSet |
__getParentGrouperSet()
get the parent set the parent is the relationship leading up to this relationship. |
java.lang.String |
__getParentGrouperSetId()
parent set id |
GrouperSetElement |
__getThenHasElement()
has this element if it has another |
java.lang.String |
__getThenHasElementId()
has this element Id if it has another id |
void |
__setParentGrouperSetId(java.lang.String grouperSetId)
set the parent id of this set. |
void |
delete()
delete this object |
void |
saveOrUpdate()
insert or update this object |
Method Detail |
---|
java.lang.String __getId()
java.lang.String __getIfHasElementId()
GrouperSetElement __getIfHasElement()
GrouperSetElement __getThenHasElement()
java.lang.String __getThenHasElementId()
int __getDepth()
void __setParentGrouperSetId(java.lang.String grouperSetId)
grouperSetId
- java.lang.String __getParentGrouperSetId()
GrouperSet __getParentGrouperSet()
void saveOrUpdate()
void delete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |