entry.add( "entryUUID", UUID.randomUUID().toString() );
addContext = new AddOperationContext( null, entry );
((Partition)store).add( addContext );
ScopeNode node = new ScopeNode( AliasDerefMode.DEREF_IN_SEARCHING, new Dn( SchemaConstants.OU_AT_OID
+ "=board of directors," + SchemaConstants.O_AT_OID + "=good times co." ), SearchScope.ONELEVEL );
OneLevelScopeEvaluator<Entry, Long> evaluator = new OneLevelScopeEvaluator<Entry, Long>( store,
node );
OneLevelScopeCursor<Long> cursor = new OneLevelScopeCursor<Long>( store, evaluator );