package org.alfresco.filesys.repo.rules; /** * An operation is a primitive thing that needs to be executed. * Such as a create, rename or delete. */ public interface Operation { }