org.camunda.bpm.application.impl.metadata
Class ProcessArchiveXmlImpl
java.lang.Object
org.camunda.bpm.application.impl.metadata.ProcessArchiveXmlImpl
- All Implemented Interfaces:
- ProcessArchiveXml
public class ProcessArchiveXmlImpl
- extends Object
- implements ProcessArchiveXml
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessArchiveXmlImpl
public ProcessArchiveXmlImpl()
getName
public String getName()
- Specified by:
getName
in interface ProcessArchiveXml
- Returns:
- the name of the process archive. Must not be null.
setName
public void setName(String name)
getProcessEngineName
public String getProcessEngineName()
- Specified by:
getProcessEngineName
in interface ProcessArchiveXml
- Returns:
- the name of the process engine which the deployment should be made to. If null, the "default engine" is used.
setProcessEngineName
public void setProcessEngineName(String processEngineName)
getProcessResourceNames
public List<String> getProcessResourceNames()
- Specified by:
getProcessResourceNames
in interface ProcessArchiveXml
- Returns:
- a list of process definition resource names that make up the deployment.
setProcessResourceNames
public void setProcessResourceNames(List<String> processResourceNames)
getProperties
public Map<String,String> getProperties()
- Specified by:
getProperties
in interface ProcessArchiveXml
- Returns:
- a list of additional properties. See constant property names defined in this class for a list of available properties.
- See Also:
ProcessArchiveXml.PROP_IS_DELETE_UPON_UNDEPLOY
,
ProcessArchiveXml.PROP_IS_SCAN_FOR_PROCESS_DEFINITIONS
,
ProcessArchiveXml.PROP_RESOURCE_ROOT_PATH
setProperties
public void setProperties(Map<String,String> properties)
Copyright © 2014 camunda services GmbH. All Rights Reserved.