Uses of Package
org.camunda.bpm.engine.impl.util.xml
-
Packages that use org.camunda.bpm.engine.impl.util.xml Package Description org.camunda.bpm.application.impl.event org.camunda.bpm.application.impl.metadata org.camunda.bpm.container.impl.metadata 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.cdi.impl.event org.camunda.bpm.engine.impl.bpmn.parser org.camunda.bpm.engine.impl.form.handler org.camunda.bpm.engine.impl.form.type org.camunda.bpm.engine.impl.form.validator org.camunda.bpm.engine.impl.history.parser org.camunda.bpm.engine.impl.metrics.parser org.camunda.bpm.engine.impl.util.xml org.camunda.bpm.engine.impl.xml org.camunda.bpm.spring.boot.starter.event org.camunda.connect.plugin.impl -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.application.impl.event Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.application.impl.metadata Class Description Element Represents one XML element.Parse Parser -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.container.impl.metadata Class Description Element Represents one XML element.Parse Parser -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.cdi.impl.event Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.bpmn.parser Class Description Element Represents one XML element.Namespace Parse Parser -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.form.handler Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.form.type Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.form.validator Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.history.parser Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.metrics.parser Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.util.xml Class Description Attribute Element Represents one XML element.Namespace Parse Parser -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.engine.impl.xml Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.bpm.spring.boot.starter.event Class Description Element Represents one XML element. -
Classes in org.camunda.bpm.engine.impl.util.xml used by org.camunda.connect.plugin.impl Class Description Element Represents one XML element.