|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.sample.webservice.SamplesBase
org.alfresco.sample.webservice.Query2
public class Query2
Nested Class Summary | |
---|---|
class |
Query2.ContentResult
Class to contain the information about the result from the query |
Field Summary |
---|
Fields inherited from class org.alfresco.sample.webservice.SamplesBase |
---|
PASSWORD, SAMPLE_FOLDER, STORE, USERNAME |
Constructor Summary | |
---|---|
Query2()
|
Method Summary | |
---|---|
java.util.List<Query2.ContentResult> |
getRankedContent(java.lang.String spaceName,
java.lang.String searchValue)
Get a list of ordered results of documents in the space specified matching the search text provided. |
static void |
main(java.lang.String[] args)
Main method |
Methods inherited from class org.alfresco.sample.webservice.SamplesBase |
---|
createSampleData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Query2()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- public java.util.List<Query2.ContentResult> getRankedContent(java.lang.String spaceName, java.lang.String searchValue)
spaceName
- the name of the space (immediatly beneth the company home space) to searchsearchValue
- the FTS search value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |