Class Protocol

java.lang.Object
org.alfresco.repo.virtual.ref.Protocol
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeProtocol, VirtualProtocol

public class Protocol extends Object implements Serializable
A Reference model element that defines the type of the referred artefact and the virtualization process that was applied when creating a reference.
Protocols define the semantics of all elements of a reference. Protocol implementations add syntactic processing methods.
The high level semantic functionality of a protocol is implemented with ProtocolMethods.
Author:
Bogdan Horje
See Also: