com.ibm.commerce.content.facade.server.commands

Class FetchManagedFileByDirectoryIdCmdImpl

  • All Implemented Interfaces:
    FetchManagedFileCmd, AbstractFetchNounCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class FetchManagedFileByDirectoryIdCmdImpl
    extends AbstractFetchManagedFileCmdImpl
    The implementation of the fetch ManagedFile command. It returns a list of ManagedFile in the given directory.
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FetchManagedFileByDirectoryIdCmdImpl

        public FetchManagedFileByDirectoryIdCmdImpl()
        This method creates an instance of the fetch ManagedFile command.
    • Method Detail

      • fetchManagedFiles

        public java.util.Collection fetchManagedFiles(GetType aGet)
                                               throws java.lang.Exception
        This method fetches the managed files.
        Parameters:
        aGet - The selection criteria
        Returns:
        Collection the collection of result.
        Throws:
        java.lang.Exception