SRB Add Metadata
Note: This is the print view with all the Reference Manual pages on one page. The paginated version is available here, if you prefer that.
details on the SRB Add Metadata actor
1. About
about the SRB Add Metadata actor
This actor is used to add new metadata to SRB objects.
2. Parameters
details on the actor's parameters
name | type | description |
---|---|---|
server id | int | ID of the SRB Server actor to use for this actor. |
3. Input Ports
details on the Input Ports of this actor
name | type | description |
---|---|---|
srbFilePath | string | the full path to the object on the SRB server which the metadata should be added to |
Metadata | general | an array of Metadata (see Usage Notes for more info) |
4. Usage Notes
details on specific usage notes for this actor
the metadata port currently takes in an array of the class org.dart.tokens.MetadataToken. Any actors creating data to be sent to this actor must store there metadata using these tokens.
see org.dart.tokens.MetadataToken for details on the MetadataToken class.