public class SearchUtils extends Object
Modifier and Type | Field and Description |
---|---|
static org.alfresco.webservice.types.Store |
STORE |
Constructor and Description |
---|
SearchUtils() |
Modifier and Type | Method and Description |
---|---|
static org.alfresco.webservice.repository.QueryResult |
getChildren(String endpoint,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session,
org.alfresco.webservice.types.Reference reference) |
static org.alfresco.webservice.repository.QueryResult |
getChildrenFromCompanyHome(String endpoint,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session) |
static org.alfresco.webservice.repository.QueryResult |
luceneSearch(String endpoint,
String username,
String password,
int socketTimeout,
org.alfresco.webservice.util.AuthenticationDetails session,
String luceneQuery) |
public static org.alfresco.webservice.repository.QueryResult luceneSearch(String endpoint, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session, String luceneQuery) throws IOException
IOException
public static org.alfresco.webservice.repository.QueryResult getChildren(String endpoint, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session, org.alfresco.webservice.types.Reference reference) throws IOException
IOException
public static org.alfresco.webservice.repository.QueryResult getChildrenFromCompanyHome(String endpoint, String username, String password, int socketTimeout, org.alfresco.webservice.util.AuthenticationDetails session) throws IOException
username
- password
- session
- IOException