Uses of Interface
org.camunda.bpm.engine.management.SchemaLogEntry
-
Packages that use SchemaLogEntry 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 -
-
Uses of SchemaLogEntry in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type SchemaLogEntry Modifier and Type Method Description List<SchemaLogEntry>
SchemaLogQueryImpl. executeList(CommandContext commandContext, Page page)
-
Uses of SchemaLogEntry in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement SchemaLogEntry Modifier and Type Class Description class
SchemaLogEntryEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type SchemaLogEntry Modifier and Type Method Description List<SchemaLogEntry>
SchemaLogManager. findSchemaLogEntriesByQueryCriteria(SchemaLogQueryImpl schemaLogQueryImpl, Page page)
-
Uses of SchemaLogEntry in org.camunda.bpm.engine.rest.dto
Method parameters in org.camunda.bpm.engine.rest.dto with type arguments of type SchemaLogEntry Modifier and Type Method Description static List<SchemaLogEntryDto>
SchemaLogEntryDto. fromSchemaLogEntries(List<SchemaLogEntry> entries)
-
Uses of SchemaLogEntry in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type SchemaLogEntry Modifier and Type Method Description protected List<SchemaLogEntry>
SchemaLogRestServiceImpl. executePaginatedQuery(SchemaLogQuery query, Integer firstResult, Integer maxResults)
-