public class ProcessDeployer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROCESS_ATTR_RESOURCE |
static String |
PROCESS_ELEMENT_NAME |
protected ProcessEngine |
processEngine |
static String |
PROCESSES_FILE_NAME |
| Constructor and Description |
|---|
ProcessDeployer(ProcessEngine processEngine) |
| Modifier and Type | Method and Description |
|---|---|
String |
deployProcess(String resourceName)
Deploys a single process
|
void |
deployProcesses()
Deploys all processes listed in the
PROCESSES_FILE_NAME-file. |
Set<String> |
getResourceNames() |
public static final String PROCESSES_FILE_NAME
public static final String PROCESS_ELEMENT_NAME
public static final String PROCESS_ATTR_RESOURCE
protected final ProcessEngine processEngine
public ProcessDeployer(ProcessEngine processEngine)
public String deployProcess(String resourceName)
ProcessDefinition.getId()public void deployProcesses()
PROCESSES_FILE_NAME-file.Copyright © 2016 Alfresco. All rights reserved.