| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationState |
ProcessDeploymentInfo.getConfigurationState()
Retrieves the
ProcessDefinition ConfigurationState. |
static ConfigurationState |
ConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationState[] |
ConfigurationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationState |
ProcessDeploymentInfoImpl.getConfigurationState() |
| Constructor and Description |
|---|
ProcessDeploymentInfoImpl(long id,
long processId,
String name,
String version,
String description,
Date deploymentDate,
long deployedBy,
ActivationState activationState,
ConfigurationState configurationState,
String displayName,
Date lastUpdateDate,
String iconPath,
String displayDescription) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.