public interface ActivityConfiguration extends Configuration
Configuration.ConfigurationIDs| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Generated ID for serialisation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fromInputParameter(java.lang.String entryName)
Gets the name of the input parameter, the configuration value for the
designated entry is provided at runtime.
|
java.lang.String |
fromProcessConfiguration(java.lang.String entryName)
Gets the name of the entry of the process configuration, the value for this
configuration and the designated entry is provided at runtime.
|
java.util.Set<java.lang.String> |
getAllEntries()
Gets all entry names that have a value different from null in this
configuration.
|
getBoolean, getConfigurationID, getDate, getFloat, getInteger, getString, getUDT, getURI, isFixedstatic final long serialVersionUID
java.lang.String fromInputParameter(java.lang.String entryName)
entryName - The name of the entry for which to get the name of the
input parameter that provides the configuration value at runtime.java.lang.String fromProcessConfiguration(java.lang.String entryName)
entryName - The name of the entry for which to get the name of the
configuration key of the process configuration that provides the
configuration value at runtime.java.util.Set<java.lang.String> getAllEntries()
getAllEntries in interface Configuration