| Package | Description |
|---|---|
| com.versionone.om | |
| com.versionone.om.filters |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
V1InstanceCreator.conversation(Member author,
String content)
Adds new Conversation.
|
Conversation |
V1InstanceCreator.conversation(Member author,
String content,
Map<String,Object> attributes)
Adds new Conversation.
|
Conversation |
V1InstanceCreator.conversation(String content)
Adds new Conversation with expression with author as current logged user.
|
Conversation |
V1InstanceGetter.conversationByID(AssetID id)
Returns a Conversation with the given ID or null if the ID is invalid.
|
Conversation |
Member.createConversation(Member author,
String content)
Creates conversation which mentioned this member.
|
Conversation |
BaseAsset.createConversation(Member author,
String content)
Creates conversation with an expression which mentioned this asset.
|
Conversation |
Member.createConversation(Member author,
String content,
Map<String,Object> attributes)
Creates conversation which mentioned this asset.
|
Conversation |
BaseAsset.createConversation(Member author,
String content,
Map<String,Object> attributes)
Creates conversation with an expression which mentioned this asset.
|
Conversation |
Member.createConversation(String content)
Creates conversation with this member as author.
|
Conversation |
Expression.getBelongsTo() |
Conversation |
Expression.getInReplyTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setBelongsTo(Conversation conversation)
Sets parent conversation.
|
| Modifier and Type | Field and Description |
|---|---|
List<Conversation> |
ExpressionFilter.belongsTo
Filter on the Conversation property.
|
Copyright © 2013 Version One, Inc.. All rights reserved.