| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.classification | |
| org.alfresco.repo.webservice.repository | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
static Store |
Utils.convertToStore(StoreRef ref)
Converts a store reference ot a Store type
|
| Modifier and Type | Method and Description |
|---|---|
static StoreRef |
Utils.convertToStoreRef(Store store)
Converts the web service Store type to a StoreRef used by the repository
|
static NodeRef |
Utils.resolveToNodeRef(Store store,
String uuid,
String path,
NodeService nodeService,
SearchService searchService,
org.alfresco.service.namespace.NamespaceService namespaceService)
Resolves the given parameters to a repository NodeRef
|
| Modifier and Type | Method and Description |
|---|---|
Classification[] |
ClassificationWebService.getClassifications(Store store) |
Classification[] |
ClassificationServiceSoapPort.getClassifications(Store store)
Gets available classifications.
|
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
SearchQuery(Store store,
Query query) |
| Modifier and Type | Method and Description |
|---|---|
Store |
Predicate.getStore()
Gets the store value for this Predicate.
|
Store |
Reference.getStore()
Gets the store value for this Reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Predicate.setStore(Store store)
Sets the store value for this Predicate.
|
void |
Reference.setStore(Store store)
Sets the store value for this Reference.
|
| Constructor and Description |
|---|
ParentReference(Store store,
String uuid,
String path,
String associationType,
String childName) |
Predicate(Reference[] nodes,
Store store,
Query query) |
Reference(Store store,
String uuid,
String path) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.