Class Rename

  • All Implemented Interfaces:
    org.apache.commons.chain.Command

    public class Rename
    extends Object
    implements org.apache.commons.chain.Command
    Rename a Node
    The persistent flag indicates whether to use the session or the workspace to perform the move command
    • Constructor Detail

      • Rename

        public Rename()
    • Method Detail

      • execute

        public boolean execute​(org.apache.commons.chain.Context ctx)
                        throws Exception
        Specified by:
        execute in interface org.apache.commons.chain.Command
        Throws:
        Exception
      • getDestPathKey

        public String getDestPathKey()
        Returns:
        the destination path key
      • setDestPathKey

        public void setDestPathKey​(String destPathKey)
        Parameters:
        destPathKey - the destination path key to set
      • getSrcPathKey

        public String getSrcPathKey()
        Returns:
        the source path key
      • setSrcPathKey

        public void setSrcPathKey​(String srcPathKey)
        Parameters:
        srcPathKey - the source path key to set
      • getPersistentKey

        public String getPersistentKey()
      • setPersistentKey

        public void setPersistentKey​(String persistentKey)