operation


Related Questions
There are two documents with a schema's field: <xs:element name="link" type="nxs:stringList" /> The field is updated by widget: <widget name="link_path_widget" type="select_path_tree"> This works very well but there is only created one ...
  0 votes
  2 answers
  2 comments
  1805 views

Trying to backport the RunOperationOnList automation operation to 5.4.2, i m meeting a casting problem : for (Object value : (Collection<?>) ctx.get(listName)) raises a Ljava.lang.String; cannot be cast to java.util.Collection Exception. it is ...
  0 votes
  3 answers
  0 comments
  1716 views

Still trying to access the list of selected docs in sections : the action category for my button is CURRENT_SELECTION_SECTIONS_LIST the “Selection is not empty” has been replaced by a custom EL ...
  0 votes
  1 answers
  4 comments
  1881 views

I want to use the result from Document.GetChildren to calculate a dynamic folder name. My idea is that MVEL provide the length of an array via the object method size. The problem is that I cannot find the right variable which contain the output ...
  0 votes
  1 answers
  1 comments
  2431 views

I have a working chain which utilize Document.Create . After this operation the user interface should display this new document. I read the documentation and think that Seam.PushDocument is the correct operation. I used the following code: ...
  0 votes
  2 answers
  4 comments
  2877 views

If I use the operations Seam.AddInfoMessage and/or Seam.AddErrorMessage in a chain then the message is not displayed. Do I have to signal a state or is there another missing configuration?
  0 votes
  1 answers
  3 comments
  2103 views

Hi, I configured a chain like the following: <chain id="minimum_chain"> <operation id="Seam.AddInfoMessage"> <param type="string" name="message">Success.</param> </operation> </chain> Additionally I configured in ...
  1 votes
  1 answers
  2 comments
  2273 views

I have created an operation in Java. Can I execute it from Nuxeo Shell? or how can I test it? @Operation(id=“MyOperation”, category=Constants.CAT_EXECUTION, label=“MyOperation”, description=““) I am typing “use automation” and then “MyOperation” but ...
  0 votes
  1 answers
  1 comments
  1560 views