1264126512661267126812691270
* with the schema */ public boolean isValid() { // @TODO Implement me ! throw new NotImplementedException(); }
1281128212831284128512861287
* with the objectClass */ public boolean isValid( EntryAttribute objectClass ) { // @TODO Implement me ! throw new NotImplementedException(); }
1298129913001301130213031304
* with the objectClass */ public boolean isValid( String objectClass ) { // @TODO Implement me ! throw new NotImplementedException(); }
346347348349350351352
} } String message = "I don't know what to do if value is not a ServerStringValue"; LOG.error( message ); throw new NotImplementedException( message ); }
88899091929394
* @see javax.naming.ldap.LdapContext#extendedOperation( * javax.naming.ldap.ExtendedRequest) */ public ExtendedResponse extendedOperation( ExtendedRequest request ) { throw new NotImplementedException(); }
352353354355356357358359360361362
// } // else // { // list = index.listIndices( regex ); // } throw new NotImplementedException(); } else { list = index.forwardCursor(); while ( list.next() )
1034103510361037103810391040
} public void before( ServerEntry element ) throws Exception { throw new NotImplementedException(); }
702703704705706707708
/** * @see PartitionNexus#getLdapContext() */ public LdapContext getLdapContext() { throw new NotImplementedException(); }
1124112511261127112811291130
public ClonedServerEntry lookup( Long id ) throws Exception { // TODO not implemented until we can use id to figure out the partition using // the partition ID component of the 64 bit Long identifier throw new NotImplementedException(); }
5152535455565758
} public Preferences userRoot() { throw new NotImplementedException( "userRoot() in org.apache.directory.server.prefs.ServerPreferencesFactory not implemented!" ); }