|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.find.FindTask
public class FindTask
Constructor Summary | |
---|---|
FindTask(String url)
Instantiates a new find task. |
|
FindTask(String url,
UserCredentials credentials)
Instantiates a new find task. |
Method Summary | |
---|---|
List<FindResult> |
execute(FindParameters find)
Execute the find task. |
void |
executeAsync(FindParameters find,
CallbackListener<List<FindResult>> callback)
Execute the find task asynchronously. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindTask(String url)
url
- the URLpublic FindTask(String url, UserCredentials credentials) throws EsriSecurityException
url
- the urlcredentials
- the user credentials
EsriSecurityException
- the esri security exceptionMethod Detail |
---|
public List<FindResult> execute(FindParameters find) throws Exception
query
- the find options
Exception
public void executeAsync(FindParameters find, CallbackListener<List<FindResult>> callback)
find
- the find optionscallback
- the call back
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |