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
ProtocolMethodException
R execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException
ProtocolMethodException
R execute(NodeProtocol protocol, Reference reference) throws ProtocolMethodException
ProtocolMethodException
R execute(Protocol protocol, Reference reference) throws ProtocolMethodException
ProtocolMethodException
Copyright © 2005–2017 Alfresco Software. All rights reserved.