Class DecisionRequirementsDefinitionDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.repository.DecisionRequirementsDefinitionDto
-
public class DecisionRequirementsDefinitionDto extends Object
-
-
Constructor Summary
Constructors Constructor Description DecisionRequirementsDefinitionDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DecisionRequirementsDefinitionDto
fromDecisionRequirementsDefinition(DecisionRequirementsDefinition definition)
String
getCategory()
String
getDeploymentId()
String
getId()
String
getKey()
String
getName()
String
getResource()
String
getTenantId()
int
getVersion()
-
-
-
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()
-
fromDecisionRequirementsDefinition
public static DecisionRequirementsDefinitionDto fromDecisionRequirementsDefinition(DecisionRequirementsDefinition definition)
-
-