Class DecisionDefinitionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.repository.DecisionDefinitionDto
-
public class DecisionDefinitionDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
category
protected String
decisionRequirementsDefinitionId
protected String
decisionRequirementsDefinitionKey
protected String
deploymentId
protected Integer
historyTimeToLive
protected String
id
protected String
key
protected String
name
protected String
resource
protected String
tenantId
protected int
version
protected String
versionTag
-
Constructor Summary
Constructors Constructor Description DecisionDefinitionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DecisionDefinitionDto
fromDecisionDefinition(DecisionDefinition definition)
String
getCategory()
String
getDecisionRequirementsDefinitionId()
String
getDecisionRequirementsDefinitionKey()
String
getDeploymentId()
Integer
getHistoryTimeToLive()
String
getId()
String
getKey()
String
getName()
String
getResource()
String
getTenantId()
int
getVersion()
String
getVersionTag()
-
-
-
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
-
decisionRequirementsDefinitionId
protected String decisionRequirementsDefinitionId
-
decisionRequirementsDefinitionKey
protected String decisionRequirementsDefinitionKey
-
historyTimeToLive
protected Integer historyTimeToLive
-
versionTag
protected String versionTag
-
-
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()
-
getDecisionRequirementsDefinitionId
public String getDecisionRequirementsDefinitionId()
-
getDecisionRequirementsDefinitionKey
public String getDecisionRequirementsDefinitionKey()
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
-
getVersionTag
public String getVersionTag()
-
fromDecisionDefinition
public static DecisionDefinitionDto fromDecisionDefinition(DecisionDefinition definition)
-
-