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

Class FetchManagedDirectoryCmdImpl

  • All Implemented Interfaces:
    FetchManagedDirectoryCmd, 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 FetchManagedDirectoryCmdImpl
    extends AbstractFetchManagedDirectoryCmdImpl
    The default implementation of the fetch ManagedDirectory command. It will get all the child directories by the given directory path. If the parent path is "null", it will get all the store root directories which is in the store path of current store. If the parent path is specified and not "null", it will get its child directories. The XPath key is "/ManagedDirectory/ManagedDirectoryIdentifier[ParentDirectoryPath=]".
    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

      • FetchManagedDirectoryCmdImpl

        public FetchManagedDirectoryCmdImpl()