Class DecisionRequirementsDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.DecisionRequirementsDefinitionDto
-
Field Details
-
id
-
key
-
category
-
name
-
version
protected int version -
resource
-
deploymentId
-
tenantId
-
-
Constructor Details
-
DecisionRequirementsDefinitionDto
public DecisionRequirementsDefinitionDto()
-
-
Method Details
-
getId
-
getKey
-
getCategory
-
getName
-
getVersion
public int getVersion() -
getResource
-
getDeploymentId
-
getTenantId
-
fromDecisionRequirementsDefinition
public static DecisionRequirementsDefinitionDto fromDecisionRequirementsDefinition(DecisionRequirementsDefinition definition)
-