| Package | Description |
|---|---|
| org.alfresco.repo.webservice.repository |
| Modifier and Type | Method and Description |
|---|---|
Store |
RepositoryWebService.createStore(String scheme,
String address)
Creates a new repository store.
|
Store |
RepositoryServiceSoapPort.createStore(String scheme,
String address)
Creates a new repository store.
|
NodeDefinition[] |
RepositoryWebService.describe(Predicate items)
Describes a content resource.
|
NodeDefinition[] |
RepositoryServiceSoapPort.describe(Predicate items)
Describes a content resource.
|
QueryResult |
RepositoryWebService.fetchMore(String querySessionId)
Fetches the next batch of query results.
|
QueryResult |
RepositoryServiceSoapPort.fetchMore(String querySession)
Fetches the next batch of query results.
|
Node[] |
RepositoryWebService.get(Predicate where)
Gets the nodes associatiated with the predicate provided.
|
Node[] |
RepositoryServiceSoapPort.get(Predicate where)
Gets a resource from the repository.
|
Store[] |
RepositoryWebService.getStores()
Retrieves a list of stores where content resources are held.
|
Store[] |
RepositoryServiceSoapPort.getStores()
Retrieves a list of stores where content resources are held.
|
QueryResult |
RepositoryWebService.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
RepositoryServiceSoapPort.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
RepositoryWebService.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryAssociated(Reference node,
Association association)
Executes a query to retrieve associated resources of the specified
resource.
|
QueryResult |
RepositoryWebService.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryServiceSoapPort.queryChildren(Reference node)
Executes a query to retrieve the children of the specified
resource.
|
QueryResult |
RepositoryWebService.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
QueryResult |
RepositoryServiceSoapPort.queryParents(Reference node)
Executes a query to retrieve the parents of the specified resource.
|
UpdateResult[] |
RepositoryWebService.update(CML statements)
Executes a CML script to manipulate the contents of a Repository
store.
|
UpdateResult[] |
RepositoryServiceSoapPort.update(CML statements)
Executes a CML script to manipulate the contents of a Repository
store.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.