public class ComplexCollection extends ArrayList<org.odata4j.core.OComplexObject> implements org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>
modCount| Constructor and Description |
|---|
ComplexCollection(org.odata4j.edm.EdmComplexType type,
DocumentNode node,
org.odata4j.producer.QueryInfo queryInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.odata4j.core.OComplexObject |
addRow(Object previous,
ResultSet rs,
String invalidCharacterReplacement) |
org.odata4j.core.OCollection<org.odata4j.core.OComplexObject> |
getCollection() |
String |
getCollectionName() |
org.odata4j.edm.EdmEntitySet |
getEntitySet() |
Integer |
getInlineCount() |
String |
getSkipToken() |
boolean |
isSameRow(Object previous,
Object current) |
void |
lastRow(Object last) |
void |
setInlineCount(int count) |
void |
setSkipToken(String skipToken) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic ComplexCollection(org.odata4j.edm.EdmComplexType type,
DocumentNode node,
org.odata4j.producer.QueryInfo queryInfo)
public org.odata4j.core.OComplexObject addRow(Object previous, ResultSet rs, String invalidCharacterReplacement) throws org.teiid.core.types.TransformationException, SQLException, IOException
org.teiid.core.types.TransformationExceptionSQLExceptionIOExceptionpublic void lastRow(Object last)
public void setInlineCount(int count)
public void setSkipToken(String skipToken)
public org.odata4j.core.OCollection<org.odata4j.core.OComplexObject> getCollection()
getCollection in interface org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>public String getCollectionName()
getCollectionName in interface org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>public Integer getInlineCount()
getInlineCount in interface org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>public String getSkipToken()
getSkipToken in interface org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>public org.odata4j.edm.EdmEntitySet getEntitySet()
getEntitySet in interface org.odata4j.producer.CollectionResponse<org.odata4j.core.OComplexObject>Copyright © 2016 JBoss by Red Hat. All rights reserved.