Class TypedVariableUtils

java.lang.Object
com.appiancorp.suiteapi.process.TypedVariableUtils

public class TypedVariableUtils extends Object
Utility class for TypedVariables
  • Method Details

    • decodePeopleObjects

      public static TypedVariableUtils.People decodePeopleObjects(LocalObject[] both_)
      Decodes people objects from a local object array
      Parameters:
      both_ - LocalObject array to decode people objects from
      Returns:
      an array of People objects decoded from the provided local objects
    • convertNTVsToTVs

      public static TypedVariable[] convertNTVsToTVs(NamedTypedValue[] ntvs)
    • convertTVsToNTVs

      public static NamedTypedValue[] convertTVsToNTVs(TypedVariable[] tvs)