| Package | Description |
|---|---|
| org.alfresco.repo.content | |
| org.alfresco.repo.content.caching | |
| org.alfresco.repo.content.filestore | |
| org.alfresco.repo.content.replication |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRoutingContentStore.getUrls(ContentStore.ContentUrlHandler handler) |
void |
ContentStore.getUrls(ContentStore.ContentUrlHandler handler)
Get all URLs for the store, regardless of creation time.
|
void |
AbstractContentStore.getUrls(ContentStore.ContentUrlHandler handler) |
void |
AbstractRoutingContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler)
Passes the call to each of the stores wrapped by this store
|
void |
ContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler)
Get a set of all content URLs in the store.
|
void |
AbstractContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler)
Override to provide an implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingContentStore.getUrls(ContentStore.ContentUrlHandler handler) |
void |
CachingContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler)
Gets the urls.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatingContentStore.getUrls(Date createdAfter,
Date createdBefore,
ContentStore.ContentUrlHandler handler)
Iterates over results as given by the primary store and all secondary stores.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.