org.camunda.bpm.engine.rest.dto.management
Class JobDefinitionDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto

public class JobDefinitionDto
extends Object

Author:
roman.smirnov

Field Summary
protected  String activityId
           
protected  String id
           
protected  String jobConfiguration
           
protected  String jobType
           
protected  Long overridingJobPriority
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  boolean suspended
           
protected  String tenantId
           
 
Constructor Summary
JobDefinitionDto()
           
 
Method Summary
static JobDefinitionDto fromJobDefinition(JobDefinition definition)
           
 String getActivityId()
           
 String getId()
           
 String getJobConfiguration()
           
 String getJobType()
           
 Long getOverridingJobPriority()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getTenantId()
           
 boolean isSuspended()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

processDefinitionId

protected String processDefinitionId

processDefinitionKey

protected String processDefinitionKey

jobType

protected String jobType

jobConfiguration

protected String jobConfiguration

activityId

protected String activityId

suspended

protected boolean suspended

overridingJobPriority

protected Long overridingJobPriority

tenantId

protected String tenantId
Constructor Detail

JobDefinitionDto

public JobDefinitionDto()
Method Detail

getId

public String getId()

getProcessDefinitionId

public String getProcessDefinitionId()

getProcessDefinitionKey

public String getProcessDefinitionKey()

getJobType

public String getJobType()

getJobConfiguration

public String getJobConfiguration()

getActivityId

public String getActivityId()

isSuspended

public boolean isSuspended()

getOverridingJobPriority

public Long getOverridingJobPriority()

getTenantId

public String getTenantId()

fromJobDefinition

public static JobDefinitionDto fromJobDefinition(JobDefinition definition)


Copyright © 2016 camunda services GmbH. All rights reserved.