Skip to content

Commit

Permalink
removed Limit etc. docs to be more consistent
Browse files Browse the repository at this point in the history
(also they don't work at the moment)
  • Loading branch information
slanning committed Mar 18, 2004
1 parent bb12056 commit ca6dc18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 46 deletions.
26 changes: 3 additions & 23 deletions lib/Bric/SOAP/Media.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Bric::SOAP::Media - SOAP interface to Bricolage media.
=head1 VERSION
$Revision: 1.38 $
$Revision: 1.39 $
=cut

our $VERSION = (qw$Revision: 1.38 $ )[-1];
our $VERSION = (qw$Revision: 1.39 $ )[-1];

=head1 DATE
$Date: 2004-03-18 15:26:25 $
$Date: 2004-03-18 16:24:05 $
=head1 SYNOPSIS
Expand Down Expand Up @@ -213,26 +213,6 @@ A keyword associated with a media document.
A Bricolage contributor object ID. Only stories associated with that
contributor will have their IDs listed.
=item Order
Specifies that the results be ordered by a particular property.
=item OrderDirection
The direction in which to order the records, either "ASC" for
ascending (the default) or "DESC" for descending.
=item Limit
A maximum number of objects to return. If not specified, all objects
that match the query will be returned.
=item Offset
The number of objects to skip before listing the number of objects
specified by "Limit". Not used if "Limit" is not defined, and when
"Limit" is defined and "Offset" is not, no objects will be skipped.
=back
Throws:
Expand Down
26 changes: 3 additions & 23 deletions lib/Bric/SOAP/Story.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ Bric::SOAP::Story - SOAP interface to Bricolage stories.
=head1 VERSION
$Revision: 1.55 $
$Revision: 1.56 $
=cut

our $VERSION = (qw$Revision: 1.55 $ )[-1];
our $VERSION = (qw$Revision: 1.56 $ )[-1];

=head1 DATE
$Date: 2004-03-18 15:26:24 $
$Date: 2004-03-18 16:24:05 $
=head1 SYNOPSIS
Expand Down Expand Up @@ -244,26 +244,6 @@ A keyword associated with a story.
A Bricolage contributor object ID. Only stories associated with that
contributor will have their IDs listed.
=item Order
Specifies that the results be ordered by a particular property.
=item OrderDirection
The direction in which to order the records, either "ASC" for
ascending (the default) or "DESC" for descending.
=item Limit
A maximum number of objects to return. If not specified, all objects
that match the query will be returned.
=item Offset
The number of objects to skip before listing the number of objects
specified by "Limit". Not used if "Limit" is not defined, and when
"Limit" is defined and "Offset" is not, no objects will be skipped.
=back
Throws:
Expand Down

0 comments on commit ca6dc18

Please sign in to comment.