public class DeploymentResult extends Object
Constructor and Description |
---|
DeploymentResult() |
Modifier and Type | Method and Description |
---|---|
void |
addFormModelMapping(Long formModelId,
com.activiti.domain.runtime.Form form) |
void |
addModelMapping(com.activiti.domain.editor.AbstractModel processModel,
BpmnModel bpmnModel) |
void |
addProcessDefinition(ProcessDefinition processDefinition)
Should be called AFTER all
AbstractModel s and BpmnModel s are added! |
Deployment |
getDeployment() |
List<ProcessDefinition> |
getProcessDefinitionsForProcessModel(Long modelId) |
List<com.activiti.domain.editor.AbstractModel> |
getProcessModels() |
com.activiti.domain.runtime.RuntimeAppDeployment |
getRuntimeAppDeployment() |
com.activiti.domain.runtime.Form |
getRuntimeFormForFormModel(Long formModelId) |
void |
setDeployment(Deployment deployment) |
void |
setProcessModels(List<com.activiti.domain.editor.AbstractModel> processModels) |
void |
setRuntimeAppDeployment(com.activiti.domain.runtime.RuntimeAppDeployment runtimeAppDeployment) |
public void addModelMapping(com.activiti.domain.editor.AbstractModel processModel, BpmnModel bpmnModel)
public void addProcessDefinition(ProcessDefinition processDefinition)
AbstractModel
s and BpmnModel
s are added!public List<ProcessDefinition> getProcessDefinitionsForProcessModel(Long modelId)
public com.activiti.domain.runtime.Form getRuntimeFormForFormModel(Long formModelId)
public void addFormModelMapping(Long formModelId, com.activiti.domain.runtime.Form form)
public com.activiti.domain.runtime.RuntimeAppDeployment getRuntimeAppDeployment()
public Deployment getDeployment()
public void setDeployment(Deployment deployment)
public void setRuntimeAppDeployment(com.activiti.domain.runtime.RuntimeAppDeployment runtimeAppDeployment)
public List<com.activiti.domain.editor.AbstractModel> getProcessModels()
public void setProcessModels(List<com.activiti.domain.editor.AbstractModel> processModels)
Copyright © 2014–2015 Alfresco. All rights reserved.