Package | Description |
---|---|
com.canto.cumulus.constants |
The constants and Enums of the Cumulus Java Classes.
|
com.canto.cumulus.server.esp.modules.validator |
Modifier and Type | Method and Description |
---|---|
static TableAction |
TableAction.find(int id)
Find the action for the given id.
|
static TableAction |
TableAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableAction[] |
TableAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<TableAction> |
TableAction.findAll(int id)
Returns all actions that have been encoded into the given id.
|
Modifier and Type | Method and Description |
---|---|
static int |
TableAction.getAll(java.util.EnumSet<TableAction> actions)
Returns all given actions as an encoded int.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<TableAction> |
TableValidatorESP.getSupportedTableActions(java.lang.String tableName)
Returns the supported actions for the given table.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TableValidatorESP.validate(java.util.Locale locale,
java.lang.Object item,
TableAction tableAction,
JPack configurationData)
The actual worker method that should validate the content of the given table item to comply with the validation rules specified by the configuration
data.
|
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.