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
ed6e9bd469
commit
3760588796
|
@ -1,5 +1,6 @@
|
||||||
package one.nem.lacerta.data;
|
package one.nem.lacerta.data;
|
||||||
|
|
||||||
|
import java.lang.reflect.Array;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
import one.nem.lacerta.model.document.DocumentMeta;
|
import one.nem.lacerta.model.document.DocumentMeta;
|
||||||
|
@ -12,6 +13,10 @@ import one.nem.lacerta.model.document.tag.DocumentTag;
|
||||||
*/
|
*/
|
||||||
public interface Document {
|
public interface Document {
|
||||||
|
|
||||||
|
ArrayList<DocumentMeta> getAllDocumentMetasByPath(String path, int limit);
|
||||||
|
|
||||||
|
ArrayList<DocumentMeta> getAllDocumentMetasByPath(String path, int limit, int offset);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新の新しいドキュメントから順に並べてlimit件取得する
|
* 更新の新しいドキュメントから順に並べてlimit件取得する
|
||||||
* @param limit 取得する上限数
|
* @param limit 取得する上限数
|
||||||
|
|
Loading…
Reference in New Issue
Block a user