Uses of Package
org.camunda.bpm.engine.management

Packages that use org.camunda.bpm.engine.management
org.camunda.bpm.engine Public API of the camunda BPM engine.

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.

Through the services obtained from such a ProcessEngine, BPM and workflow operation can be executed:

RepositoryService: Manages Deployments
RuntimeService: For starting and searching ProcessInstances
TaskService: Exposes operations to manage human (standalone) Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managing Users, Groups 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 the ManagementService
 

Classes in org.camunda.bpm.engine.management used by org.camunda.bpm.engine
ActivityStatisticsQuery
           
DeploymentStatisticsQuery
           
JobDefinitionQuery
          Allows programmatic querying of JobDefinitions.
MetricsQuery
           
ProcessDefinitionStatisticsQuery
           
TableMetaData
          Structure containing meta data (column names, column types, etc.) about a certain database table.
TablePageQuery
          Allows programmatic querying of TablePages.
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
ActivityStatistics
           
ActivityStatisticsQuery
           
DeploymentStatistics
           
DeploymentStatisticsQuery
           
JobDefinition
          A Job Definition provides details about asynchronous background processing ("Jobs") performed by the process engine.
JobDefinitionQuery
          Allows programmatic querying of JobDefinitions.
MetricsQuery
           
ProcessDefinitionStatistics
           
ProcessDefinitionStatisticsQuery
           
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 of TablePages.
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
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
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
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
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
           
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
ActivityStatisticsQuery
           
DeploymentStatisticsQuery
           
IncidentStatistics
          Represents a statistic which the aggregate number of incidents to the corresponding incident type.
JobDefinitionQuery
          Allows programmatic querying of JobDefinitions.
MetricIntervalValue
          Represents a metric which contains a name, reporter like the node, timestamp and corresponding value.
MetricsQuery
           
ProcessDefinitionStatisticsQuery
           
TablePage
          Data structure used for retrieving database table content.
TablePageQuery
          Allows programmatic querying of TablePages.
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.
 



Copyright © 2017 camunda services GmbH. All rights reserved.