.. 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.NegationFactory ======================== .. java:package:: org.caosdb.server.query :noindex: .. java:type:: public static class NegationFactory extends EntityFilterContainer :outertype: Negation Allows to create a Negation with: EntityFilterInterface filter = ... NegationFactory nf = new NegationFactory(); nf.add(filter); EntityFilter negation = nf.getNegation(); Now, negation negates filter. :author: tf Constructors ------------ NegationFactory ^^^^^^^^^^^^^^^ .. java:constructor:: public NegationFactory() :outertype: Negation.NegationFactory Methods ------- getNegation ^^^^^^^^^^^ .. java:method:: public Negation getNegation() :outertype: Negation.NegationFactory