Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.core.activity | |
oracle.ifs.core.tools.script.test.overrides.activity.community |
Modifier and Type | Class and Description |
---|---|
class |
TieConversation
TieConversation allows the ECMSDK-defined behavior
of the Conversation classobject (and its subclasses)
to be extended or overridden.
|
Modifier and Type | Method and Description |
---|---|
Conversation |
ConversationRelation.getConversation()
Gets the related Conversation.
|
Conversation |
ConversationRelationDefinition.getConversation()
Gets the related Conversation, if explicitly set.
|
static Conversation |
Conversation.getTargetConversation(ActivityRecord ar)
Gets the Conversation that is the target of the specified ActivityRecord.
|
Modifier and Type | Method and Description |
---|---|
void |
ConversationRelationDefinition.setConversation(Conversation conv)
Sets the related Conversation.
|
Modifier and Type | Method and Description |
---|---|
protected Conversation |
ActivityOperations.lookupConversation(String tag)
Lookup a Conversation by tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityOperations.showConversation(Conversation conv,
String prefix,
boolean verbose)
Show the details of a Conversation.
|
Modifier and Type | Method and Description |
---|---|
Conversation |
Community.findConversation(Actor[] actors)
Find a Conversation within the Community with exactly the specified set of
participants.
|
Conversation |
Community.startConversation(String name,
Actor[] actors)
Start a Conversation with community members
|
Copyright © 2023. All rights reserved.