Uploaded image for project: 'Remote Alfresco API rivet'
  1. Remote Alfresco API rivet
  2. CMA-5

ActionService does not return value from Actions executed

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: CMA Alfresco, CMA API, CMA Impl
    • Labels:
      None

      Description

      Custom Action:

      protected void executeImpl(Action action, NodeRef actionedUponNodeRef) {
      for (String e:action.getParameterValues().keySet()) {
      System.out.print(e);
      System.out.print(" = ");
      System.out.println(action.getParameterValue(e));
      }

      action.setParameterValue(PARAM_RESULT, "result Here");
      }


      The above code returns "result Here", which, from inside Alfresco can be queried.

      But, CMA does not pass the result through to the client application.

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                sumer sumer
                Reporter:
                vjalilov vjalilov
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Zendesk Support