Uses of Class
org.camunda.bpm.engine.rest.dto.SchemaLogEntryDto
-
Packages that use SchemaLogEntryDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.impl -
-
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type SchemaLogEntryDto Modifier and Type Method 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)
-
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return types with arguments of type SchemaLogEntryDto Modifier and Type Method Description static List<SchemaLogEntryDto>
SchemaLogEntryDto. fromSchemaLogEntries(List<SchemaLogEntry> entries)
-
Uses of SchemaLogEntryDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type SchemaLogEntryDto Modifier and Type Method 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)
-