.. java:import:: java.sql CallableStatement .. java:import:: java.sql Connection .. java:import:: java.sql PreparedStatement .. java:import:: java.sql ResultSet .. java:import:: java.sql SQLException .. java:import:: org.apache.shiro.subject Subject .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.query Query.QueryException .. java:import:: org.jdom2 Element Negation ======== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public class Negation implements EntityFilterInterface, QueryInterface Constructors ------------ Negation ^^^^^^^^ .. java:constructor:: public Negation(EntityFilterInterface f) :outertype: Negation Methods ------- addBenchmark ^^^^^^^^^^^^ .. java:method:: @Override public void addBenchmark(String str, long time) :outertype: Negation apply ^^^^^ .. java:method:: @Override public void apply(QueryInterface query) throws QueryException :outertype: Negation getAccess ^^^^^^^^^ .. java:method:: @Override public Access getAccess() :outertype: Negation getCacheKey ^^^^^^^^^^^ .. java:method:: @Override public String getCacheKey() :outertype: Negation getConnection ^^^^^^^^^^^^^ .. java:method:: @Override public Connection getConnection() :outertype: Negation getFilter ^^^^^^^^^ .. java:method:: public EntityFilterInterface getFilter() :outertype: Negation getQuery ^^^^^^^^ .. java:method:: @Override public Query getQuery() :outertype: Negation getSourceSet ^^^^^^^^^^^^ .. java:method:: @Override public String getSourceSet() :outertype: Negation getTargetSet ^^^^^^^^^^^^ .. java:method:: @Override public String getTargetSet() :outertype: Negation getTargetSetCount ^^^^^^^^^^^^^^^^^ .. java:method:: @Override public int getTargetSetCount() :outertype: Negation getUser ^^^^^^^ .. java:method:: @Override public Subject getUser() :outertype: Negation isVersioned ^^^^^^^^^^^ .. java:method:: @Override public boolean isVersioned() :outertype: Negation toElement ^^^^^^^^^ .. java:method:: @Override public Element toElement() :outertype: Negation