Searched defs:deregisterAttributeType (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java451 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3185 deregisterAttributeType(at);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java467 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3201 deregisterAttributeType(at);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java452 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3186 deregisterAttributeType(at);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java451 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3185 deregisterAttributeType(at);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java467 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
3201 deregisterAttributeType(at);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java345 public void deregisterAttributeType(AttributeType attributeType) method in class:Schema
1826 deregisterAttributeType(at);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java3923 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
3925 directoryServer.schema.deregisterAttributeType(attributeType);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java3644 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
3646 directoryServer.schema.deregisterAttributeType(attributeType);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java3924 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
3926 directoryServer.schema.deregisterAttributeType(attributeType);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java4151 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
4153 directoryServer.schema.deregisterAttributeType(attributeType);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java3644 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
3646 directoryServer.schema.deregisterAttributeType(attributeType);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DDirectoryServer.java2745 public static void deregisterAttributeType(AttributeType attributeType) method in class:DirectoryServer
2747 directoryServer.schema.deregisterAttributeType(attributeType);

Completed in 161 milliseconds