public class AVMTemplateStore extends Object
| Constructor and Description |
|---|
AVMTemplateStore(ServiceRegistry services,
TemplateImageResolver resolver,
AVMStoreDescriptor store)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getCreator() |
String |
getId() |
AVMTemplateNode |
getLookupRoot() |
String |
getName() |
AVMTemplateNode |
lookupNode(String path)
Lookup a node in the store, the path is assumed to be related to the webapps folder root.
|
List<AVMTemplateNode> |
luceneSearch(String query)
Perform a lucene query against this store.
|
public AVMTemplateStore(ServiceRegistry services, TemplateImageResolver resolver, AVMStoreDescriptor store)
services - resolver - store - Store descriptor this object representspublic String getName()
public String getId()
public String getCreator()
public Date getCreatedDate()
public AVMTemplateNode getLookupRoot()
public AVMTemplateNode lookupNode(String path)
path - Relative to the webapps folder root path for this store.public List<AVMTemplateNode> luceneSearch(String query)
query - LuceneCopyright © 2005–2014 Alfresco Software. All rights reserved.