public final class SyncStatus
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static SyncStatus |
COMPLETE
A sync is finished with no errors
|
static SyncStatus |
COMPLETE_ERROR
A sync finished with at least 1 error
|
static SyncStatus |
IN_PROGRESS
A sync is in progress
|
static SyncStatus |
WAITING
A sync has been requested but has not yet started
|
| Modifier and Type | Method and Description |
|---|---|
static SyncStatus |
valueOf(java.lang.String name) |
static SyncStatus[] |
values() |
public static final SyncStatus WAITING
public static final SyncStatus IN_PROGRESS
public static final SyncStatus COMPLETE
public static final SyncStatus COMPLETE_ERROR
public static SyncStatus[] values()
public static SyncStatus valueOf(java.lang.String name)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.