public class NewVirtualReferenceMethod extends AbstractProtocolMethod<Reference>
PATH_SEPARATOR
Constructor and Description |
---|
NewVirtualReferenceMethod(org.alfresco.service.cmr.repository.NodeRef templateRef,
String templatePath,
org.alfresco.service.cmr.repository.NodeRef actualNodeRef,
String vanillaProcessorClasspath) |
NewVirtualReferenceMethod(String templateSysPath,
String templatePath,
org.alfresco.service.cmr.repository.NodeRef actualNodeRef,
String vanillaProcessorClasspath)
Deprecated.
In future system paths will be replaced with actual resources
or string encoded references
|
Modifier and Type | Method and Description |
---|---|
Reference |
execute(VanillaProtocol vanillaProtocol,
Reference reference) |
Reference |
execute(VirtualProtocol virtualProtocol,
Reference reference) |
execute, execute
public NewVirtualReferenceMethod(String templateSysPath, String templatePath, org.alfresco.service.cmr.repository.NodeRef actualNodeRef, String vanillaProcessorClasspath)
templateSysPath
- templatePath
- actualNodeRef
- vanillaProcessorClasspath
- public Reference execute(VirtualProtocol virtualProtocol, Reference reference) throws ProtocolMethodException
execute
in interface ProtocolMethod<Reference>
execute
in class AbstractProtocolMethod<Reference>
ProtocolMethodException
public Reference execute(VanillaProtocol vanillaProtocol, Reference reference) throws ProtocolMethodException
execute
in interface ProtocolMethod<Reference>
execute
in class AbstractProtocolMethod<Reference>
ProtocolMethodException
Copyright © 2005–2017 Alfresco Software. All rights reserved.