fix API docs for getLineage. joinClass takes 1 class only, as a string

This commit is contained in:
Colin Kuskie 2007-05-15 17:26:37 +00:00
parent 7377de01f4
commit cab4e0bccd
2 changed files with 4 additions and 1 deletions

View file

@ -305,7 +305,7 @@ A boolean indicating that we should include archived assets in the result set.
=head4 joinClass
An array reference containing asset classes to join in. There is no real reason to use a joinClass without a whereClause, but it's trivial to use a whereClause if you don't use a joinClass. You will only be able to filter on the asset table, however.
A string containing as asset class to join in. There is no real reason to use a joinClass without a whereClause, but it's trivial to use a whereClause if you don't use a joinClass. You will only be able to filter on the asset table, however.
=head4 whereClause