Uses of Class
org.jbpm.process.workitem.email.Recipient

Packages that use Recipient
org.jbpm.process.workitem.email   
 

Uses of Recipient in org.jbpm.process.workitem.email
 

Methods in org.jbpm.process.workitem.email that return Recipient
 Recipient[] Recipients.toArray()
           
 

Methods in org.jbpm.process.workitem.email that return types with arguments of type Recipient
 List<Recipient> Recipients.getRecipients()
           
 

Methods in org.jbpm.process.workitem.email with parameters of type Recipient
 boolean Recipients.addRecipient(Recipient recipient)
           
 boolean Recipients.removeRecipient(Recipient recipient)
           
 

Method parameters in org.jbpm.process.workitem.email with type arguments of type Recipient
 void Recipients.setRecipients(List<Recipient> recipients)
           
 



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