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)
The values of the ProgramNodeConfiguration 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.
If the default values are appropriate, leave this method empty.configuration
- A modifiable ProgramNodeConfiguration
object with default valuesCopyright © 2019. All rights reserved.