org.camunda.bpm.engine.history
Interface JobState

All Known Implementing Classes:
JobState.JobStateImpl

public interface JobState

Author:
Roman Smirnov

Nested Class Summary
static class JobState.JobStateImpl
           
 
Field Summary
static JobState CREATED
           
static JobState DELETED
           
static JobState FAILED
           
static JobState SUCCESSFUL
           
 
Method Summary
 int getStateCode()
           
 

Field Detail

CREATED

static final JobState CREATED

FAILED

static final JobState FAILED

SUCCESSFUL

static final JobState SUCCESSFUL

DELETED

static final JobState DELETED
Method Detail

getStateCode

int getStateCode()


Copyright © 2017 camunda services GmbH. All rights reserved.