org.nuxeo.core.resources.model
Interface ISiteOperationHandler


public interface ISiteOperationHandler

Author:
Bogdan Stefanescu

Method Summary
 void handleOperation(ISiteOperation operation)
          Execute the given operation on the given target resource
 

Method Detail

handleOperation

void handleOperation(ISiteOperation operation)
                     throws org.eclipse.core.runtime.CoreException
Execute the given operation on the given target resource

Parameters:
operation - the operation to execute
Throws:
org.eclipse.core.runtime.CoreException - if an error occurs or resource is not existing