| Package | Description |
|---|---|
| org.alfresco.repo.content | |
| org.alfresco.repo.content.caching | |
| org.alfresco.repo.content.replication | |
| org.alfresco.repo.tenant |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeContentContext
Context information for node-related content.
|
| Modifier and Type | Field and Description |
|---|---|
static ContentContext |
ContentStore.NEW_CONTENT_CONTEXT
An empty content context used to retrieve completely new content.
|
static ContentContext |
ContentContext.NULL_CONTEXT
An empty context.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.ContentWriter |
AbstractRoutingContentStore.getWriter(ContentContext context)
Selects a store for the given context and caches store that was used.
|
org.alfresco.service.cmr.repository.ContentWriter |
ContentStore.getWriter(ContentContext context)
Get an accessor with which to write content to a location
within the store.
|
org.alfresco.service.cmr.repository.ContentWriter |
AbstractContentStore.getWriter(ContentContext context)
An implementation that does some sanity checking before requesting a writer from the
store.
|
protected abstract ContentStore |
AbstractRoutingContentStore.selectWriteStore(ContentContext ctx)
Get a content store based on the context provided.
|
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.ContentWriter |
CachingContentStore.getWriter(ContentContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.ContentWriter |
ReplicatingContentStore.getWriter(ContentContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentStore |
AbstractTenantRoutingContentStore.selectWriteStore(ContentContext ctx) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.