Class DecisionDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.DecisionDefinitionDto
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DecisionDefinitionDtofromDecisionDefinition(DecisionDefinition definition) getId()getKey()getName()int 
- 
Field Details
- 
id
 - 
key
 - 
category
 - 
name
 - 
version
protected int version - 
resource
 - 
deploymentId
 - 
tenantId
 - 
decisionRequirementsDefinitionId
 - 
decisionRequirementsDefinitionKey
 - 
historyTimeToLive
 - 
versionTag
 
 - 
 - 
Constructor Details
- 
DecisionDefinitionDto
public DecisionDefinitionDto() 
 - 
 - 
Method Details
- 
getId
 - 
getKey
 - 
getCategory
 - 
getName
 - 
getVersion
public int getVersion() - 
getResource
 - 
getDeploymentId
 - 
getTenantId
 - 
getDecisionRequirementsDefinitionId
 - 
getDecisionRequirementsDefinitionKey
 - 
getHistoryTimeToLive
 - 
getVersionTag
 - 
fromDecisionDefinition
 
 -