public class AVMScriptStore extends Object implements Serializable
| Constructor and Description |
|---|
AVMScriptStore(ServiceRegistry services,
AVMStoreDescriptor store,
org.mozilla.javascript.Scriptable scope)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
getCreatedDate() |
String |
getCreator() |
String |
getId() |
String |
getName() |
AVMNode |
lookupNode(String path)
Lookup a node in the store, the path is assumed to be related to the webapps folder root.
|
AVMNode |
lookupRoot() |
org.mozilla.javascript.Scriptable |
luceneSearch(String query)
Perform a lucene query against this store.
|
public AVMScriptStore(ServiceRegistry services, AVMStoreDescriptor store, org.mozilla.javascript.Scriptable scope)
services - store - Store descriptor this object representsscope - public String getName()
public String getId()
public String getCreator()
public Serializable getCreatedDate()
public AVMNode lookupRoot()
public AVMNode lookupNode(String path)
path - Relative to the webapps folder root path for this store.public org.mozilla.javascript.Scriptable luceneSearch(String query)
query - LuceneCopyright © 2005–2014 Alfresco Software. All rights reserved.