public abstract class GetOptions extends java.lang.Object implements SpaceOptions<GetOptions>
Constructor and Description |
---|
GetOptions() |
Modifier and Type | Method and Description |
---|---|
static GetOptions |
create() |
com.tibco.as.space.impl.data.ASStringList |
getASFields() |
abstract java.util.Collection<java.lang.String> |
getFields()
Retrieve the fields that are returned in the result
|
abstract java.lang.String |
getFilter()
Retrieve the filter that needs to be matched for the get to succeed
|
abstract GetOptions |
setFields(java.util.Collection<java.lang.String> fieldNames)
Update the field list that are returned in the result
|
abstract GetOptions |
setFields(java.lang.String... fieldNames)
Update the field list that are returned in the result
|
abstract GetOptions |
setFilter(java.lang.String filter)
Update the filter that would be matched for the get to succeed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClosure, getResultHandler, setClosure, setResultHandler
public static GetOptions create()
public abstract java.lang.String getFilter()
public abstract GetOptions setFilter(java.lang.String filter)
filter
- The current filterpublic abstract java.util.Collection<java.lang.String> getFields()
public abstract GetOptions setFields(java.util.Collection<java.lang.String> fieldNames)
fieldNames
- The field listpublic abstract GetOptions setFields(java.lang.String... fieldNames)
fieldNames
- Enumerated list of field namespublic com.tibco.as.space.impl.data.ASStringList getASFields()
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.