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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecification.java386 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
399 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
419 if (obj instanceof NotRefinement)
421 final NotRefinement other = (NotRefinement) obj;
1194 return new NotRefinement(refinement);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java385 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
398 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
418 if (obj instanceof NotRefinement)
420 final NotRefinement other = (NotRefinement) obj;
1193 return new NotRefinement(refinement);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java386 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
399 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
419 if (obj instanceof NotRefinement)
421 final NotRefinement other = (NotRefinement) obj;
1194 return new NotRefinement(refinement);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java386 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
399 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
419 if (obj instanceof NotRefinement)
421 final NotRefinement other = (NotRefinement) obj;
1194 return new NotRefinement(refinement);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java385 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
398 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
418 if (obj instanceof NotRefinement)
420 final NotRefinement other = (NotRefinement) obj;
1193 return new NotRefinement(refinement);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubtreeSpecification.java340 public static final class NotRefinement extends Refinement class in class:SubtreeSpecification
353 public NotRefinement(final Refinement refinement) method in class:SubtreeSpecification.NotRefinement
369 if (obj instanceof NotRefinement)
371 final NotRefinement other = (NotRefinement) obj;
1102 return new NotRefinement(refinement);

Completed in 226 milliseconds