Class Attachments
- java.lang.Object
-
- org.camunda.bpm.container.impl.deployment.Attachments
-
public class Attachments extends Object
Contains the attachment names of all attachments used by the ProcessApplication deployment OperationSteps.- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static String
BPM_PLATFORM_XML
static String
PROCESS_APPLICATION
static String
PROCESS_ARCHIVE_DEPLOYMENT_MAP
static String
PROCESSES_XML_RESOURCES
-
Constructor Summary
Constructors Constructor Description Attachments()
-
-
-
Field Detail
-
PROCESS_APPLICATION
public static final String PROCESS_APPLICATION
- See Also:
- Constant Field Values
-
PROCESSES_XML_RESOURCES
public static final String PROCESSES_XML_RESOURCES
- See Also:
- Constant Field Values
-
PROCESS_ARCHIVE_DEPLOYMENT_MAP
public static final String PROCESS_ARCHIVE_DEPLOYMENT_MAP
- See Also:
- Constant Field Values
-
BPM_PLATFORM_XML
public static final String BPM_PLATFORM_XML
- See Also:
- Constant Field Values
-
-