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

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

See:
          Description

Interface Summary
ActivityDefinition This interface represents the Activity definition.
ActivityDefinition.IterationDef  
ActivitySetDefinition This interface represents the ActivitySet definition.
ApplicationDefinition not supported.
DataFieldDefinition This interface represents the DataField definition.
DefinitionRecord  
PackageDefinition 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.
PackageFullDefinition  
ParticipantDefinition This interface represents the Participant definition.
ProcessDefinition This interface represents the Process definition.
ProcessDefinitionRecord  
ProcessFullDefinition  
TransitionDefinition Activities are related to one another via flow control conditions (transition information).
 

Enum Summary
ActivityDefinition.FinishMode  
ActivityDefinition.StartMode  
PackageDefinition.GraphConformance The conformance class declaration allows description of the conformance class to which the definitions in this model definition are restricted.
PackageDefinition.PackageState Package state allow operations on the package itself and elements within it.
PackageDefinition.PublicationStatus Publication status of the Process Definition.
ParticipantDefinition.ParticipantType The Participant entity type attribute characterises the participant to be an individual, an organisational unit or an abstract resource such as a machine.
ProcessDefinition.AccessLevel  
ProcessDefinition.DurationUnit  
ProcessDefinition.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).