Package org.camunda.bpm.engine.impl

API implementation classes, which shouldn't directly be used by end-users.

See:
          Description

Interface Summary
AuthorizationQueryProperty Contains the possible properties that can be used in an AuthorizationQuery.
BatchQueryProperty Contains the possible properties that can be used in a BatchQuery.
Condition  
DeploymentQueryProperty Contains the possible properties that can be used in a DeploymentQuery.
EventSubscriptionQueryProperty  
ExecutionQueryProperty Contains the possible properties that can be used in a ExecutionQuery.
ExternalTaskQueryProperty  
GroupQueryProperty Contains the possible properties that can be used by the GroupQuery.
HistoricActivityInstanceQueryProperty Contains the possible properties which can be used in a HistoricActivityInstanceQuery.
HistoricActivityStatisticsQueryProperty  
HistoricBatchQueryProperty Contains the possible properties that can be used in a HistoricBatchQuery.
HistoricCaseActivityInstanceQueryProperty Contains the possible properties which can be used in a HistoricCaseActivityInstanceQuery.
HistoricCaseInstanceQueryProperty Contains the possible properties which can be used in a HistoricCaseInstanceQueryProperty.
HistoricDecisionInstanceQueryProperty Properties which can be used in HistoricDecisionInstanceQuery to sort historic decision instances.
HistoricDetailQueryProperty Contains the possible properties which can be used in a HistoricDetailQuery.
HistoricIdentityLinkLogQueryProperty  
HistoricIncidentQueryProperty  
HistoricJobLogQueryProperty  
HistoricProcessInstanceQueryProperty Contains the possible properties which can be used in a HistoricProcessInstanceQueryProperty.
HistoricTaskInstanceQueryProperty  
HistoricVariableInstanceQueryProperty Contains the possible properties which can be used in a HistoricVariableInstanceQuery.
IncidentQueryProperty  
JobDefinitionQueryProperty Contains the possible properties that can be used in a JobDefinitionQuery.
JobQueryProperty Contains the possible properties that can be used in a JobQuery.
PriorityProvider<T>  
ProcessDefinitionQueryProperty Contains the possible properties that can be used in a ProcessDefinitionQuery.
ProcessInstanceModificationInstruction  
ProcessInstanceQueryProperty Contains the possible properties that can be used in a ProcessInstanceQuery.
TaskQueryProperty Contains the possible properties that can be used in a TaskQuery.
TenantQueryProperty Contains the possible properties that can be used by the TenantQuery.
UserQueryProperty Contains the possible properties that can be used by the UserQuery.
Validator<T> Validators must be equal (in terms of #equals(Object)) if they validate the exact same thing.
VariableInstanceQueryProperty  
 

Class Summary
AbstractDefinitionDeployer<DefinitionEntity extends ResourceDefinitionEntity> Deployer responsible to parse resource files and create the proper entities.
AbstractHistoricProcessInstanceReport  
AbstractNativeQuery<T extends NativeQuery<?,?>,U> Abstract superclass for all native query types.
AbstractQuery<T extends Query<?,?>,U> Abstract superclass for all query types.
AbstractQueryVariableValueCondition  
AbstractVariableQueryImpl<T extends Query<?,?>,U> Abstract query class that adds methods to query for variable values.
ActivityExecutionTreeMapping Maps an activity (plain activities + their containing flow scopes) to the scope executions that are executing them.
ActivityStatisticsQueryImpl  
AuthorizationQueryImpl  
AuthorizationServiceImpl  
CompositeQueryVariableValueCondition  
DecisionServiceImpl  
DefaultArtifactFactory Default ArtifactService implementation.
DefaultPriorityProvider<T> Represents a default priority provider, which contains some functionality to evaluate the priority.
DeploymentQueryImpl  
DeploymentStatisticsQueryImpl  
Direction  
EventSubscriptionQueryImpl  
EventSubscriptionQueryValue  
ExecutionQueryImpl  
ExternalTaskQueryImpl  
ExternalTaskServiceImpl  
FilterServiceImpl  
FormServiceImpl  
GroupQueryImpl  
HistoricActivityInstanceQueryImpl  
HistoricActivityStatisticsQueryImpl  
HistoricCaseActivityInstanceQueryImpl  
HistoricCaseInstanceQueryImpl  
HistoricDecisionInstanceQueryImpl  
HistoricDetailQueryImpl  
HistoricIdentityLinkLogQueryImpl  
HistoricIncidentQueryImpl  
HistoricJobLogQueryImpl  
HistoricProcessInstanceHistoricProcessInstanceReportImpl  
HistoricProcessInstanceQueryImpl  
HistoricTaskInstanceQueryImpl  
HistoricVariableInstanceQueryImpl  
HistoryServiceImpl  
IdentityServiceImpl  
IncidentQueryImpl  
JobDefinitionQueryImpl  
JobQueryImpl  
ManagementServiceImpl  
MessageCorrelationBuilderImpl  
NativeExecutionQueryImpl  
NativeHistoricActivityInstanceQueryImpl  
NativeHistoricCaseActivityInstanceQueryImpl  
NativeHistoricCaseInstanceQueryImpl  
NativeHistoricProcessInstanceQueryImpl  
NativeHistoricTaskInstanceQueryImpl  
NativeHistoryDecisionInstanceQueryImpl  
NativeProcessInstanceQueryImpl  
NativeTaskQueryImpl  
OperationLogQueryProperty Contains sortable properties which can be used in a UserOperationLogQuery.
Page holds the parameters of a page (partial result) for a query.
ProcessDefinitionQueryImpl  
ProcessDefinitionStatisticsQueryImpl  
ProcessEngineImpl  
ProcessEngineInfoImpl  
ProcessEngineLogger  
ProcessInstanceModificationBuilderImpl  
ProcessInstanceQueryImpl  
ProcessInstantiationBuilderImpl Simply wraps a modification builder because their API is equivalent.
QueryEntityRelationCondition Specifies a condition by which two entity types can be related.
QueryOrderingProperty A QueryOrderingProperty specifies a condition by which the results of a query should be sorted.
QueryPropertyImpl  
QueryValidators  
QueryValidators.AdhocQueryValidator<T extends AbstractQuery<?,?>>  
QueryValidators.StoredQueryValidator<T extends AbstractQuery<?,?>>  
QueryVariableValue Represents a variable value used in queries.
RepositoryServiceImpl  
RuntimeServiceImpl  
SchemaOperationsProcessEngineBuild  
ServiceImpl  
SignalEventReceivedBuilderImpl  
SingleQueryVariableValueCondition  
TablePageQueryImpl  
TaskQueryImpl  
TaskQueryVariableValue Represents a variable value used in a task query.
TaskReportImpl  
TaskServiceImpl  
TenantQueryImpl  
UserOperationLogQueryImpl  
UserQueryImpl  
VariableInstanceQueryImpl  
VariableOrderProperty  
 

Enum Summary
AbstractHistoricProcessInstanceReport.ReportType  
AbstractQuery.ResultType  
QueryOperator Used to indicate the operator that should be used to comparing values in a query clause.
 

Package org.camunda.bpm.engine.impl Description

API implementation classes, which shouldn't directly be used by end-users.



Copyright © 2016 camunda services GmbH. All rights reserved.