org.camunda.bpm.engine.rest.dto.repository
Class StubProcessDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto
org.camunda.bpm.engine.rest.dto.repository.StubProcessDefinitionDto
public class StubProcessDefinitionDto
- extends ProcessDefinitionDto
Setters are only needed to create stub results.
- Author:
- Thorben Lindhauer
| Fields inherited from class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto |
category, deploymentId, description, diagram, id, key, name, resource, suspended, tenantId, version, versionTag |
| Methods inherited from class org.camunda.bpm.engine.rest.dto.repository.ProcessDefinitionDto |
fromProcessDefinition, getCategory, getDeploymentId, getDescription, getDiagram, getId, getKey, getName, getResource, getTenantId, getVersion, getVersionTag, isSuspended |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubProcessDefinitionDto
public StubProcessDefinitionDto()
setId
public void setId(String id)
setKey
public void setKey(String key)
setCategory
public void setCategory(String category)
setDescription
public void setDescription(String description)
setName
public void setName(String name)
setVersion
public void setVersion(int version)
setResource
public void setResource(String resource)
setDeploymentId
public void setDeploymentId(String deploymentId)
setDiagram
public void setDiagram(String diagram)
setSuspended
public void setSuspended(boolean suspended)
Copyright © 2016 camunda services GmbH. All rights reserved.