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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDITContentRule.java52 public final class DITContentRule class in inherits:SchemaFileElement
126 public DITContentRule(String definition, method in class:DITContentRule
452 if (!(o instanceof DITContentRule))
457 DITContentRule dcr = (DITContentRule) o;
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDITContentRule.java60 public final class DITContentRule class in inherits:SchemaFileElement
131 public DITContentRule(String definition, method in class:DITContentRule
258 public DITContentRule recreateFromDefinition(Schema schema)
262 DITContentRule dcr =
686 if ((o == null) || (! (o instanceof DITContentRule)))
691 DITContentRule dcr = (DITContentRule) o;
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDITContentRule.java59 public final class DITContentRule class in inherits:SchemaFileElement
130 public DITContentRule(String definition, method in class:DITContentRule
257 public DITContentRule recreateFromDefinition(Schema schema)
261 DITContentRule dcr =
685 if ((o == null) || (! (o instanceof DITContentRule)))
690 DITContentRule dcr = (DITContentRule) o;
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDITContentRule.java60 public final class DITContentRule class in inherits:SchemaFileElement
131 public DITContentRule(String definition, method in class:DITContentRule
258 public DITContentRule recreateFromDefinition(Schema schema)
262 DITContentRule dcr =
686 if ((o == null) || (! (o instanceof DITContentRule)))
691 DITContentRule dcr = (DITContentRule) o;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDITContentRule.java60 public final class DITContentRule class in inherits:SchemaFileElement
131 public DITContentRule(String definition, method in class:DITContentRule
258 public DITContentRule recreateFromDefinition(Schema schema)
262 DITContentRule dcr =
686 if ((o == null) || (! (o instanceof DITContentRule)))
691 DITContentRule dcr = (DITContentRule) o;
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDITContentRule.java59 public final class DITContentRule class in inherits:SchemaFileElement
130 public DITContentRule(String definition, method in class:DITContentRule
257 public DITContentRule recreateFromDefinition(Schema schema)
261 DITContentRule dcr =
685 if ((o == null) || (! (o instanceof DITContentRule)))
690 DITContentRule dcr = (DITContentRule) o;

Completed in 39 milliseconds