Uploaded image for project: '[Read Only] - Hippo Repository'
  1. [Read Only] - Hippo Repository
  2. REPO-1315

Add nodetype retrieval method in org.onehippo.repository.documentworkflow.Request

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 3.1.0
    • None

    Description

      This Class needs to be augmented with a Type retrieval somehow.

      I propose:

      public final String getNodeType() {
      try

      { return getStringProperty("jcr:primaryType"); }

      catch (RepositoryException e) {
      }
      return null;
      }

      We'll need this to influence the SCXML workflow engine. To somehow retrieve the type of the Request.

      This is a small and trivial change

      Attachments

        Issue Links

          Activity

            People

              adouma Ate Douma
              ksalic Kenan Salic
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: