Uses of Class
org.alfresco.repo.virtual.ref.Protocol
-
Packages that use Protocol Package Description org.alfresco.repo.virtual.ref org.alfresco.repo.virtual.store -
-
Uses of Protocol in org.alfresco.repo.virtual.ref
Subclasses of Protocol in org.alfresco.repo.virtual.ref Modifier and Type Class Description classNodeProtocolclassVanillaProtocolAVirtualProtocolextension 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 extraResourceParameterfor the vanilla-JSON template.classVirtualProtocolA protocol for encoding virtual artefacts.
Virtual artefacts are generated using a virtual folder templateindicated by the mainReferenceresource.
The virtual folder template defines a hierarchical structure of virtual nodes.Fields in org.alfresco.repo.virtual.ref declared as Protocol Modifier and Type Field Description ProtocolProtocols. protocolMethods in org.alfresco.repo.virtual.ref that return Protocol Modifier and Type Method Description static ProtocolProtocols. fromName(java.lang.String name)ProtocolReference. getProtocol()Methods in org.alfresco.repo.virtual.ref with parameters of type Protocol Modifier and Type Method Description RAbstractProtocolMethod. execute(Protocol protocol, Reference reference)RProtocolMethod. execute(Protocol protocol, Reference reference)Constructors in org.alfresco.repo.virtual.ref with parameters of type Protocol Constructor Description Reference(Encoding encoding, Protocol protocol, Resource resource)Reference(Encoding encoding, Protocol protocol, Resource resource, java.util.List<? extends Parameter> parameters)Constructor -
Uses of Protocol in org.alfresco.repo.virtual.store
Methods in org.alfresco.repo.virtual.store with parameters of type Protocol Modifier and Type Method Description protected ReferenceTemplateVirtualizationMethod. newVirtualReference(Protocol protocol, org.alfresco.service.cmr.repository.NodeRef templateRef, org.alfresco.service.cmr.repository.NodeRef actualNodeRef)
-