Interface Operation<T extends OperationResult>

    • Method Detail

      • execute

        T execute()
           throws OperationFailedException
        This method executes the operation.
        Returns:
        the OperationResult contains additional information about the successfully executed operation.
        Throws:
        OperationFailedException - if the operation has failed
        Since:
        10.0.202