Class DecisionRequirementsDefinitionDto

java.lang.Object
org.camunda.bpm.engine.rest.dto.repository.DecisionRequirementsDefinitionDto

public class DecisionRequirementsDefinitionDto extends Object
  • Field Details

    • 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
  • Constructor Details

    • DecisionRequirementsDefinitionDto

      public DecisionRequirementsDefinitionDto()
  • Method Details

    • 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(org.camunda.bpm.engine.repository.DecisionRequirementsDefinition definition)