public class ProcessDefinitionDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
category |
protected String |
deploymentId |
protected String |
description |
protected String |
diagram |
protected String |
id |
protected String |
key |
protected String |
name |
protected String |
resource |
protected boolean |
suspended |
protected int |
version |
Constructor and Description |
---|
ProcessDefinitionDto() |
Modifier and Type | Method and Description |
---|---|
static ProcessDefinitionDto |
fromProcessDefinition(ProcessDefinition definition) |
String |
getCategory() |
String |
getDeploymentId() |
String |
getDescription() |
String |
getDiagram() |
String |
getId() |
String |
getKey() |
String |
getName() |
String |
getResource() |
int |
getVersion() |
boolean |
isSuspended() |
protected String id
protected String key
protected String category
protected String description
protected String name
protected int version
protected String resource
protected String deploymentId
protected String diagram
protected boolean suspended
public String getId()
public String getKey()
public String getCategory()
public String getDescription()
public String getName()
public int getVersion()
public String getResource()
public String getDeploymentId()
public String getDiagram()
public boolean isSuspended()
public static ProcessDefinitionDto fromProcessDefinition(ProcessDefinition definition)
Copyright © 2015. All rights reserved.