Package | Description |
---|---|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Class and Description |
---|---|
class |
ClassNameOptionType
Option type meant to store full qualified java class names
|
class |
CommaSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
HashingSchemesOptionType
An option type that offers the registered ways to hash data (modules of type
HashingSchemeType ) |
class |
IPv4RestrictionOptionType
Option for input of an IP4 restriction
|
class |
JNDIPathOptionType
Option type thatis meant to contain a JNDI path
|
class |
JSONListOptionType
Option type storing a string list as JSON list
|
class |
LogLevelOptionType
An option type storing log levels like those used by log4j
|
class |
MultilineStringOptionType
An option type meant to store strings that may have multiple lines
|
class |
MultiPredefinedValuesOptionType
Tool class for building option types that offer some predefined values and need multiple selection
To use simply instantiate the class and add all values to offer via method
MultiPredefinedValuesOptionType.addValue(String) . |
class |
PasswordEncodingsOptionType
An option type that offers the registered ways to encode passwords (modules of type
PasswordEncodingType ) |
class |
PasswordOptionType
An option that stores passwords in some encoded way to provide some level of protection
|
class |
PredefinedValuesOptionType
Tool class for building option types that offer some predefined values
To use simply instantiate the class and add all values to offer via method
PredefinedValuesOptionType.addValue(String) . |
class |
SemicolonSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
ServerFilePathOptionType
Option type meant to store file paths of the WGA server's file system
|
class |
ShareOpsOptionType
An option type allowing to enable/disable operations for a content share: create, move, delete
|
class |
SpaceSeparatedListOptionType
Option type meant to store comma separated lists "a,b,c" in a string
|
class |
TextEncodingOptionType
Option type for storing text encodings.
|
class |
URLOptionType
An option type holding and validating a complete URL
|
class |
WorkflowEngineOptionType
Option type for storing WGAPI workflow engines.
|
Modifier and Type | Field and Description |
---|---|
static StringOptionType |
StringOptionType.INSTANCE |