public interface ProgramNodeServiceConfigurable
ProgramNodeService
interface. If an implementation of
ProgramNodeService
also implements the ProgramNodeServiceConfigurable
interface, additional properties
for the program node contribution can be configured.
NOTE: This interface is only relevant to URCap program nodes with a HTML-based user interface
Modifier and Type | Method and Description |
---|---|
void |
configureContribution(ProgramNodeConfiguration configuration)
This method is called once after the
ProgramNodeService is registered. |
void configureContribution(ProgramNodeConfiguration configuration)
This method is called once after the ProgramNodeService
is registered. Modify the configuration parameter
to configure your contribution. The configuration object will already have default values for its properties
matching most use cases.
The values of this object will be read once immediately after this method call. Changing values at a later stage
will have no effect, so do not store a reference to the configuration object.
configuration
- A modifiable ProgramNodeConfiguration
object with default valuesCopyright © 2021. All rights reserved.