public final class DeploymentState
extends java.lang.Enum
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static DeploymentState |
ABORTED |
static DeploymentState |
COMMITTED |
static DeploymentState |
PREPARED |
static DeploymentState |
WORKING |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentState |
valueOf(java.lang.String name) |
static DeploymentState[] |
values() |
public static final DeploymentState WORKING
public static final DeploymentState PREPARED
public static final DeploymentState COMMITTED
public static final DeploymentState ABORTED
public static DeploymentState[] values()
public static DeploymentState valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.