| Package | Description |
|---|---|
| org.bonitasoft.engine.parameter |
| Modifier and Type | Method and Description |
|---|---|
static OrderBy |
OrderBy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderBy[] |
OrderBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SParameter> |
ParameterServiceImpl.get(long processDefinitionId,
int fromIndex,
int numberOfResult,
OrderBy order) |
List<SParameter> |
ParameterService.get(long processDefinitionId,
int fromIndex,
int numberOfResult,
OrderBy order)
Get parameters in a specific interval for specific process, this is used for pagination
|
List<SParameter> |
ParameterServiceImpl.getNullValues(long processDefinitionId,
int fromIndex,
int numberOfResult,
OrderBy order) |
List<SParameter> |
ParameterService.getNullValues(long processDefinitionId,
int fromIndex,
int numberOfResult,
OrderBy order)
Get a list of parameters will null values in order in specific process
|
Copyright © 2019 Bonitasoft S.A.. All rights reserved.