|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contains the definitions of methods to be implemented for the specific
structure delegates.
Supported API: false
Extendable: false
Method Summary | |
QueryResult |
getStructureObjects(Persistable struct_handle)
Returns all objects in the structure to be shared given the handle. |
void |
processCheckIn(Iterated object)
Adds and removes shared objects. |
void |
processCreateLink(BinaryLink link)
Adds new objects to be shared. |
void |
processDeleteLink(Class link_class,
QueryKey role_a_id,
QueryKey role_b_id)
Removes new objects from the shared table. |
Method Detail |
public QueryResult getStructureObjects(Persistable struct_handle) throws WTException
struct_handle
-
WTException
public void processCreateLink(BinaryLink link) throws WTException
link
-
WTException
public void processDeleteLink(Class link_class, QueryKey role_a_id, QueryKey role_b_id)
link_class
- role_a_id
- role_b_id
- public void processCheckIn(Iterated object) throws WTException
Iterated
object is created. Typically when an object is checked
in, new relationships are added or removed and new shared objects
may be added or removed.
object
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |