/[cvs]/nfo/perl/libs/Data/Storage/Handler/Files.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Storage/Handler/Files.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Tue Dec 3 15:52:53 2002 UTC revision 1.4 by joko, Tue Feb 11 05:17:24 2003 UTC
# Line 1  Line 1 
1  ##    --------------------------------------------------------------------------------  ##    ------------------------------------------------------------------------
2  ##    $Id$  ##    $Id$
3  ##    --------------------------------------------------------------------------------  ##    ------------------------------------------------------------------------
4  ##    $Log$  ##    $Log$
5    ##    Revision 1.4  2003/02/11 05:17:24  joko
6    ##    + fix: childnode metadata now gets set propery
7    ##
8    ##    Revision 1.3  2003/01/19 03:15:43  joko
9    ##    + modified header
10    ##
11    ##    Revision 1.2  2003/01/19 02:14:11  joko
12    ##    + proposal for more abstract filesystem-query-interface
13    ##
14  ##    Revision 1.1  2002/12/03 15:52:53  joko  ##    Revision 1.1  2002/12/03 15:52:53  joko
15  ##    + initial check-in  ##    + initial check-in
16  ##  ##    ------------------------------------------------------------------------
 ##    --------------------------------------------------------------------------------  
17    
18    
19  package Data::Storage::Handler::Files;  package Data::Storage::Handler::Files;
# Line 43  sub getChildNodes { Line 51  sub getChildNodes {
51    #print "======\n";    #print "======\n";
52    $logger->debug( __PACKAGE__ . "->getChildNodes()" );    $logger->debug( __PACKAGE__ . "->getChildNodes()" );
53    #print Dumper($self->{locator});    #print Dumper($self->{locator});
54      my @keys = keys %{$self->{locator}->{files}};
55      $self->{meta}->{childnodes} = \@keys;
56    return $self->{locator}->{files};    return $self->{locator}->{files};
57  }  }
58    
# Line 52  sub getFileByName { Line 62  sub getFileByName {
62    return $self->{locator}->{files}->{$name};    return $self->{locator}->{files}->{$name};
63  }  }
64    
65    sub sendQuery {
66      # transform query to searchrules
67      # addSearchRule( ... )
68      # addSearchRule( ... )
69      # addSearchRule( ... )
70      # runSearch( ... )
71      # returnSearchResult( ... )
72    }
73    
74    sub addSearchRule {
75      
76    }
77    
78    sub runSearch {
79      
80    }
81    
82  1;  1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed