This page descibes the construction of message target excepted according to the type of target :
TODO
Event | Event parameters | Target parameters |
selectionChanged | - | page |
TODO
This target represents a explorer node. It can be a folder, calendar, or other application.
Event | Event parameters | Target parameters |
selectionChanged | - | resource-explorer-node |
created | parentID | resource-explorer-node |
deleted | parentID | resource-explorer-node |
moved | parentID | resource-explorer-node |
metadataChanged | parentID | resource-explorer-node |
id : The id of the resource explorer node (ex: resource-collection://o4gjsks-hjkfhdk-456fff-sdf111s-fsklh)
applicationId : The id of the application linked to the explorer node (ex: org.ametys.plugins.explorer.applications.Resources)
rootID: The id of the root node of the tree
parentID: The parent node id of the created, deleted, moved node
This target representes a child of a folder node.
A resource is linked to an explorer node
The event of selection have to contain the parent explorer node. The selected resource appears as a subtarget of its parents explorer node.
Event | Event parameters | Target parameters |
selectionChanged | - | resource-explorer-node |
created | parentID | resource |
deleted | parentID | resource |
moved | parentID | resource |
metadataChanged | parentID | resource |