public class TypedVariableUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TypedVariableUtils.People
Class representing groups and/or users
|
Modifier and Type | Method and Description |
---|---|
static TypedVariable[] |
convertNTVsToTVs(NamedTypedValue[] ntvs) |
static NamedTypedValue[] |
convertTVsToNTVs(TypedVariable[] tvs) |
static TypedVariableUtils.People |
decodePeopleObjects(LocalObject[] both_)
Decodes people objects from a local object array
|
public static TypedVariableUtils.People decodePeopleObjects(LocalObject[] both_)
both_
- LocalObject array to decode people objects fromPeople
objects decoded from
the provided local objectspublic static TypedVariable[] convertNTVsToTVs(NamedTypedValue[] ntvs)
public static NamedTypedValue[] convertTVsToNTVs(TypedVariable[] tvs)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.