Uses of Interface
org.jbpm.eventmessaging.Payload

Packages that use Payload
org.jbpm.eventmessaging   
org.jbpm.process.workitem.wsht   
org.jbpm.task.event   
org.jbpm.task.service   
org.jbpm.task.service.responsehandlers   
 

Uses of Payload in org.jbpm.eventmessaging
 

Methods in org.jbpm.eventmessaging with parameters of type Payload
 void EventResponseHandler.execute(Payload payload)
           
 void EventTriggerTransport.trigger(Payload payload)
           
 

Uses of Payload in org.jbpm.process.workitem.wsht
 

Methods in org.jbpm.process.workitem.wsht that return Payload
 Payload BlockingEventResponseHandler.getPayload()
           
 

Methods in org.jbpm.process.workitem.wsht with parameters of type Payload
 void BlockingEventResponseHandler.execute(Payload payload)
           
 

Uses of Payload in org.jbpm.task.event
 

Classes in org.jbpm.task.event that implement Payload
 class EventPayload
           
 

Uses of Payload in org.jbpm.task.service
 

Methods in org.jbpm.task.service with parameters of type Payload
 void EventTransport.trigger(Payload payload)
           
 

Uses of Payload in org.jbpm.task.service.responsehandlers
 

Methods in org.jbpm.task.service.responsehandlers that return Payload
 Payload BlockingEventResponseHandler.getPayload()
           
 

Methods in org.jbpm.task.service.responsehandlers with parameters of type Payload
 void BlockingEventResponseHandler.execute(Payload payload)
           
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.