package com.breakersoft.plow; import java.util.UUID; public interface Action extends Filter { UUID getActionId(); }