Class SpaceController

java.lang.Object
org.imixs.workflow.office.config.SpaceController
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class SpaceController extends Object implements Serializable
The SpaceController provides methods to create spaces within a JSF view.
Author:
rsoika,gheinle
See Also:
  • Field Details

    • workflowController

      @Inject protected org.imixs.workflow.faces.data.WorkflowController workflowController
    • propertyController

      @Inject protected PropertyController propertyController
  • Constructor Details

    • SpaceController

      public SpaceController()
  • Method Details

    • create

      public void create(String parentID) throws org.imixs.workflow.exceptions.ModelException
      This method creates a space. The param 'parentID' is options. In case a parentID is provided, the method creates a sub-space. If no 'parentID' is provided or the id is empty than a root space is created.
      Throws:
      org.imixs.workflow.exceptions.ModelException