Package org.alfresco.repo.virtual.bundle
Class GetPathMethod
java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<Path>
org.alfresco.repo.virtual.bundle.GetPathMethod
- All Implemented Interfaces:
ProtocolMethod<Path>
-
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
-
GetPathMethod
-
-
Method Details
-
execute
public Path execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<Path>- Overrides:
executein classAbstractProtocolMethod<Path>- Throws:
ProtocolMethodException
-
execute
- Specified by:
executein interfaceProtocolMethod<Path>- Overrides:
executein classAbstractProtocolMethod<Path>- Throws:
ProtocolMethodException
-