Package org.ow2.bonita.facade.def.majorElement

Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI.

See:
          Description

Interface Summary
ActivityDef  
ActivityDef.IterationDef  
ActivitySetDef  
ApplicationDef not supported.
DataFieldDef  
DefinitionRecord  
PackageDef The concept of package is introduced by XPDL specification to act as a container for the grouping of common data entities from a number of different process definitions, to avoid redefinition within each individual process definition.
PackageFullDef  
ParticipantDef  
ProcessDef  
ProcessDefinitionRecord  
ProcessFullDef  
TransitionDef Activities are related to one another via flow control conditions (transition information).
 

Enum Summary
ActivityDef.FinishMode  
ActivityDef.StartMode  
PackageDef.GraphConformance The conformance class declaration allows description of the conformance class to which the definitions in this model definition are restricted.
PackageDef.PackageState Package state allow operations on the package itself and elements within it.
PackageDef.PublicationStatus Publication status of the Process Definition.
ParticipantDef.ParticipantType The Participant entity type attribute characterises the participant to be an individual, an organisational unit or an abstract resource such as a machine.
ProcessDef.AccessLevel  
ProcessDef.DurationUnit  
ProcessDef.ProcessState  
 

Package org.ow2.bonita.facade.def.majorElement Description

Contains interfaces for objects representing major XPDL elements returned by the QueryDefintionAPI.
Contains also interfaces used for internal objects of the engine (PackageFullDef, ProcessFullDef).