Class CaseDefinitionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.repository.CaseDefinitionDto
-
public class CaseDefinitionDto extends Object
- Author:
- Roman Smirnov
-
-
Constructor Summary
Constructors Constructor Description CaseDefinitionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CaseDefinitionDto
fromCaseDefinition(CaseDefinition definition)
String
getCategory()
String
getDeploymentId()
Integer
getHistoryTimeToLive()
String
getId()
String
getKey()
String
getName()
String
getResource()
String
getTenantId()
int
getVersion()
-
-
-
Field Detail
-
id
protected String id
-
key
protected String key
-
category
protected String category
-
name
protected String name
-
version
protected int version
-
resource
protected String resource
-
deploymentId
protected String deploymentId
-
tenantId
protected String tenantId
-
historyTimeToLive
protected Integer historyTimeToLive
-
-
Method Detail
-
getId
public String getId()
-
getKey
public String getKey()
-
getCategory
public String getCategory()
-
getName
public String getName()
-
getVersion
public int getVersion()
-
getResource
public String getResource()
-
getDeploymentId
public String getDeploymentId()
-
getTenantId
public String getTenantId()
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
-
fromCaseDefinition
public static CaseDefinitionDto fromCaseDefinition(CaseDefinition definition)
-
-