Uses of Interface
org.jbpm.api.model.Discussable

Packages that use Discussable
org.jbpm.api.activity interfaces for implementing activities, which represent the runtime behaviour of activities. 
org.jbpm.api.client for clients that want direct programmatic access to the execution object like e.g. in unit tests. 
org.jbpm.api.listener interfaces for implementing event listeners, which represent runtime behaviour that can be associated as listeners to process events. 
org.jbpm.api.model common model base classes for the client, activity and event listener API's 
 

Uses of Discussable in org.jbpm.api.activity
 

Subinterfaces of Discussable in org.jbpm.api.activity
 interface ActivityExecution
          view upon an path of execution exposed to ActivityBehaviour implementations.
 

Uses of Discussable in org.jbpm.api.client
 

Subinterfaces of Discussable in org.jbpm.api.client
 interface ClientExecution
          view upon an path of execution exposed to external clients.
 interface ClientProcessInstance
           
 

Uses of Discussable in org.jbpm.api.listener
 

Subinterfaces of Discussable in org.jbpm.api.listener
 interface EventListenerExecution
          view upon an path of execution exposed to EventListener implementations.
 

Uses of Discussable in org.jbpm.api.model
 

Subinterfaces of Discussable in org.jbpm.api.model
 interface Comment
          a free text comment that can be made to an Execution or a task.
 interface OpenExecution
          execution that opens up access to the related objects in the execution and process definition model.
 interface OpenProcessInstance
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.