org.camunda.bpm.engine.rest.dto.repository
Class DecisionRequirementsDefinitionDto

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

public class DecisionRequirementsDefinitionDto
extends Object


Field Summary
protected  String category
           
protected  String deploymentId
           
protected  String id
           
protected  String key
           
protected  String name
           
protected  String resource
           
protected  String tenantId
           
protected  int version
           
 
Constructor Summary
DecisionRequirementsDefinitionDto()
           
 
Method Summary
static DecisionRequirementsDefinitionDto fromDecisionRequirementsDefinition(DecisionRequirementsDefinition definition)
           
 String getCategory()
           
 String getDeploymentId()
           
 String getId()
           
 String getKey()
           
 String getName()
           
 String getResource()
           
 String getTenantId()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DecisionRequirementsDefinitionDto

public DecisionRequirementsDefinitionDto()
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)


Copyright © 2016 camunda services GmbH. All rights reserved.