| 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 |
|---|---|
ActivationState |
ProcessDeploymentInfo.getActivationState()
Retrieves the
ProcessDefinition ActivationState. |
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 © 2018 Bonitasoft S.A.. All rights reserved.