Searched defs:PersistentSearchControl (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java52 public class PersistentSearchControl class in inherits:Control
59 implements ControlDecoder<PersistentSearchControl>
64 public PersistentSearchControl decode(boolean isCritical, ByteString value)
106 return new PersistentSearchControl(isCritical,
120 public static final ControlDecoder<PersistentSearchControl> DECODER =
156 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
178 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
266 buffer.append("PersistentSearchControl(changeTypes=\"");
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java51 public class PersistentSearchControl class in inherits:Control
58 implements ControlDecoder<PersistentSearchControl>
63 public PersistentSearchControl decode(boolean isCritical, ByteString value)
105 return new PersistentSearchControl(isCritical,
119 public static final ControlDecoder<PersistentSearchControl> DECODER =
155 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
177 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
265 buffer.append("PersistentSearchControl(changeTypes=\"");
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java52 public class PersistentSearchControl class in inherits:Control
59 implements ControlDecoder<PersistentSearchControl>
64 public PersistentSearchControl decode(boolean isCritical, ByteString value)
106 return new PersistentSearchControl(isCritical,
120 public static final ControlDecoder<PersistentSearchControl> DECODER =
156 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
178 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
266 buffer.append("PersistentSearchControl(changeTypes=\"");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java52 public class PersistentSearchControl class in inherits:Control
59 implements ControlDecoder<PersistentSearchControl>
64 public PersistentSearchControl decode(boolean isCritical, ByteString value)
106 return new PersistentSearchControl(isCritical,
120 public static final ControlDecoder<PersistentSearchControl> DECODER =
156 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
178 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
266 buffer.append("PersistentSearchControl(changeTypes=\"");
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPersistentSearchControl.java51 public class PersistentSearchControl class in inherits:Control
58 implements ControlDecoder<PersistentSearchControl>
63 public PersistentSearchControl decode(boolean isCritical, ByteString value)
105 return new PersistentSearchControl(isCritical,
119 public static final ControlDecoder<PersistentSearchControl> DECODER =
155 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
177 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
265 buffer.append("PersistentSearchControl(changeTypes=\"");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPersistentSearchControl.java50 public class PersistentSearchControl class in inherits:Control
57 implements ControlDecoder<PersistentSearchControl>
60 public PersistentSearchControl decode(boolean isCritical, ByteString value)
99 return new PersistentSearchControl(isCritical,
113 public static final ControlDecoder<PersistentSearchControl> DECODER =
149 public PersistentSearchControl(Set<PersistentSearchChangeType> changeTypes, method in class:PersistentSearchControl
171 public PersistentSearchControl(boolean isCritical, method in class:PersistentSearchControl
259 buffer.append("PersistentSearchControl(changeTypes=\"");

Completed in 64 milliseconds