Package org.alfresco.repo.virtual.ref
Class GetReferenceType
- java.lang.Object
-
- org.alfresco.repo.virtual.ref.AbstractProtocolMethod<QName>
-
- org.alfresco.repo.virtual.ref.GetReferenceType
-
- All Implemented Interfaces:
ProtocolMethod<QName>
public class GetReferenceType extends AbstractProtocolMethod<QName>
Returns actualQNameType of a given reference
indicated by the given protocol reference.
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
PATH_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description GetReferenceType(ActualEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNameexecute(NodeProtocol protocol, Reference reference)QNameexecute(VirtualProtocol virtualProtocol, Reference reference)-
Methods inherited from class org.alfresco.repo.virtual.ref.AbstractProtocolMethod
execute, execute
-
-
-
-
Constructor Detail
-
GetReferenceType
public GetReferenceType(ActualEnvironment environment)
-
-
Method Detail
-
execute
public QName execute(NodeProtocol protocol, Reference reference) throws ProtocolMethodException
- Specified by:
executein interfaceProtocolMethod<QName>- Overrides:
executein classAbstractProtocolMethod<QName>- Throws:
ProtocolMethodException
-
execute
public QName execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException
- Specified by:
executein interfaceProtocolMethod<QName>- Overrides:
executein classAbstractProtocolMethod<QName>- Throws:
ProtocolMethodException
-
-