Uses of Package
org.camunda.bpm.engine.management
-
Packages that use org.camunda.bpm.engine.management Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s and the relations between them
ManagementService
: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.management org.camunda.bpm.engine.impl.metrics org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.management Classes related to theManagementService
.org.camunda.bpm.engine.rest.dto org.camunda.bpm.engine.rest.dto.management org.camunda.bpm.engine.rest.dto.metrics org.camunda.bpm.engine.rest.dto.repository org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.metrics org.camunda.bpm.qa.upgrade -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine Class Description ActivityStatisticsQuery DeploymentStatisticsQuery JobDefinitionQuery Allows programmatic querying ofJobDefinition
s.MetricsQuery ProcessDefinitionStatisticsQuery SchemaLogQuery TableMetaData Structure containing meta data (column names, column types, etc.) about a certain database table.TablePageQuery Allows programmatic querying ofTablePage
s.UpdateJobDefinitionSuspensionStateSelectBuilder Fluent builder to update the suspension state of job definitions.UpdateJobSuspensionStateSelectBuilder Fluent builder to update the suspension state of jobs. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.impl Class Description ActivityStatistics ActivityStatisticsQuery DeploymentStatistics DeploymentStatisticsQuery JobDefinition A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.JobDefinitionQuery Allows programmatic querying ofJobDefinition
s.MetricsQuery ProcessDefinitionStatistics ProcessDefinitionStatisticsQuery SchemaLogEntry Log entry for database schema version changes.SchemaLogQuery TableMetaData Structure containing meta data (column names, column types, etc.) about a certain database table.TablePage Data structure used for retrieving database table content.TablePageQuery Allows programmatic querying ofTablePage
s.UpdateJobDefinitionSuspensionStateSelectBuilder Fluent builder to update the suspension state of job definitions.UpdateJobSuspensionStateSelectBuilder Fluent builder to update the suspension state of jobs. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.impl.cmd Class Description TableMetaData Structure containing meta data (column names, column types, etc.) about a certain database table. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.impl.management Class Description UpdateJobDefinitionSuspensionStateBuilder Fluent builder to update the suspension state of job definitions.UpdateJobDefinitionSuspensionStateSelectBuilder Fluent builder to update the suspension state of job definitions.UpdateJobDefinitionSuspensionStateTenantBuilder Fluent builder to update the suspension state of job definitions.UpdateJobSuspensionStateBuilder Fluent builder to update the suspension state of jobs.UpdateJobSuspensionStateSelectBuilder Fluent builder to update the suspension state of jobs.UpdateJobSuspensionStateTenantBuilder Fluent builder to update the suspension state of jobs. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.impl.metrics Class Description MetricIntervalValue Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.MetricsQuery -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.impl.persistence.entity Class Description ActivityStatistics DeploymentStatistics IncidentStatistics Represents a statistic which the aggregate number of incidents to the corresponding incident type.JobDefinition A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.MetricIntervalValue Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.ProcessDefinitionStatistics SchemaLogEntry Log entry for database schema version changes.SchemaLogQuery TableMetaData Structure containing meta data (column names, column types, etc.) about a certain database table.TablePage Data structure used for retrieving database table content. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.management Class Description ActivityStatisticsQuery DeploymentStatisticsQuery IncidentStatistics Represents a statistic which the aggregate number of incidents to the corresponding incident type.JobDefinitionQuery Allows programmatic querying ofJobDefinition
s.MetricIntervalValue Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.MetricsQuery ProcessDefinitionStatisticsQuery SchemaLogQuery TablePage Data structure used for retrieving database table content.TablePageQuery Allows programmatic querying ofTablePage
s.UpdateJobDefinitionSuspensionStateBuilder Fluent builder to update the suspension state of job definitions.UpdateJobDefinitionSuspensionStateTenantBuilder Fluent builder to update the suspension state of job definitions.UpdateJobSuspensionStateBuilder Fluent builder to update the suspension state of jobs.UpdateJobSuspensionStateTenantBuilder Fluent builder to update the suspension state of jobs. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.dto Class Description SchemaLogEntry Log entry for database schema version changes.SchemaLogQuery -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.dto.management Class Description JobDefinition A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.JobDefinitionQuery Allows programmatic querying ofJobDefinition
s.UpdateJobDefinitionSuspensionStateBuilder Fluent builder to update the suspension state of job definitions. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.dto.metrics Class Description MetricIntervalValue Represents a metric which contains a name, reporter like the node, timestamp and corresponding value. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.dto.repository Class Description ActivityStatistics IncidentStatistics Represents a statistic which the aggregate number of incidents to the corresponding incident type.ProcessDefinitionStatistics -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.dto.runtime Class Description UpdateJobSuspensionStateBuilder Fluent builder to update the suspension state of jobs. -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.impl Class Description MetricIntervalValue Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.MetricsQuery SchemaLogEntry Log entry for database schema version changes.SchemaLogQuery -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine.rest.sub.metrics Class Description MetricsQuery -
Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.qa.upgrade Class Description JobDefinitionQuery Allows programmatic querying ofJobDefinition
s.