| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.persistence.entity.util | |
| org.camunda.bpm.engine.impl.util | |
| org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService. |
| Constructor and Description |
|---|
ByteArrayEntity(byte[] bytes,
ResourceType type) |
ByteArrayEntity(String name,
byte[] bytes,
ResourceType type) |
ByteArrayEntity(String name,
byte[] bytes,
ResourceType type,
String rootProcessInstanceId,
Date removalTime) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceType |
ByteArrayField.type |
| Constructor and Description |
|---|
ByteArrayField(Nameable nameProvider,
ResourceType type) |
ByteArrayField(Nameable nameProvider,
ResourceType type,
String rootProcessInstanceId,
Date removalTime) |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayEntity |
ExceptionUtil.createExceptionByteArray(String name,
byte[] byteArray,
ResourceType type)
create ByteArrayEntity with specified name and payload and make sure it's
persisted
used in Jobs and ExternalTasks
|
static ByteArrayEntity |
ExceptionUtil.createJobExceptionByteArray(byte[] byteArray,
ResourceType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceTypes |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceTypes.forName(String name) |
Copyright © 2013–2020 camunda services GmbH. All rights reserved.