Uses of Package
org.demac.process.base.dpdl

Packages that use org.demac.process.base.dpdl
org.demac.impl.j2me.management.core   
org.demac.impl.j2me.management.logging   
org.demac.impl.j2me.management.util   
org.demac.impl.j2me.process.base.dpdl   
org.demac.impl.j2me.process.base.dpdl.transaction   
org.demac.impl.j2me.process.base.exe   
org.demac.impl.j2me.process.base.persistence   
org.demac.impl.j2me.process.base.service.local   
org.demac.impl.j2me.process.base.service.rmi   
org.demac.impl.j2me.process.base.service.webservices   
org.demac.impl.j2me.process.base.service.webservices.asn1.soap   
org.demac.impl.j2me.process.base.service.webservices.client   
org.demac.impl.j2me.process.base.service.webservices.xml.soap   
org.demac.impl.j2me.process.base.xml   
org.demac.impl.j2me.process.core.adapter   
org.demac.impl.j2me.process.ext.concurrency Extension module of the process service to execute parallel processes. 
org.demac.impl.j2me.process.ext.interaction   
org.demac.impl.j2me.process.ext.transaction   
org.demac.process.base.dpdl   
org.demac.process.base.dpdl.transactions   
org.demac.process.base.event   
org.demac.process.base.exe   
org.demac.process.base.extension   
org.demac.process.base.persistence   
org.demac.process.base.service   
org.demac.process.base.xml   
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.management.core
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.management.logging
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.management.util
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.dpdl
Activity
          A single task of a org.demac.process.base.dpdl.WorkflowProcess.
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
ActivitySet
          A set of reusable org.demac.process.base.dpdl.ActivityRefs and org.demac.process.base.dpdl.Transitions.
Application
          A placeholder for a non-manual performer of an org.demac.process.base.dpdl.Activity, for example a service.
BasicDPDLComponent
          Top of hierarchy of DPDL elements with no library binding
BlockActivity
          A org.demac.process.base.dpdl.BlockActivity is referencing an org.demac.process.base.dpdl.ActivitySet within a org.demac.process.base.dpdl.WorkflowProcess.
Compensation
          A set of org.demac.process.base.dpdl.ActivityRefs that is called in case of a failed transaction to compensate the effects of the transaction.
Condition
          An element to specify a Transition Condition.
ConnectionResetHandler
          An element to handle connection resets occuring during the execution of an activity.
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
DataType
          A certain data type for a org.demac.process.base.dpdl.DataField, consisting of a basic or complex data type.
Deadline
          A deadline for an org.demac.process.base.dpdl.Activity.
Exception
          A specified exception handler, consisting of org.demac.process.base.dpdl.ActivityRefs and org.demac.process.base.dpdl.Transitions.
ExtendedAttribute
          An org.demac.process.base.dpdl.ExtendedAttribute to extend the functionality of the xpdl- / dpdl-specification to meet individual needs of groups or organizations.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
Implementation
          An org.demac.process.base.dpdl.Activity that has an implemenation body.
Join
          A org.demac.process.base.dpdl.TransitionRestriction that joins a set of incoming transitions.
Loop
          An Activity, that will be executed until a condition is evaluated to false.
LoopActivity
          An org.demac.process.base.dpdl.Activity that references a org.demac.process.base.dpdl.Loop.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
Route
          An element to express a dummy Activity, only existing for routing purposes.
ServiceHandle
          Unique Handle to reference a service or any other kind of application.
Split
          A org.demac.process.base.dpdl.TransitionRestriction that splits a set of outgoing transitions.
SubFlow
          An Activity representing a subprocess.
Tool
          A tool that specifies the invocation of an org.demac.process.base.dpdl.Application with a set of process-side defined actual parameters.
Transaction
          Deprecated. Since DPDL version 1.1
TransactionActivity
          Deprecated. Since version 1.1 of DPDL
Transition
          A Transition to connect two Activities.
TransitionRestriction
          A restriction to in or outgoing org.demac.process.base.dpdl.Transitions.
