| Package | Description |
|---|---|
| org.bonitasoft.engine.api |
The Bonita project has a clear separation between the API the users should be interacting with and the actual implementation classes.
|
| org.bonitasoft.engine.bpm.parameter.impl |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterInstance |
ProcessManagementAPI.getParameterInstance(long processDefinitionId,
String parameterName)
Get a parameter instance by process definition UUID
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterInstance> |
ProcessManagementAPI.getParameterInstances(long processDefinitionId,
int startIndex,
int maxResults,
ParameterCriterion sort)
Returns the parameters of a process definition or an empty map if the process does not contain any parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterImpl |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.