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>
Returns actual
indicated by the given protocol reference.
QName Type 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 -
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
-
GetReferenceType
-
-
Method Details
-
execute
- 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
-