JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Shortcut to get to the shared executor.
void
Takes the most recently published value from the binding and runs it through the transforms or
delivers it to the target if there are no transforms.
default void
void
Called from the binding when it has a value to push onto the target property ( or through its
transforms )
Method Details
publish
Called from the binding when it has a value to push onto the target property ( or through its
transforms )
Parameters:
pending - true if this value is temporary and will be replaced (within a reasonable span
of time) with a new value
processPublishedValue
void processPublishedValue ()
Takes the most recently published value from the binding and runs it through the transforms or
delivers it to the target if there are no transforms.
getMutabilityMode
Returns:
the mutability mode of the current session. This will be "READ_WRITE" except for
designer sessions, for which it will match the designer's current gateway comm mode
setting. If you need to be notified when this changes, you must listen on the CommonContext.getEventBus() for a SessionMutabilityChangeEvent
getDiagnosticPath
default String getDiagnosticPath ()