Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Message |
MessageReceipt.getMessage() |
Message |
V1InstanceCreator.message(String subject,
String messageBody)
Create a new Message with a subject and recipient.
|
Message |
V1InstanceCreator.message(String subject,
String messageBody,
Collection<Member> recipients)
Create a new Message with a subject and recipient.
|
Message |
V1InstanceCreator.message(String subject,
String messageBody,
Collection<Member> recipients,
Map<String,Object> attributes)
Create a new Message with a subject and recipient.
|
Message |
V1InstanceCreator.message(String subject,
String messageBody,
Map<String,Object> attributes)
Create a new Message with a subject and recipient.
|
Message |
V1InstanceCreator.message(String subject,
String messageBody,
Member recipient)
Create a new Message with a subject and recipient.
|
Message |
V1InstanceCreator.message(String subject,
String messageBody,
Member recipient,
Map<String,Object> attributes)
Create a new Message with a subject and recipient.
|
Message |
Message.send()
Send this message.
|
Modifier and Type | Method and Description |
---|---|
Collection<Message> |
V1InstanceGetter.messages(MessageFilter filter)
Get Messages filtered by the criteria specified in the passed in filter.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageReceipt.setMessage(Message value) |
Modifier and Type | Field and Description |
---|---|
List<Message> |
MessageReceiptFilter.message |
Copyright © 2013 Version One, Inc.. All rights reserved.