Interface ScopeOperation

  • All Superinterfaces:
    Operation
    All Known Implementing Classes:
    BulkOperation

    public interface ScopeOperation
    extends Operation
    Operation which must be execute in the context of a Scope
    Author:
    Christopher Laszczuk
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.scope.Scope getScope()  
      void setScope​(com.flower.docs.domain.scope.Scope scope)
      Sets the scope into execute this operation
      • Methods inherited from interface com.flower.docs.dao.api.operation.Operation

        execute
    • Method Detail

      • setScope

        void setScope​(com.flower.docs.domain.scope.Scope scope)
        Sets the scope into execute this operation
        Parameters:
        scope - The scope
      • getScope

        com.flower.docs.domain.scope.Scope getScope()