|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.template.AVMTemplateStore
public class AVMTemplateStore
Representation of an AVM Store for the template model. Accessed via the AVM helper object and is responsible for returning AVMTemplateNode objects via various mechanisms.
Constructor Summary | |
---|---|
AVMTemplateStore(ServiceRegistry services,
TemplateImageResolver resolver,
AVMStoreDescriptor store)
Constructor |
Method Summary | |
---|---|
java.util.Date |
getCreatedDate()
|
java.lang.String |
getCreator()
|
java.lang.String |
getId()
|
AVMTemplateNode |
getLookupRoot()
|
java.lang.String |
getName()
|
AVMTemplateNode |
lookupNode(java.lang.String path)
Lookup a node in the store, the path is assumed to be related to the webapps folder root. |
java.util.List |
luceneSearch(java.lang.String query)
Perform a lucene query against this store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AVMTemplateStore(ServiceRegistry services, TemplateImageResolver resolver, AVMStoreDescriptor store)
services
- resolver
- store
- Store descriptor this object representsMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getId()
public java.lang.String getCreator()
public java.util.Date getCreatedDate()
public AVMTemplateNode getLookupRoot()
public AVMTemplateNode lookupNode(java.lang.String path)
path
- Relative to the webapps folder root path for this store.
public java.util.List luceneSearch(java.lang.String query)
query
- Lucene
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |