Package com.openkm
Class ImportStationConstants.FormPropertiesConstants
- java.lang.Object
-
- com.openkm.ImportStationConstants.FormPropertiesConstants
-
- Enclosing class:
- ImportStationConstants
public static class ImportStationConstants.FormPropertiesConstants extends Object
Abstract form properties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIDTask id.static StringNAMETask name.static StringPROCESSORProcessor constant.static StringSCHEDULED_EXPRESSIONScheduled expression.static StringTASK_IS_SCHEDULEDTask is scheduled.static StringTASK_TYPE_SCHEDULEDTask type scheduled.
-
Constructor Summary
Constructors Constructor Description FormPropertiesConstants()
-
-
-
Field Detail
-
ID
public static final String ID
Task id.- See Also:
- Constant Field Values
-
NAME
public static final String NAME
Task name.- See Also:
- Constant Field Values
-
PROCESSOR
public static final String PROCESSOR
Processor constant.- See Also:
- Constant Field Values
-
SCHEDULED_EXPRESSION
public static final String SCHEDULED_EXPRESSION
Scheduled expression.- See Also:
- Constant Field Values
-
TASK_TYPE_SCHEDULED
public static final String TASK_TYPE_SCHEDULED
Task type scheduled.- See Also:
- Constant Field Values
-
TASK_IS_SCHEDULED
public static final String TASK_IS_SCHEDULED
Task is scheduled.- See Also:
- Constant Field Values
-
-