Interface WebPlatformCommandMessage<C extends Enum<C> & WebPlatformCommand>

Type Parameters:
C - The type of command.
All Superinterfaces:
PlatformCommandMessage<C>, PlatformMessage
All Known Implementing Classes:
WebCommandDepictEvent, WebCommandMessage

public interface WebPlatformCommandMessage<C extends Enum<C> & WebPlatformCommand> extends PlatformCommandMessage<C>
A command message to or from the web platform on which objects are being depicted. All parameters with URI values will are considered to be application-relative; before depiction they will be dereferenced and resolved using DepictContext.getDepictionURI(URI, String...)
Author:
Garret Wilson
  • Method Details

    • getParameters

      Map<String,Object> getParameters()
      Returns:
      The read-only map of parameters.