Class ProcessArchiveXmlImpl
java.lang.Object
org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
- All Implemented Interfaces:
ProcessArchiveXml
-
Field Summary
Fields inherited from interface org.camunda.bpm.application.impl.metadata.spi.ProcessArchiveXml
PROP_ADDITIONAL_RESOURCE_SUFFIXES, PROP_ADDITIONAL_RESOURCE_SUFFIXES_SEPARATOR, PROP_IS_DELETE_UPON_UNDEPLOY, PROP_IS_DEPLOY_CHANGED_ONLY, PROP_IS_RESUME_PREVIOUS_VERSIONS, PROP_IS_SCAN_FOR_PROCESS_DEFINITIONS, PROP_RESOURCE_ROOT_PATH, PROP_RESUME_PREVIOUS_BY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
void
setProcessEngineName
(String processEngineName) void
setProcessResourceNames
(List<String> processResourceNames) void
setProperties
(Map<String, String> properties) void
setTenantId
(String tenantId)
-
Constructor Details
-
ProcessArchiveXmlImpl
public ProcessArchiveXmlImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceProcessArchiveXml
- Returns:
- the name of the process archive. Must not be null.
-
setName
-
getTenantId
- Specified by:
getTenantId
in interfaceProcessArchiveXml
- Returns:
- the id of the tenant the resources of the process archive should deploy for. Can be
null
.
-
setTenantId
-
getProcessEngineName
- Specified by:
getProcessEngineName
in interfaceProcessArchiveXml
- Returns:
- the name of the process engine which the deployment should be made to. If null, the "default engine" is used.
-
setProcessEngineName
-
getProcessResourceNames
- Specified by:
getProcessResourceNames
in interfaceProcessArchiveXml
- Returns:
- a list of process definition resource names that make up the deployment.
-
setProcessResourceNames
-
getProperties
- Specified by:
getProperties
in interfaceProcessArchiveXml
- Returns:
- a list of additional properties. See constant property names defined in this class for a list of available properties.
- See Also:
-
setProperties
-