Uses of Class
org.activiti.engine.api.internal.Internal
-
-
Uses of Internal in org.activiti.engine
Classes in org.activiti.engine with annotations of type Internal Modifier and Type Interface Description interfaceActivitiEngineAgendaThis class extendsAgendawith activiti specific operationsinterfaceAgendaFor each API call (and thusCommand) being executed, a new agenda instance is created.interfaceHistoryServiceService exposing information about ongoing and past process instances.interfaceManagementServiceService for admin and maintenance operations on the process engine.interfaceProcessEngineProvides access to all the services that expose the BPM and workflow operations.interfaceProcessEngineInfoRepresents information about the initialization of the process engine.interfaceProcessEngineLifecycleListenerInterface describing a listener that gets notified when certain event occurs, related to the process-engine lifecycle it is attached to.interfaceRepositoryServiceService providing access to the repository of process definitions and deployments.interfaceRuntimeServiceinterfaceTaskServiceService which provides access toTaskand form related operations. -
Uses of Internal in org.activiti.engine.history
Classes in org.activiti.engine.history with annotations of type Internal Modifier and Type Interface Description interfaceDeleteReasoninterfaceHistoricActivityInstanceRepresents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.interfaceHistoricActivityInstanceQueryProgrammatic querying forHistoricActivityInstances.interfaceHistoricDatainterfaceHistoricDetailBase class for all kinds of information that is related to either aHistoricProcessInstanceor aHistoricActivityInstance.interfaceHistoricDetailQueryProgrammatic querying forHistoricDetails.interfaceHistoricIdentityLinkHistoric counterpart ofIdentityLinkthat represents the current state if any runtime link.interfaceHistoricProcessInstanceA single execution of a whole process definition that is stored permanently.interfaceHistoricProcessInstanceQueryAllows programmatic querying ofHistoricProcessInstances.interfaceHistoricTaskInstanceRepresents a historic task instance (waiting, finished or deleted) that is stored permanent for statistics, audit and other business intelligence purposes.interfaceHistoricTaskInstanceQueryAllows programmatic querying forHistoricTaskInstances.interfaceHistoricVariableInstanceA single process variable containing the last value when its process instance has finished.interfaceHistoricVariableInstanceQueryProgrammatic querying forHistoricVariableInstances.interfaceHistoricVariableUpdateUpdate of a process variable.interfaceNativeHistoricActivityInstanceQueryAllows querying ofHistoricActivityInstanceQuerys via native (SQL) queriesinterfaceNativeHistoricDetailQueryAllows querying ofHistoricDetails via native (SQL) queriesinterfaceNativeHistoricProcessInstanceQueryAllows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesinterfaceNativeHistoricTaskInstanceQueryAllows querying ofHistoricTaskInstanceQuerys via native (SQL) queriesinterfaceNativeHistoricVariableInstanceQueryAllows querying ofHistoricVariableInstances via native (SQL) queriesinterfaceProcessInstanceHistoryLogA trail of data for a given process instance.interfaceProcessInstanceHistoryLogQueryAllows to fetch theProcessInstanceHistoryLogfor a process instance. -
Uses of Internal in org.activiti.engine.impl
Classes in org.activiti.engine.impl with annotations of type Internal Modifier and Type Interface Description interfaceCondition -
Uses of Internal in org.activiti.engine.impl.asyncexecutor
Classes in org.activiti.engine.impl.asyncexecutor with annotations of type Internal Modifier and Type Interface Description interfaceAsyncExecutorinterfaceExecuteAsyncRunnableFactoryinterfaceJobManagerContains methods that are not tied to any specific job type (async, timer, suspended or deadletter), but which are generally applicable or are about going from one type to another. -
Uses of Internal in org.activiti.engine.impl.bpmn.data
Classes in org.activiti.engine.impl.bpmn.data with annotations of type Internal Modifier and Type Interface Description interfaceFieldBaseStructureDefinitionRepresents a structure definition based on fieldsinterfaceStructureDefinitionRepresents a definition of a structure used to exchange informationinterfaceStructureInstanceAn instance ofStructureDefinition -
Uses of Internal in org.activiti.engine.impl.bpmn.helper
Classes in org.activiti.engine.impl.bpmn.helper with annotations of type Internal Modifier and Type Interface Description interfaceClassDelegateFactoryConstructsClassDelegates. -
Uses of Internal in org.activiti.engine.impl.bpmn.parser
Classes in org.activiti.engine.impl.bpmn.parser with annotations of type Internal Modifier and Type Interface Description interfaceXMLImporterA XML importer -
Uses of Internal in org.activiti.engine.impl.bpmn.parser.factory
Classes in org.activiti.engine.impl.bpmn.parser.factory with annotations of type Internal Modifier and Type Interface Description interfaceActivityBehaviorFactoryFactory class used by theBpmnParserandBpmnParseto instantiate the behaviour classes.interfaceListenerFactoryFactory class used by theBpmnParserandBpmnParseto instantiate the behaviour classes forTaskListenerandExecutionListenerusages. -
Uses of Internal in org.activiti.engine.impl.bpmn.webservice
Classes in org.activiti.engine.impl.bpmn.webservice with annotations of type Internal Modifier and Type Interface Description interfaceBpmnInterfaceImplementationRepresents an implementation of aBpmnInterfaceinterfaceOperationImplementationRepresents an implementation of aOperation -
Uses of Internal in org.activiti.engine.impl.calendar
Classes in org.activiti.engine.impl.calendar with annotations of type Internal Modifier and Type Class Description classAdvancedCycleBusinessCalendarAn Activiti BusinessCalendar for cycle based schedules that takes into account a different daylight savings time zone than the one that the server is configured for.interfaceAdvancedSchedulerResolverProvides an interface for versioned due date resolvers.classAdvancedSchedulerResolverWithoutTimeZoneResolves a due date using the original Activiti due date resolver.classAdvancedSchedulerResolverWithTimeZoneResolves a due date taking into account the specified time zone.interfaceBusinessCalendarclassBusinessCalendarImplThis class implements business calendar based on internal clockinterfaceBusinessCalendarManagerclassCycleBusinessCalendarclassDefaultBusinessCalendarclassDueDateBusinessCalendarclassDurationBusinessCalendarclassDurationHelperclassMapBusinessCalendarManager -
Uses of Internal in org.activiti.engine.impl.cfg
Classes in org.activiti.engine.impl.cfg with annotations of type Internal Modifier and Type Interface Description interfaceBpmnParseFactoryinterfaceIdGeneratorgeneratesIdBlocks that are used to assign ids to new objects.interfaceServiceInvokerinterfaceTransactionContextinterfaceTransactionContextFactoryinterfaceTransactionListener -
Uses of Internal in org.activiti.engine.impl.cmd
Classes in org.activiti.engine.impl.cmd with annotations of type Internal Modifier and Type Interface Description interfaceCustomSqlExecution<Mapper,ResultType>interfaceDeploymentSettings -
Uses of Internal in org.activiti.engine.impl.db
Classes in org.activiti.engine.impl.db with annotations of type Internal Modifier and Type Interface Description interfaceBulkDeleteableMarker interface to indicate the entity can be deleted in bulk.interfaceHasRevisionEntities that are using revisions for optimistic locking, need to implement this interface. -
Uses of Internal in org.activiti.engine.impl.delegate
Classes in org.activiti.engine.impl.delegate with annotations of type Internal Modifier and Type Interface Description interfaceActivityBehaviorinterfaceInactiveActivityBehaviorIf the behaviour of an element in a process implements this interface, it has a 'background job' functionality.interfaceSubProcessActivityBehaviorbehavior for activities that delegate to a complete separate execution of a process definition.interfaceTriggerableActivityBehavior -
Uses of Internal in org.activiti.engine.impl.event
Classes in org.activiti.engine.impl.event with annotations of type Internal Modifier and Type Interface Description interfaceEventHandler -
Uses of Internal in org.activiti.engine.impl.history
Classes in org.activiti.engine.impl.history with annotations of type Internal Modifier and Type Interface Description interfaceHistoryManager -
Uses of Internal in org.activiti.engine.impl.interceptor
Classes in org.activiti.engine.impl.interceptor with annotations of type Internal Modifier and Type Interface Description interfaceCommand<T>interfaceCommandContextCloseListenerA listener that can be used to be notified of lifecycle events of theCommandContext.interfaceCommandExecutorThe command executor for internal usage.interfaceCommandInterceptorinterfaceDelegateInterceptorInterceptor responsible for handling calls to 'user code'.interfaceSessioninterfaceSessionFactory -
Uses of Internal in org.activiti.engine.impl.jobexecutor
Classes in org.activiti.engine.impl.jobexecutor with annotations of type Internal Modifier and Type Interface Description interfaceFailedJobCommandFactoryinterfaceJobHandler -
Uses of Internal in org.activiti.engine.impl.persistence
Classes in org.activiti.engine.impl.persistence with annotations of type Internal Modifier and Type Interface Description interfaceCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not a cached entity should be used in the return result of a query.interfaceCountingExecutionEntityinterfaceSingleCachedEntityMatcher<EntityImpl extends Entity>Interface to express a condition whether or not one specific cached entity should be used in the return result of a query. -
Uses of Internal in org.activiti.engine.impl.persistence.entity
-
Uses of Internal in org.activiti.engine.impl.scripting
Classes in org.activiti.engine.impl.scripting with annotations of type Internal Modifier and Type Interface Description interfaceResolverinterfaceResolverFactory -
Uses of Internal in org.activiti.engine.impl.transformer
Classes in org.activiti.engine.impl.transformer with annotations of type Internal Modifier and Type Interface Description interfaceTransformerA Transformer is responsible of transforming an object into a different object -
Uses of Internal in org.activiti.engine.impl.util
Classes in org.activiti.engine.impl.util with annotations of type Internal Modifier and Type Interface Description interfaceCommandExecutor -
Uses of Internal in org.activiti.engine.impl.variable
Classes in org.activiti.engine.impl.variable with annotations of type Internal Modifier and Type Interface Description interfaceCacheableVariableInterface to abstract the JPA cacheable settinginterfaceEntityManagerSessioninterfaceValueFieldsCommon interface for regular and historic variable entities.interfaceVariableTypeinterfaceVariableTypesInterface describing a container for all availableVariableTypes of variables. -
Uses of Internal in org.activiti.engine.impl.webservice
Classes in org.activiti.engine.impl.webservice with annotations of type Internal Modifier and Type Interface Description interfaceSyncWebServiceClientDeprecated.due integrations will be delegated to extenal components and the use of the Connector interface -
Uses of Internal in org.activiti.engine.integration
Classes in org.activiti.engine.integration with annotations of type Internal Modifier and Type Interface Description interfaceIntegrationContextService -
Uses of Internal in org.activiti.engine.management
Classes in org.activiti.engine.management with annotations of type Internal Modifier and Type Interface Description interfaceTablePageQueryAllows programmatic querying ofTablePages. -
Uses of Internal in org.activiti.engine.parse
Classes in org.activiti.engine.parse with annotations of type Internal Modifier and Type Interface Description interfaceBpmnParseHandlerAllows to hook into the parsing of one or more elements during the parsing of a BPMN 2.0 process. -
Uses of Internal in org.activiti.engine.query
Classes in org.activiti.engine.query with annotations of type Internal Modifier and Type Interface Description interfaceNativeQuery<T extends NativeQuery<?,?>,U>Describes basic methods for doing native queriesinterfaceQuery<T extends Query<?,?>,U>Describes basic methods for querying.interfaceQueryPropertyDescribes a property that can be used in a Query. -
Uses of Internal in org.activiti.engine.repository
Classes in org.activiti.engine.repository with annotations of type Internal Modifier and Type Interface Description interfaceDeploymentRepresents a deployment that is already present in the process repository.interfaceDeploymentBuilderBuilder for creating new deployments.interfaceDeploymentPropertiesinterfaceDeploymentQueryAllows programmatic querying ofDeployments.interfaceModelRepresents a model that is stored in the model repository.interfaceModelQueryAllows programmatic querying ofModels.interfaceNativeDeploymentQueryAllows querying ofDeployments via native (SQL) queriesinterfaceNativeModelQueryAllows querying ofModels via native (SQL) queriesinterfaceNativeProcessDefinitionQueryAllows querying ofProcessDefinitions via native (SQL) queriesinterfaceProcessDefinitionAn object structure representing an executable process composed of activities and transitions.interfaceProcessDefinitionQueryAllows programmatic querying ofProcessDefinitions. -
Uses of Internal in org.activiti.engine.runtime
Classes in org.activiti.engine.runtime with annotations of type Internal Modifier and Type Interface Description interfaceDataObjectinterfaceDeadLetterJobQueryAllows programmatic querying ofJobs.interfaceExecutionRepresent a 'path of execution' in a process instance.interfaceExecutionQueryAllows programmatic querying ofExecutions.interfaceJobRepresents one job (timer, async job, etc.).interfaceJobQueryAllows programmatic querying ofJobs.interfaceNativeExecutionQueryAllows querying ofExecutions via native (SQL) queriesinterfaceNativeProcessInstanceQueryAllows querying ofProcessInstances via native (SQL) queriesinterfaceProcessInstanceRepresents one execution of aProcessDefinition.interfaceProcessInstanceBuilderHelper for starting new ProcessInstance.interfaceProcessInstanceQueryAllows programmatic querying ofProcessInstances.interfaceSuspendedJobQueryAllows programmatic querying ofJobs.interfaceTimerJobQueryAllows programmatic querying ofJobs. -
Uses of Internal in org.activiti.engine.task
Classes in org.activiti.engine.task with annotations of type Internal Modifier and Type Interface Description interfaceAttachmentDeprecated.this interface and its implementations are going to be removed in future iterations Atttachments doesn't belong to the Process/Task RuntimeinterfaceCommentDeprecated.this interface and its implementations are going to be removed in future iterations Comments doesn't belong to the Process/Task RuntimeinterfaceIdentityLinkAn identity link is used to associate a task with a certain identity.interfaceNativeTaskQueryAllows querying ofTasks via native (SQL) queriesinterfaceTaskRepresents one task for a human user.interfaceTaskInfointerfaceTaskInfoQuery<T extends TaskInfoQuery<?,?>,V extends TaskInfo>Interface containing shared methods between theTaskQueryand theHistoricTaskInstanceQuery.interfaceTaskQueryAllows programmatic querying ofTasks; -
Uses of Internal in org.activiti.engine.test
Classes in org.activiti.engine.test with annotations of type Internal Modifier and Type Class Description interfaceDeploymentAnnotation for a test method to create and delete a deployment around a test method.interfaceEnableVerboseExecutionTreeLogging -
Uses of Internal in org.activiti.engine.test.impl.logger
Classes in org.activiti.engine.test.impl.logger with annotations of type Internal Modifier and Type Interface Description interfaceDebugInfo -
Uses of Internal in org.activiti.engine.test.mock
Classes in org.activiti.engine.test.mock with annotations of type Internal Modifier and Type Class Description interfaceMockServiceTaskinterfaceMockServiceTasksinterfaceNoOpServiceTasks
-