public class GetBpmnModelCmd extends Object implements Command<org.flowable.bpmn.model.BpmnModel>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
processDefinitionId |
Constructor and Description |
---|
GetBpmnModelCmd(String processDefinitionId) |
Modifier and Type | Method and Description |
---|---|
org.flowable.bpmn.model.BpmnModel |
execute(CommandContext commandContext) |
protected String processDefinitionId
public GetBpmnModelCmd(String processDefinitionId)
public org.flowable.bpmn.model.BpmnModel execute(CommandContext commandContext)
Copyright © 2019 Flowable. All rights reserved.