Searched defs:isObsolete (Results 1 - 25 of 88) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/api/
H A DMatchingRule.java137 boolean isObsolete(); method in interface:MatchingRule
H A DAbstractMatchingRule.java119 public boolean isObsolete() method in class:AbstractMatchingRule
254 if (isObsolete())
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DMatchingRule.java138 boolean isObsolete(); method in interface:MatchingRule
H A DAbstractMatchingRule.java120 public boolean isObsolete() method in class:AbstractMatchingRule
255 if (isObsolete())
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaTestMatchingRule.java51 private final boolean isObsolete; field in class:SchemaTestMatchingRule
85 isObsolete = false;
95 * @param isObsolete Indicates whether this matching rule should be marked
100 public SchemaTestMatchingRule(String name, String oid, boolean isObsolete) argument
107 this.isObsolete = isObsolete;
188 public boolean isObsolete() method in class:SchemaTestMatchingRule
190 return isObsolete;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaTestMatchingRule.java50 private final boolean isObsolete; field in class:SchemaTestMatchingRule
84 isObsolete = false;
94 * @param isObsolete Indicates whether this matching rule should be marked
99 public SchemaTestMatchingRule(String name, String oid, boolean isObsolete) argument
106 this.isObsolete = isObsolete;
187 public boolean isObsolete() method in class:SchemaTestMatchingRule
189 return isObsolete;
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DMatchingRule.java138 boolean isObsolete(); method in interface:MatchingRule
H A DAbstractMatchingRule.java120 public boolean isObsolete() method in class:AbstractMatchingRule
255 if (isObsolete())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaTestMatchingRule.java51 private final boolean isObsolete; field in class:SchemaTestMatchingRule
85 isObsolete = false;
95 * @param isObsolete Indicates whether this matching rule should be marked
100 public SchemaTestMatchingRule(String name, String oid, boolean isObsolete) argument
107 this.isObsolete = isObsolete;
188 public boolean isObsolete() method in class:SchemaTestMatchingRule
190 return isObsolete;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaTestMatchingRule.java50 private final boolean isObsolete; field in class:SchemaTestMatchingRule
84 isObsolete = false;
94 * @param isObsolete Indicates whether this matching rule should be marked
99 public SchemaTestMatchingRule(String name, String oid, boolean isObsolete) argument
106 this.isObsolete = isObsolete;
187 public boolean isObsolete() method in class:SchemaTestMatchingRule
189 return isObsolete;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DSchemaTestMatchingRule.java51 private final boolean isObsolete; field in class:SchemaTestMatchingRule
85 isObsolete = false;
95 * @param isObsolete Indicates whether this matching rule should be marked
100 public SchemaTestMatchingRule(String name, String oid, boolean isObsolete) argument
107 this.isObsolete = isObsolete;
188 public boolean isObsolete() method in class:SchemaTestMatchingRule
190 return isObsolete;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DMatchingRule.java137 boolean isObsolete(); method in interface:MatchingRule
H A DAbstractMatchingRule.java119 public boolean isObsolete() method in class:AbstractMatchingRule
254 if (isObsolete())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DMatchingRule.java138 boolean isObsolete(); method in interface:MatchingRule
H A DAbstractMatchingRule.java120 public boolean isObsolete() method in class:AbstractMatchingRule
255 if (isObsolete())
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DAddSchemaFileTaskTestCase.java66 private MatchingRule getMatchingRule(String name, String oid, boolean isObsolete) argument
74 .obsolete(isObsolete)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DMatchingRuleUse.java58 private final boolean isObsolete; field in class:MatchingRuleUse
104 * @param isObsolete Indicates whether this matching rule use
113 boolean isObsolete,
121 this.isObsolete = isObsolete;
262 public boolean isObsolete() method in class:MatchingRuleUse
264 return isObsolete;
111 MatchingRuleUse(String definition, MatchingRule matchingRule, Map<String,String> names, String description, boolean isObsolete, Set<AttributeType> attributes, Map<String,List<String>> extraProperties) argument
H A DAttributeType.java160 * @param isObsolete
175 boolean isObsolete, boolean isSingleValue)
180 isNoUserModification, isObsolete, isSingleValue, null);
236 * @param isObsolete
258 boolean isObsolete, boolean isSingleValue,
261 super(primaryName, typeNames, oid, description, isObsolete,
167 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument
246 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, MatchingRule approximateMatchingRule, MatchingRule equalityMatchingRule, MatchingRule orderingMatchingRule, MatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
H A DCommonSchemaElements.java77 private final boolean isObsolete; field in class:CommonSchemaElements
123 * @param isObsolete
134 boolean isObsolete, Map<String, List<String>> extraProperties)
144 this.isObsolete = isObsolete;
369 public final boolean isObsolete() { method in class:CommonSchemaElements
370 return isObsolete;
132 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument
H A DDITContentRule.java58 private final boolean isObsolete; field in class:DITContentRule
121 * @param isObsolete Indicates whether this DIT content
133 boolean isObsolete,
140 this.isObsolete = isObsolete;
407 public boolean isObsolete() method in class:DITContentRule
409 return isObsolete;
126 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
H A DDITStructureRule.java55 private final boolean isObsolete; field in class:DITStructureRule
98 * @param isObsolete Indicates whether this DIT structure
109 boolean isObsolete, NameForm nameForm,
117 this.isObsolete = isObsolete;
312 public boolean isObsolete() method in class:DITStructureRule
314 return isObsolete;
107 DITStructureRule(String definition, Map<String,String> names, int ruleID, String description, boolean isObsolete, NameForm nameForm, Set<DITStructureRule> superiorRules, Map<String,List<String>> extraProperties) argument
H A DNameForm.java57 private final boolean isObsolete; field in class:NameForm
102 * @param isObsolete Indicates whether this name form is
115 String oid, String description, boolean isObsolete,
125 this.isObsolete = isObsolete;
390 public boolean isObsolete() method in class:NameForm
392 return isObsolete;
114 NameForm(String definition, Map<String,String> names, String oid, String description, boolean isObsolete, ObjectClass structuralClass, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Map<String,List<String>> extraProperties) argument
H A DObjectClass.java148 * @param isObsolete
161 boolean isObsolete,
164 super(primaryName, names, oid, description, isObsolete,
154 ObjectClass(String definition, String primaryName, Collection<String> names, String oid, String description, Set<ObjectClass> superiorClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, ObjectClassType objectClassType, boolean isObsolete, Map<String, List<String>> extraProperties) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttributeType.java174 * @param isObsolete
189 boolean isObsolete, boolean isSingleValue)
194 isNoUserModification, isObsolete, isSingleValue, null);
250 * @param isObsolete
273 boolean isObsolete, boolean isSingleValue,
276 super(primaryName, typeNames, oid, description, isObsolete,
181 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument
260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument
H A DCommonSchemaElements.java78 private final boolean isObsolete; field in class:CommonSchemaElements
125 * @param isObsolete
136 boolean isObsolete, Map<String, List<String>> extraProperties)
148 this.isObsolete = isObsolete;
418 public final boolean isObsolete() { method in class:CommonSchemaElements
420 return isObsolete;
618 if (isObsolete) {
134 CommonSchemaElements(String primaryName, Collection<String> names, String oid, String description, boolean isObsolete, Map<String, List<String>> extraProperties) argument

Completed in 161 milliseconds

1234