Class CreateWorkspace

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

    public class CreateWorkspace
    extends Object
    implements org.apache.commons.chain.Command
    Creates a Workspace.
    Note that this Command uses Jackrabbit specific API.
    • Constructor Detail

      • CreateWorkspace

        public CreateWorkspace()
    • 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
      • getNameKey

        public String getNameKey()
        Returns:
        the name key
      • setNameKey

        public void setNameKey​(String nameKey)
        Parameters:
        nameKey - the name key to set