Class DeleteFileOperation

java.lang.Object
org.alfresco.filesys.repo.rules.operations.DeleteFileOperation
All Implemented Interfaces:
Operation

public class DeleteFileOperation extends Object implements Operation
  • Constructor Details

    • DeleteFileOperation

      public DeleteFileOperation(String name, NodeRef rootNodeRef, String path)
      Delete File Operation
      Parameters:
      name - of file
      rootNodeRef - root node ref
      path - path + name of file to delete
  • Method Details