Uses of Interface
org.osid.tracking.LogEntryForm
Packages that use LogEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
-
Uses of LogEntryForm in org.osid.tracking
Methods in org.osid.tracking that return LogEntryFormModifier and TypeMethodDescriptionIssueMessagingSession.getLogEntryFormForCommenting(Type[] logEntryRecordTypes) Gets the log entry form for creating commenting on issues.IssueMessagingSession.getLogEntryFormForCommentUpdate(Id Id) Gets the log entry form for updating an existing comment.IssueMessagingSession.getLogEntryFormForMessaging(Type[] logEntryRecordTypes) Gets the log entry form for creating messages to customers.Methods in org.osid.tracking with parameters of type LogEntryFormModifier and TypeMethodDescriptionIssueMessagingSession.comment(Id issueId, LogEntryForm logEntryForm) Comments on an issue.IssueMessagingSession.sendMessage(Id issueId, LogEntryForm logEntryForm) Send a customer a message and records it in the issue log.voidIssueMessagingSession.updateComment(LogEntryForm logEntryForm) Updates an existing log entry.