public interface ContentStoreAdapter
| Modifier and Type | Method and Description |
|---|---|
Context |
createContext(String id,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
void |
destroyContext(Context context) |
boolean |
exists(Context context,
String path) |
Content |
findContent(Context context,
CachingOptions cachingOptions,
String path) |
Item |
findItem(Context context,
CachingOptions cachingOptions,
String path,
boolean withDescriptor) |
List<Item> |
findItems(Context context,
CachingOptions cachingOptions,
String path,
boolean withDescriptor) |
boolean |
validate(Context context) |
Context createContext(String id, String storeServerUrl, String username, String password, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) throws RootFolderNotFoundException, StoreException, AuthenticationException
boolean validate(Context context) throws StoreException, AuthenticationException
void destroyContext(Context context) throws StoreException, AuthenticationException
boolean exists(Context context, String path) throws InvalidContextException, StoreException
Content findContent(Context context, CachingOptions cachingOptions, String path) throws InvalidContextException, StoreException
Item findItem(Context context, CachingOptions cachingOptions, String path, boolean withDescriptor) throws InvalidContextException, XmlFileParseException, StoreException
List<Item> findItems(Context context, CachingOptions cachingOptions, String path, boolean withDescriptor) throws InvalidContextException, XmlFileParseException, StoreException
Copyright © 2018 CrafterCMS. All rights reserved.