类 FindExecutable
- java.lang.Object
-
- org.elastos.hive.vault.scripting.Condition
-
- org.elastos.hive.vault.scripting.Executable
-
- org.elastos.hive.vault.scripting.FindExecutable
-
public class FindExecutable extends Executable
Client side representation of a back-end execution that runs a mongo "find" query and returns some items as a result.
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.elastos.hive.vault.scripting.Executable
Executable.DatabaseBody, Executable.FileBody, Executable.Type
-
-
构造器概要
构造器 构造器 说明 FindExecutable(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter)FindExecutable(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter, com.fasterxml.jackson.databind.JsonNode options)
-
方法概要
-
从类继承的方法 org.elastos.hive.vault.scripting.Executable
createRunFileParams, setOutput
-
-
-
-
构造器详细资料
-
FindExecutable
public FindExecutable(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter, com.fasterxml.jackson.databind.JsonNode options)
-
FindExecutable
public FindExecutable(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter)
-
-