Searched refs:checkSchema (Results 51 - 75 of 101) sorted by relevance

12345

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java328 entry = reader.readEntry(checkSchema());
H A DViewEntryPanel.java147 protected boolean checkSchema() method in class:ViewEntryPanel
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java329 entry = reader.readEntry(checkSchema());
H A DViewEntryPanel.java148 protected boolean checkSchema() method in class:ViewEntryPanel
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java328 entry = reader.readEntry(checkSchema());
H A DViewEntryPanel.java147 protected boolean checkSchema() method in class:ViewEntryPanel
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java333 entry = reader.readEntry(checkSchema());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java289 Entry entry = reader.readEntry(checkSchema());
H A DViewEntryPanel.java143 protected boolean checkSchema() method in class:ViewEntryPanel
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java1193 checkSchema(attr, ERR_MODIFY_ADD_INVALID_SYNTAX, ERR_MODIFY_ADD_INVALID_SYNTAX_NO_VALUE);
1219 return !isSynchronizationOperation() && DirectoryServer.checkSchema();
1229 private void checkSchema(Attribute attr, method in class:LocalBackendModifyOperation
1379 checkSchema(attr, ERR_MODIFY_REPLACE_INVALID_SYNTAX, ERR_MODIFY_REPLACE_INVALID_SYNTAX_NO_VALUE);
H A DLocalBackendAddOperation.java389 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
391 checkSchema(parentEntry);
883 private void checkSchema(Entry parentEntry) throws DirectoryException method in class:LocalBackendAddOperation
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java471 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
475 checkSchema(parentEntry);
1213 protected void checkSchema(Entry parentEntry) method in class:LocalBackendAddOperation
H A DLocalBackendModifyOperation.java532 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
1457 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
1680 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java376 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
378 checkSchema(parentEntry);
973 private void checkSchema(Entry parentEntry) throws DirectoryException method in class:LocalBackendAddOperation
H A DLocalBackendModifyOperation.java485 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
1296 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
1502 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java471 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
475 checkSchema(parentEntry);
1171 protected void checkSchema(Entry parentEntry) method in class:LocalBackendAddOperation
H A DLocalBackendModifyOperation.java532 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
1439 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
1662 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java471 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
475 checkSchema(parentEntry);
1213 protected void checkSchema(Entry parentEntry) method in class:LocalBackendAddOperation
H A DLocalBackendModifyOperation.java532 if ((DirectoryServer.checkSchema()) && (! isSynchronizationOperation()))
1457 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
1680 if ((DirectoryServer.checkSchema()) && (!isSynchronizationOperation()))
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendAddOperation.java376 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
378 checkSchema(parentEntry);
973 private void checkSchema(Entry parentEntry) throws DirectoryException method in class:LocalBackendAddOperation
H A DLocalBackendModifyOperation.java485 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
1296 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
1502 if (DirectoryServer.checkSchema() && !isSynchronizationOperation())
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DDirectoryServer.java240 private boolean checkSchema; field in class:DirectoryServer
6093 public static boolean checkSchema() method in class:DirectoryServer
6095 return directoryServer.checkSchema;
6103 * @param checkSchema Specifies whether the Directory Server should perform
6106 public static void setCheckSchema(boolean checkSchema) argument
6108 directoryServer.checkSchema = checkSchema;
8513 checkSchema = true;
/forgerock/opendj2/src/server/org/opends/server/core/
H A DDirectoryServer.java239 private boolean checkSchema; field in class:DirectoryServer
5769 public static boolean checkSchema() method in class:DirectoryServer
5771 return directoryServer.checkSchema;
5779 * @param checkSchema Specifies whether the Directory Server should perform
5782 public static void setCheckSchema(boolean checkSchema) argument
5784 directoryServer.checkSchema = checkSchema;
8114 checkSchema = true;
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DDirectoryServer.java241 private boolean checkSchema; field in class:DirectoryServer
6093 public static boolean checkSchema() method in class:DirectoryServer
6095 return directoryServer.checkSchema;
6103 * @param checkSchema Specifies whether the Directory Server should perform
6106 public static void setCheckSchema(boolean checkSchema) argument
6108 directoryServer.checkSchema = checkSchema;
8513 checkSchema = true;
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DDirectoryServer.java239 private boolean checkSchema; field in class:DirectoryServer
5769 public static boolean checkSchema() method in class:DirectoryServer
5771 return directoryServer.checkSchema;
5779 * @param checkSchema Specifies whether the Directory Server should perform
5782 public static void setCheckSchema(boolean checkSchema) argument
5784 directoryServer.checkSchema = checkSchema;
8114 checkSchema = true;

Completed in 148 milliseconds

12345