Creates a link from one resource to another
link c|create from=RA to=RA
from | Address of a source resource. Transaction signer must be owner of this resource. |
to | Address of a destination resource |
Example:
link c from=/ to=c
Destroys existing link
link x|destroy from=RA to=RA
from | Address of a source resource. Transaction signer must be owner of this resource. |
to | Address of a destination resource |
Example:
link x from=/ to=c
Lists outbound links of a specified resource
link lo|listoutbounds RA
<first> | Address of a resource which outbound links are be listed of |
Example:
link lo /company/application (short form)
Lists inbound links of a specified resource
link li|listinbounds RA
<first> | Address of a resource which inbound links are be listed of |
Example:
link li /company/application (short form)