Uses of Interface
org.operaton.bpm.engine.SchemaOperationsCommand
Packages that use SchemaOperationsCommand
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of SchemaOperationsCommand in org.operaton.bpm.engine
Fields in org.operaton.bpm.engine declared as SchemaOperationsCommandModifier and TypeFieldDescriptionprotected SchemaOperationsCommandProcessEngineConfiguration.schemaOperationsCommandMethods in org.operaton.bpm.engine that return SchemaOperationsCommandMethods in org.operaton.bpm.engine with parameters of type SchemaOperationsCommandModifier and TypeMethodDescriptionvoidProcessEngineConfiguration.setSchemaOperationsCommand(SchemaOperationsCommand schemaOperationsCommand) -
Uses of SchemaOperationsCommand in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement SchemaOperationsCommand