mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-05-05 05:00:49 +00:00
Repository修正
This commit is contained in:
parent
af3273f9c6
commit
4c20c7411b
@ -13,9 +13,9 @@ import one.nem.lacerta.model.document.tag.DocumentTag;
|
||||
*/
|
||||
public interface Document {
|
||||
|
||||
ArrayList<DocumentMeta> getAllDocumentMetas(String path, int limit);
|
||||
ArrayList<DocumentMeta> getAllDocumentMetas(int limit);
|
||||
|
||||
ArrayList<DocumentMeta> getAllDocumentMetas(String path, int limit, int offset);
|
||||
ArrayList<DocumentMeta> getAllDocumentMetas(int limit, int offset);
|
||||
|
||||
/**
|
||||
* 更新の新しいドキュメントから順に並べてlimit件取得する
|
||||
|
Loading…
x
Reference in New Issue
Block a user