Class SyncConstants
- java.lang.Object
-
- org.openiam.sync.service.impl.constant.SyncConstants
-
public class SyncConstants extends Object
Constants used during synchronization
-
-
Field Summary
Fields Modifier and Type Field Description static int
FAIL
static String
RUNNING_SYNC
static int
SKIP
static int
SUCCESS
-
Constructor Summary
Constructors Constructor Description SyncConstants()
-
-
-
Field Detail
-
FAIL
public static final int FAIL
- See Also:
- Constant Field Values
-
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
-
SKIP
public static final int SKIP
- See Also:
- Constant Field Values
-
RUNNING_SYNC
public static final String RUNNING_SYNC
- See Also:
- Constant Field Values
-
-