R - method return typepublic interface ProtocolMethod<R>
Reference.execute(ProtocolMethod)| Modifier and Type | Method and Description |
|---|---|
R |
execute(NodeProtocol protocol,
Reference reference) |
R |
execute(Protocol protocol,
Reference reference) |
R |
execute(VanillaProtocol vanillaProtocol,
Reference reference) |
R |
execute(VirtualProtocol virtualProtocol,
Reference reference) |
R execute(VanillaProtocol vanillaProtocol, Reference reference) throws ProtocolMethodException
ProtocolMethodExceptionR execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException
ProtocolMethodExceptionR execute(NodeProtocol protocol, Reference reference) throws ProtocolMethodException
ProtocolMethodExceptionR execute(Protocol protocol, Reference reference) throws ProtocolMethodException
ProtocolMethodExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.