Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.dto | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<SchemaLogEntryDto> |
SchemaLogRestService.getSchemaLog(javax.ws.rs.core.Request request,
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<SchemaLogEntryDto> |
SchemaLogRestService.querySchemaLog(SchemaLogQueryDto dto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
static List<SchemaLogEntryDto> |
SchemaLogEntryDto.fromSchemaLogEntries(List<SchemaLogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
List<SchemaLogEntryDto> |
SchemaLogRestServiceImpl.getSchemaLog(javax.ws.rs.core.Request request,
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<SchemaLogEntryDto> |
SchemaLogRestServiceImpl.querySchemaLog(SchemaLogQueryDto dto,
Integer firstResult,
Integer maxResults) |
Copyright © 2022. All rights reserved.