Class Lock

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

    public class Lock
    extends Object
    implements org.apache.commons.chain.Command
    Lock the given Node
    • Constructor Detail

      • Lock

        public Lock()
    • 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
      • getDeepKey

        public String getDeepKey()
        Returns:
        deep key
      • setDeepKey

        public void setDeepKey​(String deepKey)
        Parameters:
        deepKey - deep key to set
      • getSessionScopedKey

        public String getSessionScopedKey()
        Returns:
        the session scoped key
      • setSessionScopedKey

        public void setSessionScopedKey​(String sessionScopedKey)
        Parameters:
        sessionScopedKey - the session scoped key to set
      • getPathKey

        public String getPathKey()
        Returns:
        the source path key
      • setPathKey

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