Package org.alfresco.repo.virtual.ref
Class AbstractProtocolMethod<R>
java.lang.Object
org.alfresco.repo.virtual.ref.AbstractProtocolMethod<R>
- Type Parameters:
R-
- All Implemented Interfaces:
ProtocolMethod<R>
- Direct Known Subclasses:
ApplyTemplateMethod,GetActualNodeRefMethod,GetAllSetPermissionsMethod,GetAspectsMethod,GetChildAssocsMethod,GetChildByIdMethod,GetParentReferenceMethod,GetPathMethod,GetReferenceType,GetSetPermissionsMethod,GetTemplatePathMethod,GetVanillaScriptInputStreamMethod,HasPermissionMethod,NewVirtualReferenceMethod
Handles protocol method dispatch. Not supported: base protocol dispatches. The vanilla protocol can be handled by default as the virtual protocol.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_SEPARATOR
- See Also:
-
-
Constructor Details
-
AbstractProtocolMethod
public AbstractProtocolMethod()
-
-
Method Details
-
execute
public R execute(VanillaProtocol vanillaProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<R>- Throws:
ProtocolMethodException
-
execute
public R execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException - Specified by:
executein interfaceProtocolMethod<R>- Throws:
ProtocolMethodException
-
execute
- Specified by:
executein interfaceProtocolMethod<R>- Throws:
ProtocolMethodException
-
execute
- Specified by:
executein interfaceProtocolMethod<R>- Throws:
ProtocolMethodException
-