public class AttributeCollectionExpression extends Object implements CollectionExpression
CollectionExpression which represent attribute expressions.CollectionExpression.CollectionScope| Constructor and Description |
|---|
AttributeCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
String attribute,
CollectionExpression.CollectionScope collectionScope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
CollectionExpression.CollectionScope |
getCollectionScope() |
org.wso2.siddhi.query.api.expression.Expression |
getExpression() |
Set<String> |
getMultiPrimaryKeys() |
public AttributeCollectionExpression(org.wso2.siddhi.query.api.expression.Expression expression,
String attribute,
CollectionExpression.CollectionScope collectionScope)
public org.wso2.siddhi.query.api.expression.Expression getExpression()
getExpression in interface CollectionExpressionpublic CollectionExpression.CollectionScope getCollectionScope()
getCollectionScope in interface CollectionExpressionpublic String getAttribute()
public Set<String> getMultiPrimaryKeys()
getMultiPrimaryKeys in interface CollectionExpressionCopyright © 2018 WSO2. All rights reserved.