Uses of Interface
org.osid.messaging.MessageForm
Packages that use MessageForm
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
The Open Service Interface Definitions for the org.osid.messaging.batch
service.
-
Uses of MessageForm in org.osid.messaging
Methods in org.osid.messaging that return MessageFormModifier and TypeMethodDescriptionMessageAdminSession.getMessageFormForCreate(Type[] messageRecordTypes) Gets the message form for creating new messages.MessageAdminSession.getMessageFormForUpdate(Id messageId) Gets the message form for updating an existing message.Methods in org.osid.messaging with parameters of type MessageFormModifier and TypeMethodDescriptionMessageAdminSession.createMessage(MessageForm messageForm) Creates a newMessage.voidMessageAdminSession.updateMessage(MessageForm messageForm) Updates an existing message. -
Uses of MessageForm in org.osid.messaging.batch
Subinterfaces of MessageForm in org.osid.messaging.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating messages in bulk.