Package org.alfresco.repo.virtual.ref
Class GetActualNodeRefMethod
java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<NodeRef>
org.alfresco.repo.virtual.ref.GetActualNodeRefMethod
- All Implemented Interfaces:
ProtocolMethod<NodeRef>
Returns the actual
Actual
NodeRef of a given reference.Actual
NodeRef are node references of content elements found in the Alfresco repository that are subjected to a virtualization process.- Author:
- Bogdan Horje
-
Field Summary
Fields inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(NodeProtocol protocol, Reference reference) execute(VirtualProtocol virtualProtocol, Reference reference) Methods inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
execute, execute
-
Constructor Details
-
GetActualNodeRefMethod
-
-
Method Details
-
execute
public NodeRef execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<NodeRef>- Overrides:
executein classAbstractProtocolMethod<NodeRef>- Throws:
ProtocolMethodException
-
execute
- Specified by:
executein interfaceProtocolMethod<NodeRef>- Overrides:
executein classAbstractProtocolMethod<NodeRef>- Throws:
ProtocolMethodException
-