Package | Description |
---|---|
org.alfresco.repo.virtual.store |
Modifier and Type | Class and Description |
---|---|
class |
AspectVirtualizationMethod
A template virtualization rule implementation that uses Alfresco-aspect
defined meta-data for locating templates.
Stores the aspect QName to be used in resolving templates by querying
aspect defined meta data from the virtualized NodeRef . |
class |
CustomVirtualizationMethod
An
AspectVirtualizationMethod that uses an aspect defined repository
association to a node that holds the template contents. |
class |
SystemVirtualizationMethod
An
AspectVirtualizationMethod that uses an aspect defined String
property that holds the system path of a template resource.System paths are custom string reference of a resource that can be located either in the repository or in the java classpath - system paths are deprecated and they will be replaced by Encodings.PLAIN encoded
Reference strings. |
class |
TemplateVirtualizationMethod
Base implementation for virtualization rules defined using template located
in the content repository or in a system path.
|
class |
TypeVirtualizationMethod
Content type and aspect based virtualization strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualStoreImpl.setVirtualizationMethods(List<VirtualizationMethod> methdods) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.