Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.activity | |
oracle.ifs.core.activity.social | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieMessageEntry
TieMessageEntry allows the ECMSDK-defined behavior of the
MessageEntry classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
MessageEntry |
Conversation.addMessage(String message,
String meName)
Add a Message to this Conversation.
|
MessageEntry |
MessageList.addMessageEntry(String messageName,
String messageText,
MessageEntry refMessageEntry)
Add a new MessageEntry to this MessageList.
|
protected static MessageEntry[] |
MessageEntry.constructMessageEntryArray(LibrarySession sess,
Long[] ids)
Constructs a MessageEntry array from an array of object IDs.
|
MessageEntry |
MessageList.findMessageEntryByName(String meName)
Finds a MessageEntry instance defined for this
MessageList by name.
|
MessageEntry[] |
MessageList.getMessageEntries()
Returns the set of MessageEntry instances defined for this
MessageList.
|
MessageEntry |
MessageEntry.getReferencedMessageEntry()
Gets the MessageEntry referenced by this instance, for example, to indicate
a reply to another MessageEntry within the same MessageList.
|
Modifier and Type | Method and Description |
---|---|
MessageEntry |
MessageList.addMessageEntry(String messageName,
String messageText,
MessageEntry refMessageEntry)
Add a new MessageEntry to this MessageList.
|
protected void |
MessageList.reportMessageAddedEvent(MessageEntry me)
Report a MESSAGE ADDED event.
|
protected void |
MessageList.reportMessageRemovedEvent(MessageEntry me)
Report a MESSAGE REMOVED event.
|
void |
MessageEntryDefinition.setReferencedMessageEntry(MessageEntry meRef)
Sets the MessageEntry referenced by this instance, for example, to indicate
a reply to another MessageEntry within the same MessageList.
|
Modifier and Type | Method and Description |
---|---|
MessageEntry |
MessageAction.getMessageEntry()
Returns the MessageEntry setting for edit or remove actions.
|
MessageEntry |
MessageAction.getReferencedMessageEntry()
Returns the MessageEntry reference, for messages that are "in reply to"
another MessageEntry.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageAction.addMessage(MessageEntry me)
Adds a new message, prior to execution.
|
void |
MessageAction.addMessage(MessageEntry me,
MessageEntry meRef)
Adds a new message, prior to execution.
|
void |
MessageAction.editMessage(MessageEntry me)
Edits an existing message, prior to execution.
|
void |
ConverseAction.editMessage(MessageEntry me,
String message)
Edits an existing message, prior to execution.
|
void |
ConverseAction.removeMessage(MessageEntry me)
Removes an existing message, prior to execution.
|
void |
MessageAction.removeMessage(MessageEntry me)
Removes an existing message, prior to execution.
|
Modifier and Type | Method and Description |
---|---|
void |
CommentAction.addComment(MessageEntry me)
Adds a new comment, prior to execution.
|
void |
CommentAction.addComment(MessageEntry me,
MessageEntry meRef)
Adds a new comment, prior to execution.
|
void |
CommentAction.editComment(MessageEntry me)
Edits an existing comment, prior to execution.
|
void |
CommentAction.removeComment(MessageEntry me)
Removes an existing comment, prior to execution.
|
Modifier and Type | Method and Description |
---|---|
protected MessageEntry |
ScriptOperations.lookupMessageEntry(LibrarySession sess,
String tag)
Lookup a MessageEntry by the specified tag.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showMessageEntry(Logger logger,
MessageEntry me,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageEntry.
|
Copyright © 2023. All rights reserved.