Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
Modifier and Type | Field and Description |
---|---|
static TaskQueryProperty |
TaskQueryProperty.ASSIGNEE |
static TaskQueryProperty |
TaskQueryProperty.CREATE_TIME |
static TaskQueryProperty |
TaskQueryProperty.DESCRIPTION |
static TaskQueryProperty |
TaskQueryProperty.DUE_DATE |
static TaskQueryProperty |
TaskQueryProperty.EXECUTION_ID |
static TaskQueryProperty |
TaskQueryProperty.FOLLOW_UP_DATE |
static TaskQueryProperty |
TaskQueryProperty.NAME |
static TaskQueryProperty |
TaskQueryProperty.PRIORITY |
static TaskQueryProperty |
TaskQueryProperty.PROCESS_INSTANCE_ID |
static TaskQueryProperty |
TaskQueryProperty.TASK_ID |
Modifier and Type | Method and Description |
---|---|
static TaskQueryProperty |
TaskQueryProperty.findByName(String propertyName) |
Copyright © 2015. All rights reserved.