Platform Explorer / Nuxeo Platform 11.4

Operation Seam.InitContext (Init Seam Context)

Description

Initialize a Seam context (including Conversation if needed)
Operation id Seam.InitContext
AliasesWebUI.InitSeamContext
Category User Interface
Label Init Seam Context
Requires
Since

Parameters

Name Description Type Required Default value
conversationId string no  

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.seam.operations.InitSeamContext
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.InitContext",
  "aliases" : [ "WebUI.InitSeamContext" ],
  "label" : "Init Seam Context",
  "category" : "User Interface",
  "requires" : null,
  "description" : "Initialize a Seam context (including Conversation if needed)",
  "url" : "Seam.InitContext",
  "signature" : [ "void", "void" ],
  "params" : [ {
    "name" : "conversationId",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}