| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.process | |
| org.bonitasoft.engine.bpm.process.impl |
| Modifier and Type | Method and Description |
|---|---|
ActivationState |
ProcessDeploymentInfo.getActivationState() |
static ActivationState |
ActivationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivationState[] |
ActivationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActivationState |
ProcessDeploymentInfoImpl.getActivationState() |
| 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 © 2013 BonitaSoft. All Rights Reserved.