mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +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 {
|
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件取得する
|
* 更新の新しいドキュメントから順に並べてlimit件取得する
|
||||||
|
|
Loading…
Reference in New Issue
Block a user