| Package | Description |
|---|---|
| org.alfresco.webservice.classification | |
| org.alfresco.webservice.repository | |
| org.alfresco.webservice.types | |
| org.alfresco.webservice.util |
| Modifier and Type | Method and Description |
|---|---|
Classification[] |
ClassificationServiceSoapPort.getClassifications(Store store)
Gets available classifications.
|
Classification[] |
ClassificationServiceSoapBindingStub.getClassifications(Store store)
Gets available classifications.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
RepositoryServiceSoapPort.createStore(String scheme,
String address)
Creates a new repository store.
|
Store |
RepositoryServiceSoapBindingStub.createStore(String scheme,
String address) |
Store[] |
RepositoryServiceSoapPort.getStores()
Retrieves a list of stores where content resources are held.
|
Store[] |
RepositoryServiceSoapBindingStub.getStores()
Retrieves a list of stores where content resources are held.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResult |
RepositoryServiceSoapPort.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store.
|
QueryResult |
RepositoryServiceSoapBindingStub.query(Store store,
Query query,
boolean includeMetaData)
Executes a query against a store
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getStoreRef(Store store)
Gets the store reference string for a given Store object.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.