public class AVMScriptStore
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AVMScriptStore(ServiceRegistry services,
AVMStoreDescriptor store,
org.mozilla.javascript.Scriptable scope)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getCreatedDate() |
java.lang.String |
getCreator() |
java.lang.String |
getId() |
java.lang.String |
getName() |
AVMNode |
lookupNode(java.lang.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(java.lang.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 java.lang.String getName()
public java.lang.String getId()
public java.lang.String getCreator()
public java.io.Serializable getCreatedDate()
public AVMNode lookupRoot()
public AVMNode lookupNode(java.lang.String path)
path - Relative to the webapps folder root path for this store.public org.mozilla.javascript.Scriptable luceneSearch(java.lang.String query)
query - LuceneCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.