Uses of Interface
org.camunda.bpm.engine.management.SchemaLogEntry
Packages that use SchemaLogEntry
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of SchemaLogEntry in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type SchemaLogEntryModifier and TypeMethodDescriptionSchemaLogQueryImpl.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 SchemaLogEntryMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type SchemaLogEntryModifier and TypeMethodDescriptionSchemaLogManager.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 SchemaLogEntryModifier and TypeMethodDescriptionstatic List<SchemaLogEntryDto>
SchemaLogEntryDto.fromSchemaLogEntries
(List<SchemaLogEntry> entries)