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