Package | Description |
---|---|
com.versionone.om | |
com.versionone.om.filters |
Modifier and Type | Method and Description |
---|---|
Expression |
V1InstanceCreator.expression(Member author,
String content,
Expression inReplyTo)
Adds new Expression in Reply To an existing Expression.
|
Expression |
V1InstanceGetter.expressionByID(AssetID id)
Returns an Expression with the given ID or null if the ID is invalid.
|
Modifier and Type | Method and Description |
---|---|
Collection<Expression> |
V1InstanceGetter.expressions(ExpressionFilter filter)
Get Expression filtered by the criteria specified in the passed filter.
|
Collection<Expression> |
Conversation.getContainedExpressions() |
Collection<Expression> |
Member.getExpressions() |
Collection<Expression> |
BaseAsset.getMentionedInExpressions() |
Collection<Expression> |
Expression.getReplies() |
Modifier and Type | Method and Description |
---|---|
Expression |
V1InstanceCreator.expression(Member author,
String content,
Expression inReplyTo)
Adds new Expression in Reply To an existing Expression.
|
void |
Expression.setInReplyTo(Expression parent)
Sets parent message to current.
|
Modifier and Type | Field and Description |
---|---|
List<Expression> |
ExpressionFilter.inReplyTo
Filter on the InReplyTo property.
|
List<Expression> |
ExpressionFilter.replies
Filter on the Replies property.
|
Copyright © 2013 Version One, Inc.. All rights reserved.