Uses of Package
org.activiti.engine.repository
-
Packages that use org.activiti.engine.repository Package Description org.activiti.engine Public API of the Activiti engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
RepositoryService: ManagesDeployments
RuntimeService: For starting and searchingProcessInstances
TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
org.activiti.engine.IdentityService: Used for managingorg.activiti.engine.identity.Users,org.activiti.engine.identity.Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime exection of business processes
HistoryService: Exposes information about ongoing and past process instances.
org.activiti.engine.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.org.activiti.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.activiti.engine.impl.bpmn.behavior org.activiti.engine.impl.cmd org.activiti.engine.impl.context org.activiti.engine.impl.json Experimental: contains helpers to serialize all return values from the services into JSON.org.activiti.engine.impl.persistence.deploy org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.data org.activiti.engine.impl.persistence.entity.data.impl org.activiti.engine.impl.repository org.activiti.engine.impl.util org.activiti.engine.repository Classes related to theRepositoryService. -
Classes in org.activiti.engine.repository used by org.activiti.engine Class Description DeploymentBuilder Builder for creating new deployments.DeploymentQuery Allows programmatic querying ofDeployments.Model Represents a model that is stored in the model repository.ModelQuery Allows programmatic querying ofModels.NativeDeploymentQuery Allows querying ofDeployments via native (SQL) queriesNativeModelQuery Allows querying ofModels via native (SQL) queriesNativeProcessDefinitionQuery Allows querying ofProcessDefinitions via native (SQL) queriesProcessDefinition An object structure representing an executable process composed of activities and transitions.ProcessDefinitionQuery Allows programmatic querying ofProcessDefinitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl Class Description Deployment Represents a deployment that is already present in the process repository.DeploymentBuilder Builder for creating new deployments.DeploymentQuery Allows programmatic querying ofDeployments.Model Represents a model that is stored in the model repository.ModelQuery Allows programmatic querying ofModels.NativeDeploymentQuery Allows querying ofDeployments via native (SQL) queriesNativeModelQuery Allows querying ofModels via native (SQL) queriesNativeProcessDefinitionQuery Allows querying ofProcessDefinitions via native (SQL) queriesProcessDefinition An object structure representing an executable process composed of activities and transitions.ProcessDefinitionQuery Allows programmatic querying ofProcessDefinitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.bpmn.behavior Class Description ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.cmd Class Description Deployment Represents a deployment that is already present in the process repository.Model Represents a model that is stored in the model repository.ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.context Class Description ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.json Class Description ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.persistence.deploy Class Description ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.persistence.entity Class Description Deployment Represents a deployment that is already present in the process repository.Model Represents a model that is stored in the model repository.ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.persistence.entity.data Class Description Deployment Represents a deployment that is already present in the process repository.Model Represents a model that is stored in the model repository.ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.persistence.entity.data.impl Class Description Deployment Represents a deployment that is already present in the process repository.Model Represents a model that is stored in the model repository.ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.repository Class Description Deployment Represents a deployment that is already present in the process repository.DeploymentBuilder Builder for creating new deployments. -
Classes in org.activiti.engine.repository used by org.activiti.engine.impl.util Class Description ProcessDefinition An object structure representing an executable process composed of activities and transitions. -
Classes in org.activiti.engine.repository used by org.activiti.engine.repository Class Description Deployment Represents a deployment that is already present in the process repository.DeploymentBuilder Builder for creating new deployments.DeploymentQuery Allows programmatic querying ofDeployments.DiagramEdgeWaypoint Stores the position of a waypoint of a diagram edge.DiagramElement Represents a diagram node.ModelQuery Allows programmatic querying ofModels.ProcessDefinitionQuery Allows programmatic querying ofProcessDefinitions.