Package de.xima.fc
Class CmnConst.AttachmentFormParams
- java.lang.Object
-
- de.xima.fc.CmnConst.AttachmentFormParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION
static String
ACTION_DELETE
static String
ACTION_DOWNLOAD
static String
ATTACHMENT_UUID
static String
PROCESS_ID
-
Constructor Summary
Constructors Constructor Description AttachmentFormParams()
-
-
-
Field Detail
-
PROCESS_ID
public static final String PROCESS_ID
- See Also:
- Constant Field Values
-
ATTACHMENT_UUID
public static final String ATTACHMENT_UUID
- See Also:
- Constant Field Values
-
ACTION
public static final String ACTION
- See Also:
- Constant Field Values
-
ACTION_DOWNLOAD
public static final String ACTION_DOWNLOAD
- See Also:
- Constant Field Values
-
ACTION_DELETE
public static final String ACTION_DELETE
- See Also:
- Constant Field Values
-
-