Merge pull request #2031 from mwoodiupui/DS-3895

[DS-3895] Bitstream size can't be referenced in HQL queries
This commit is contained in:
Mark H. Wood
2018-07-25 11:54:08 -04:00
committed by GitHub
26 changed files with 76 additions and 72 deletions

View File

@@ -168,7 +168,7 @@ public class FullTextContentStreams extends ContentStreamBase {
}
public long getSize() {
return bitstream.getSize();
return bitstream.getSizeBytes();
}
public InputStream getInputStream() throws SQLException, IOException, AuthorizeException {