Class ContextVariable<T>

java.lang.Object
com.suncode.pwfl.workflow.component.ContextVariable<T>

@Api public class ContextVariable<T> extends Object
Context variable used within components to enable functional-like style of components. Component creator can define 1+ context variables. Those variables can then be used as function parameters (in functions, that are parameters of this component).
Author:
Cezary Kozar 12 lip 2016
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Returns context variable id prefixed with context:
    • getType

      public Type<T> getType()
      Returns context variable type.
    • getName

      public String getName()
      Returns context variable name.
    • getDescription

      public String getDescription()
      Returns context variable description.
    • getHidden

      public boolean getHidden()
      Returns if context variable is hidden