Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.tools.script |
Modifier and Type | Class and Description |
---|---|
class |
TieMessageList
TieMessageList allows the ECMSDK-defined behavior of the
MessageList classobject (and its subclasses) to be extended
or overridden.
|
Modifier and Type | Method and Description |
---|---|
MessageList |
PublicObject.addMessageList()
Deprecated.
9.2.4: use
findOrAddMessageList |
MessageList |
PublicObject.findOrAddMessageList()
Add a MessageList to the target object if one does not already exist,
and otherwise return the existing instance.
|
MessageList |
PublicObject.findOrAddMessageList(MessageListDefinition def)
Add a MessageList to the target object if one does not already exist,
and otherwise return the existing instance.
|
MessageList |
MessageEntry.getMessageList()
Gets the encapsulating MessageList.
|
MessageList |
MessageEntryDefinition.getMessageList()
Gets the parent MessageList, if one is set on this instance.
|
MessageList |
PublicObject.getMessageList()
Returns the MessageList category if one exists.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageEntryDefinition.setMessageList(MessageList ml)
Sets the parent MessageList.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showMessageList(Logger logger,
MessageList ml,
String prefix,
boolean verbose,
boolean showDates)
Show details about a MessageList.
|
Copyright © 2023. All rights reserved.