Interface SafeAuthorOperation


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    @Deprecated
    public interface SafeAuthorOperation
    Deprecated.
    This interface is not used anymore as marker interface for operations that can be invoked via REST API with user supplied arguments. These AuthorOperations must be instead annotated with WebappRestSafe annotation.
    In Web Author, AuthorOperations that implement this marker interface can be invoked via a REST API with user supplied arguments. An operation that simply inserts an XML fragment would be considered safe, while one that executes some JavaScript code provided by the user would be considered unsafe.
    Since:
    19.1