Uses of Class
org.camunda.community.rest.client.dto.SchemaLogEntryDto
Packages that use SchemaLogEntryDto
-
Uses of SchemaLogEntryDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type SchemaLogEntryDtoModifier and TypeMethodDescriptionSchemaLogApi.getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for schema log entries that fulfill given parameters.SchemaLogApi.getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for schema log entries that fulfill given parameters.SchemaLogApi.querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) Get List (POST) Queries for schema log entries that fulfill given parameters.SchemaLogApi.querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for schema log entries that fulfill given parameters. -
Uses of SchemaLogEntryDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return SchemaLogEntryDto