|
Ila | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface through which a bot updates the system. This is a privileged interface. It is to be exposed as a protected network service.
Method Summary | |
LinkNode |
register(LinkNode node)
Registers the given node . |
Method Detail |
public LinkNode register(LinkNode node) throws IlaException
node
. The node's forelinks
inherit backlinks to the given node; if any forelinks have been
removed, then their corresponding backlinks are scheduled for
removal. The State
of the
node
is updated and returned.
The states of the node's forelinks (as known by the system) are
returned on a best efforts basis;
if the state of any of the node's forelinks cannot be ascertained
immediately, then they are returned in the
NF
state.
node
- the node encapsulating information parsed by
a trusted bot
LinkNode
instance encapsulating
the state of knowledge about the given
node
at this moment in time
IlaException
- if an error occurs
|
Ila | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |