Package org.pentaho.platform.api.util
Class QuartzActionUtil
- java.lang.Object
-
- org.pentaho.platform.api.util.QuartzActionUtil
-
public class QuartzActionUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
QUARTZ_ACTIONCLASS
static String
QUARTZ_ACTIONID
static String
QUARTZ_ACTIONUSER
static String
QUARTZ_APPEND_DATE_FORMAT
static String
QUARTZ_AUTO_CREATE_UNIQUE_FILENAME
static String
QUARTZ_LINEAGE_ID
static String
QUARTZ_RESTART_FLAG
static String
QUARTZ_STREAMPROVIDER
static String
QUARTZ_STREAMPROVIDER_INLINE_INPUT_FILE
static String
QUARTZ_STREAMPROVIDER_INLINE_OUTPUT_FILE
static String
QUARTZ_STREAMPROVIDER_INPUT_FILE
static String
QUARTZ_UIPASSPARAM
-
Constructor Summary
Constructors Constructor Description QuartzActionUtil()
-
-
-
Field Detail
-
QUARTZ_ACTIONCLASS
public static final String QUARTZ_ACTIONCLASS
- See Also:
- Constant Field Values
-
QUARTZ_ACTIONUSER
public static final String QUARTZ_ACTIONUSER
- See Also:
- Constant Field Values
-
QUARTZ_ACTIONID
public static final String QUARTZ_ACTIONID
- See Also:
- Constant Field Values
-
QUARTZ_STREAMPROVIDER
public static final String QUARTZ_STREAMPROVIDER
- See Also:
- Constant Field Values
-
QUARTZ_STREAMPROVIDER_INPUT_FILE
public static final String QUARTZ_STREAMPROVIDER_INPUT_FILE
- See Also:
- Constant Field Values
-
QUARTZ_STREAMPROVIDER_INLINE_INPUT_FILE
public static final String QUARTZ_STREAMPROVIDER_INLINE_INPUT_FILE
- See Also:
- Constant Field Values
-
QUARTZ_STREAMPROVIDER_INLINE_OUTPUT_FILE
public static final String QUARTZ_STREAMPROVIDER_INLINE_OUTPUT_FILE
- See Also:
- Constant Field Values
-
QUARTZ_UIPASSPARAM
public static final String QUARTZ_UIPASSPARAM
- See Also:
- Constant Field Values
-
QUARTZ_LINEAGE_ID
public static final String QUARTZ_LINEAGE_ID
- See Also:
- Constant Field Values
-
QUARTZ_RESTART_FLAG
public static final String QUARTZ_RESTART_FLAG
- See Also:
- Constant Field Values
-
QUARTZ_AUTO_CREATE_UNIQUE_FILENAME
public static final String QUARTZ_AUTO_CREATE_UNIQUE_FILENAME
- See Also:
- Constant Field Values
-
QUARTZ_APPEND_DATE_FORMAT
public static final String QUARTZ_APPEND_DATE_FORMAT
- See Also:
- Constant Field Values
-
-