Package | Description |
---|---|
org.alfresco.repo.virtual.ref | |
org.alfresco.repo.virtual.store |
Modifier and Type | Class and Description |
---|---|
class |
NodeProtocol |
class |
VanillaProtocol
A
VirtualProtocol extension that uses a scripted processor virtual
template in order to process a so-called vanilla JSON static template
definition on template execution.Vanilla references store have an extra ResourceParameter for the
vanilla-JSON template. |
class |
VirtualProtocol
A protocol for encoding virtual artefacts.
Virtual artefacts are generated using a virtual folder templateindicated by the main Reference resource.The virtual folder template defines a hierarchical structure of virtual nodes. |
Modifier and Type | Field and Description |
---|---|
Protocol |
Protocols.protocol |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Protocols.fromName(String name) |
Protocol |
Reference.getProtocol() |
Modifier and Type | Method and Description |
---|---|
R |
ProtocolMethod.execute(Protocol protocol,
Reference reference) |
R |
AbstractProtocolMethod.execute(Protocol protocol,
Reference reference) |
Constructor and Description |
---|
Reference(Encoding encoding,
Protocol protocol,
Resource resource) |
Reference(Encoding encoding,
Protocol protocol,
Resource resource,
List<? extends Parameter> parameters)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected Reference |
TemplateVirtualizationMethod.newVirtualReference(Protocol protocol,
org.alfresco.service.cmr.repository.NodeRef templateRef,
org.alfresco.service.cmr.repository.NodeRef actualNodeRef) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.