Package | Description |
---|---|
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.rest.dto | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<SchemaLogEntry> |
SchemaLogQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Class and Description |
---|---|
class |
SchemaLogEntryEntity |
Modifier and Type | Method and Description |
---|---|
List<SchemaLogEntry> |
SchemaLogManager.findSchemaLogEntriesByQueryCriteria(SchemaLogQueryImpl schemaLogQueryImpl,
Page page) |
Modifier and Type | Method and Description |
---|---|
static List<SchemaLogEntryDto> |
SchemaLogEntryDto.fromSchemaLogEntries(List<SchemaLogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
protected List<SchemaLogEntry> |
SchemaLogRestServiceImpl.executePaginatedQuery(SchemaLogQuery query,
Integer firstResult,
Integer maxResults) |
Copyright © 2022. All rights reserved.