org.eclipse.stardust.engine.api.query
Class BusinessObjects
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
org.eclipse.stardust.engine.api.query.AbstractQueryResult<org.eclipse.stardust.engine.api.runtime.BusinessObject>
org.eclipse.stardust.engine.api.query.BusinessObjects
- All Implemented Interfaces:
- Serializable, Iterable<org.eclipse.stardust.engine.api.runtime.BusinessObject>, Collection<org.eclipse.stardust.engine.api.runtime.BusinessObject>, List<org.eclipse.stardust.engine.api.runtime.BusinessObject>, QueryResult<org.eclipse.stardust.engine.api.runtime.BusinessObject>
public class BusinessObjects
- extends AbstractQueryResult<org.eclipse.stardust.engine.api.runtime.BusinessObject>
Result of an BusinessObjectQuery execution. Retrieved items are instances of
BusinessObject.
- Version:
- $Revision: $
- Author:
- Florin.Herinean
- See Also:
- Serialized Form
|
Constructor Summary |
BusinessObjects(Query query,
List<org.eclipse.stardust.engine.api.runtime.BusinessObject> result)
Creates a new execution result. |
| Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subList |
| Methods inherited from interface java.util.List |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
BusinessObjects
public BusinessObjects(Query query,
List<org.eclipse.stardust.engine.api.runtime.BusinessObject> result)
- Creates a new execution result.
- Parameters:
query - the original query.result - the results of the query.
getQuery
public BusinessObjectQuery getQuery()
- Retrieves the original query.
- Returns:
- the business object query used to obtain these results.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.