org.camunda.bpm.engine.rest.dto.management
Class JobDefinitionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
public class JobDefinitionDto
- extends Object
- Author:
- roman.smirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JobDefinitionDto
public JobDefinitionDto()
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.