Uses of Class
org.jbpm.process.workitem.email.Recipient
-
-
Uses of Recipient in org.jbpm.process.workitem.email
Methods in org.jbpm.process.workitem.email that return Recipient Modifier and Type Method Description Recipient[]
Recipients. toArray()
Methods in org.jbpm.process.workitem.email that return types with arguments of type Recipient Modifier and Type Method Description List<Recipient>
Recipients. getRecipients()
Methods in org.jbpm.process.workitem.email with parameters of type Recipient Modifier and Type Method Description boolean
Recipients. addRecipient(Recipient recipient)
boolean
Recipients. removeRecipient(Recipient recipient)
Method parameters in org.jbpm.process.workitem.email with type arguments of type Recipient Modifier and Type Method Description void
Recipients. setRecipients(List<Recipient> recipients)
-