public interface WorkTypes
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCEPT |
static int |
ADD |
static int |
DELETE |
static int |
EID |
static int |
IGNORE |
static int |
LINK |
static int |
MATCH |
static int |
MERGE |
static int |
PUBLISH |
static int |
SORT |
static int |
TASK |
| Modifier and Type | Method and Description |
|---|---|
static int |
parse(String action) |
static String |
toString(int action) |
static final int DELETE
static final int ADD
static final int MATCH
static final int MERGE
static final int SORT
static final int LINK
static final int TASK
static final int EID
static final int IGNORE
static final int PUBLISH
static final int ACCEPT
Copyright © 2021. All rights reserved.