public class ContentStore extends Object
| Constructor and Description |
|---|
ContentStore(String type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
deleteAllByDocType(String docType) |
void |
deleteContent(String docType,
String uri) |
void |
drop() |
DocumentList |
getAllContent(String docType) |
Set<String> |
getAllTags() |
DocumentList |
getAllTagsFromPublishedPosts() |
long |
getDocumentCount(String docType) |
DocumentList |
getDocumentStatus(String docType,
String uri) |
long |
getLimit() |
DocumentList |
getPublishedContent(String docType) |
DocumentList |
getPublishedPages() |
DocumentList |
getPublishedPosts() |
DocumentList |
getPublishedPostsByTag(String tag) |
DocumentList |
getSignaturesForTemplates() |
long |
getStart() |
Set<String> |
getTags() |
DocumentList |
getUnrenderedContent(String docType) |
void |
insertSignature(String currentTemplatesSignature) |
void |
markConentAsRendered(String docType) |
void |
resetPagination() |
void |
setLimit(int limit) |
void |
setStart(int start) |
void |
shutdown() |
void |
updateSchema() |
void |
updateSignatures(String currentTemplatesSignature) |
public long getStart()
public void setStart(int start)
public long getLimit()
public void setLimit(int limit)
public void resetPagination()
public final void updateSchema()
public void close()
public void shutdown()
public void drop()
public long getDocumentCount(String docType)
public DocumentList getDocumentStatus(String docType, String uri)
public DocumentList getPublishedPosts()
public DocumentList getPublishedPostsByTag(String tag)
public DocumentList getPublishedPages()
public DocumentList getPublishedContent(String docType)
public DocumentList getAllContent(String docType)
public DocumentList getAllTagsFromPublishedPosts()
public DocumentList getSignaturesForTemplates()
public DocumentList getUnrenderedContent(String docType)
public void markConentAsRendered(String docType)
public void updateSignatures(String currentTemplatesSignature)
public void deleteAllByDocType(String docType)
public void insertSignature(String currentTemplatesSignature)
Copyright © 2016. All rights reserved.