Package org.jbpm

START HERE - this is the central package that contains all the jBpm service interfaces.

See:
          Description

Interface Summary
DefinitionService allows process developers to deploy their process archives into the jbpm runtime engine.
ExecutionReadService is the read-only part of the execution service.
ExecutionService allows clients to manage the execution of business processes.
LogService allows access to the audit logs.
SchedulerService is the interface for scheduling and cancelling jobs.
Service is the base interface for all services.
 

Class Summary
JbpmConfiguration manages all configurations for jbpm including the hibernate configurations
JbpmQuery allows to run arbitrary hibernate queries on the jbpm database.
JbpmServiceFactory provides access to the service-objects.
 

Exception Summary
AssignmentException is thrown if there's a problem with assignments.
ConfigurationException is thrown when a problem is detected with the jbpm configuration, for more information about configuring jbpm see JbpmConfiguration.
DefinitionException is thrown if an inconsistency is detected in a process definition at runtime.
DelegationException signals that an exception occurred inside a delegation to a client of the ExecutionService.
ExecutionException is the base exception class for all kinds of exceptions that can occur while using the ExecutionService.
IllegalTransitionException is thrown when the client specifies an illegal transitionName in org.jbpm.ExecutionService#startProcessInstance(String, Long, Map, String) or in org.jbpm.ExecutionService#endOfState(String, Long, Map, String).
InvalidIdException is thrown when an invalid id is supplied in one of the jbpm service methods.
JpdlException is the checked exception that is thrown at deployment-time when a process archive is not compliant as specified in the jBpm Process Defintition Language (jPdl).
PersistenceException is a runtime exception that is thrown if the database is not accessable.
UnUndoableException is thrown when ExecutionService#undo(String, Long, Date) is called with a Date that is before the process instance started.
VariableTypeException is thrown when a jbpm cannot determine the type of a variable that is being set.
 

Package org.jbpm Description

START HERE - this is the central package that contains all the jBpm service interfaces.



Version : jbpm-2.0