Package com.openkm.dao
Class ImportStationDaoConstants.TaskTable
- java.lang.Object
-
- com.openkm.dao.ImportStationDaoConstants.TaskTable
-
- Enclosing class:
- ImportStationDaoConstants
public static class ImportStationDaoConstants.TaskTable extends Object
Task table.- Author:
- jabad
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic StringCREATION_DATEstatic StringCUSTOM_PROPERTIESstatic StringIDstatic StringNAMEstatic StringPROCESSORstatic StringRUNNINGstatic StringSCHEDULEDstatic StringSCHEDULED_EXPRESSIONstatic StringTABLE_NAMEstatic StringTASK_TYPE_SCHEDULED
-
Constructor Summary
Constructors Constructor Description TaskTable()
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
CLASS_NAME
public static final String CLASS_NAME
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
RUNNING
public static final String RUNNING
- See Also:
- Constant Field Values
-
SCHEDULED
public static final String SCHEDULED
- See Also:
- Constant Field Values
-
PROCESSOR
public static final String PROCESSOR
- See Also:
- Constant Field Values
-
SCHEDULED_EXPRESSION
public static final String SCHEDULED_EXPRESSION
- See Also:
- Constant Field Values
-
TASK_TYPE_SCHEDULED
public static final String TASK_TYPE_SCHEDULED
- See Also:
- Constant Field Values
-
CREATION_DATE
public static final String CREATION_DATE
- See Also:
- Constant Field Values
-
CUSTOM_PROPERTIES
public static final String CUSTOM_PROPERTIES
- See Also:
- Constant Field Values
-
-