Package | Description |
---|---|
org.osid.messaging |
The Open Service Interface Definitions for the org.osid.messaging
service.
|
org.osid.messaging.batch |
The Open Service Interface Definitions for the org.osid.messaging.batch
service.
|
Modifier and Type | Method and Description |
---|---|
MessageForm |
MessageAdminSession.getMessageFormForCreate(Type[] messageRecordTypes)
Gets the message form for creating new messages.
|
MessageForm |
MessageAdminSession.getMessageFormForUpdate(Id messageId)
Gets the message form for updating an existing message.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageAdminSession.createMessage(MessageForm messageForm)
Creates a new
Message. |
void |
MessageAdminSession.updateMessage(MessageForm messageForm)
Updates an existing message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageBatchForm
This is the form for creating and updating messages in bulk.
|