Class FolderOperation


  • public class FolderOperation
    extends java.lang.Object
    The FileCommand object stores information related to an SQL command defined on the ORM file.

    This object provides the methods to execute the SQL commands against file system.

    Author:
    Italo Osorio
    • Constructor Detail

      • FolderOperation

        public FolderOperation​(ObjectStructure objectStructure,
                               RequestObject requestObject,
                               ResponseObject responseObject)
        FileOperation Constructor
        Parameters:
        objectStructure - the ObjectStructure
        requestObject - the RequestObject
        responseObject - the responseObject
    • Method Detail

      • get

        public ResponseObject get()
                           throws java.lang.Exception,
                                  SilkException
        Executes Select operation
        Returns:
        responseObject the objected returned
        Throws:
        SilkException - the silk exception
        java.lang.Exception
      • set

        public ResponseObject set​(int index)
                           throws java.lang.Exception,
                                  SilkException
        Executes INSERT, UPDATE and DELETE operation base on the requested action.
        Parameters:
        index - the position of the form item to set
        Returns:
        responseObject the objected returned
        Throws:
        SilkException - the silk exception
        java.lang.Exception