WorkflowProcess
          A full implemented org.demac.process.base.dpdl.WorkflowProcess, extending the small version of a org.demac.process.core.dpdl.Process used in the CoreModule of the Process Service.
Xpression
          An expression holding an arbitrary set of actual parameters as operands and a function as an operator to evaluate the expression.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.dpdl.transaction
BasicDPDLComponent
          Top of hierarchy of DPDL elements with no library binding
Compensation
          A set of org.demac.process.base.dpdl.ActivityRefs that is called in case of a failed transaction to compensate the effects of the transaction.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.exe
Activity
          A single task of a org.demac.process.base.dpdl.WorkflowProcess.
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
ServiceHandle
          Unique Handle to reference a service or any other kind of application.
Xpression
          An expression holding an arbitrary set of actual parameters as operands and a function as an operator to evaluate the expression.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.persistence
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.local
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.rmi
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.webservices
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.webservices.asn1.soap
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.webservices.client
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.service.webservices.xml.soap
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.base.xml
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.core.adapter
ServiceHandle
          Unique Handle to reference a service or any other kind of application.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.ext.concurrency
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.ext.interaction
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.impl.j2me.process.ext.transaction
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.dpdl
Activity
          A single task of a org.demac.process.base.dpdl.WorkflowProcess.
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
ActivitySet
          A set of reusable org.demac.process.base.dpdl.ActivityRefs and org.demac.process.base.dpdl.Transitions.
Application
          A placeholder for a non-manual performer of an org.demac.process.base.dpdl.Activity, for example a service.
Compensation
          A set of org.demac.process.base.dpdl.ActivityRefs that is called in case of a failed transaction to compensate the effects of the transaction.
Condition
          An element to specify a Transition Condition.
ConnectionResetHandler
          An element to handle connection resets occuring during the execution of an activity.
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
DataType
          A certain data type for a org.demac.process.base.dpdl.DataField, consisting of a basic or complex data type.
Deadline
          A deadline for an org.demac.process.base.dpdl.Activity.
Exception
          A specified exception handler, consisting of org.demac.process.base.dpdl.ActivityRefs and org.demac.process.base.dpdl.Transitions.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
Join
          A org.demac.process.base.dpdl.TransitionRestriction that joins a set of incoming transitions.
Loop
          An Activity, that will be executed until a condition is evaluated to false.
ServiceHandle
          Unique Handle to reference a service or any other kind of application.
Split
          A org.demac.process.base.dpdl.TransitionRestriction that splits a set of outgoing transitions.
SubFlow
          An Activity representing a subprocess.
Tool
          A tool that specifies the invocation of an org.demac.process.base.dpdl.Application with a set of process-side defined actual parameters.
Transaction
          Deprecated. Since DPDL version 1.1
TransitionRestriction
          A restriction to in or outgoing org.demac.process.base.dpdl.Transitions.
WorkflowProcess
          A full implemented org.demac.process.base.dpdl.WorkflowProcess, extending the small version of a org.demac.process.core.dpdl.Process used in the CoreModule of the Process Service.
Xpression
          An expression holding an arbitrary set of actual parameters as operands and a function as an operator to evaluate the expression.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.dpdl.transactions
Compensation
          A set of org.demac.process.base.dpdl.ActivityRefs that is called in case of a failed transaction to compensate the effects of the transaction.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.event
ServiceHandle
          Unique Handle to reference a service or any other kind of application.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.exe
Activity
          A single task of a org.demac.process.base.dpdl.WorkflowProcess.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
Xpression
          An expression holding an arbitrary set of actual parameters as operands and a function as an operator to evaluate the expression.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.extension
ActivityRef
          A unique reference to a Activity, so that an activity can be reused within the process.
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.persistence
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.service
DataField
          A variable which may be empty, may contain initial data or reference an org.demac.process.core.dpdl.ExternalReference.
FormalParameter
          Invocation parameters for an org.demac.process.base.dpdl.Application or for a org.demac.process.base.dpdl.SubFlow.
 

Classes in org.demac.process.base.dpdl used by org.demac.process.base.xml
Package
          A global container to hold the process definition itself, its non functional requirements, its participants, applications and data definitions.