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

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java39 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
49 * Constructor for the VLVIndexDescriptor.
58 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, method in class:VLVIndexDescriptor
132 equals = o instanceof VLVIndexDescriptor;
135 VLVIndexDescriptor index = (VLVIndexDescriptor)o;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java40 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
50 * Constructor for the VLVIndexDescriptor.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, method in class:VLVIndexDescriptor
133 equals = o instanceof VLVIndexDescriptor;
136 VLVIndexDescriptor index = (VLVIndexDescriptor)o;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java40 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
50 * Constructor for the VLVIndexDescriptor.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, method in class:VLVIndexDescriptor
133 equals = o instanceof VLVIndexDescriptor;
136 VLVIndexDescriptor index = (VLVIndexDescriptor)o;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java39 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
49 * Constructor for the VLVIndexDescriptor.
58 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, method in class:VLVIndexDescriptor
132 equals = o instanceof VLVIndexDescriptor;
135 VLVIndexDescriptor index = (VLVIndexDescriptor)o;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java40 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
50 * Constructor for the VLVIndexDescriptor.
59 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, method in class:VLVIndexDescriptor
133 equals = o instanceof VLVIndexDescriptor;
136 VLVIndexDescriptor index = (VLVIndexDescriptor)o;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java40 public class VLVIndexDescriptor extends AbstractIndexDescriptor class in inherits:AbstractIndexDescriptor
49 * Constructor for the VLVIndexDescriptor.
64 public VLVIndexDescriptor(String name, BackendDescriptor backend, DN baseDN, SearchScope scope, String filter, method in class:VLVIndexDescriptor
135 if (!(o instanceof VLVIndexDescriptor))
140 final VLVIndexDescriptor index = (VLVIndexDescriptor) o;
149 private boolean backendIdEqual(VLVIndexDescriptor index)

Completed in 63 milliseconds