Skip navigation links
A C G I N P S T U V W 

A

AppianComplex - Class in com.appiancorp.ps.plugins.typetransformer
Represents a complex data type.
AppianElement - Interface in com.appiancorp.ps.plugins.typetransformer
The root interface for representing Appian Types as objects.
AppianElementVisitor - Interface in com.appiancorp.ps.plugins.typetransformer.visitor
An element visitor.
AppianElementVisitResult - Enum in com.appiancorp.ps.plugins.typetransformer.visitor
 
AppianList - Class in com.appiancorp.ps.plugins.typetransformer
A collection of AppianElements.
AppianObject - Class in com.appiancorp.ps.plugins.typetransformer
Represents types with key and value mappings (aka dictionary and CDT).
AppianPrimitive - Class in com.appiancorp.ps.plugins.typetransformer
Represents a single primitive value.
AppianSource - Class in com.appiancorp.ps.plugins.typetransformer.util
This class is NOT intended for public use, and may change without warning between releases.
AppianSource(AppianObject) - Constructor for class com.appiancorp.ps.plugins.typetransformer.util.AppianSource
 
AppianTypeFactory - Class in com.appiancorp.ps.plugins.typetransformer
This class is the primary entry point for working with this library.

C

castPrimitive(AppianPrimitive, Class<T>) - Static method in class com.appiancorp.ps.plugins.typetransformer.util.TypeUtil
Casts the primitives value to the given type
com.appiancorp.ps.plugins.typetransformer - package com.appiancorp.ps.plugins.typetransformer
 
com.appiancorp.ps.plugins.typetransformer.util - package com.appiancorp.ps.plugins.typetransformer.util
 
com.appiancorp.ps.plugins.typetransformer.visitor - package com.appiancorp.ps.plugins.typetransformer.visitor
 
createBoolean(Boolean) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a boolean with the given value
createDate(Date) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a date with the given value
createDateTime(Timestamp) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a date and time with the given value
createDouble(Double) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a double with the given value
createElement(long) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a new element of the given type.
createList(long) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a list of the given type.
createLong(Long) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a long with the given value
createString(String) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a string with the given value
createTime(Time) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a time with the given value

G

getBoolean() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a boolean.
getDate() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a date.
getDateTime() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a timestamp.
getDouble() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a double.
getList(int) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the element at the specified position in this list as an AppianList.
getList(int, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the element at the specified position in this list unwrapped from the containing AppianPrimtive objects.
getList(String) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the element with the specified property name in this map as an AppianList.
getList(String, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the value of the primitive as the given type
getLong() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a long.
getNumber() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a Number.
getObject(int) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the element at the specified position in this list as an AppianObject.
getObject(String) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the element with the specified property name in this map as an AppianObject.
getPrimitive(int) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the element at the specified position in this list as an AppianPrimitive.
getPrimitive(String) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the element with the specified property name in this map as an AppianPrimitive.
getString() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a string.
getTime() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Convenience method to get the value as a time.
getType(String) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianComplex
 
getTypedValue() - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
 
getTypeId() - Method in interface com.appiancorp.ps.plugins.typetransformer.AppianElement
Returns the AppianType Id of this element.
getTypeId() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the AppianType Id of this element.
getTypeId() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the AppianType Id of this element.
getTypeId() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Returns the AppianType Id of this element.
getValue(int, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the value of the primitive as the given type
getValue(String, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianObject
Returns the value of the primitive as the given type
getValue() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Returns the value this object contains

I

isBoolean() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Checks if the stored value is a boolean.
isNull() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Checks if the stored value is null.
isNumber() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Checks if the stored value is a Number.

N

newInstance(TypeService) - Static method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
 

P

postVisitList(AppianList) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for a list after its entries and all descendants have been visited.
postVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for a list after its entries and all descendants have been visited.
postVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for a list after its entries and all descendants have been visited.
postVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for a list after its entries and all descendants have been visited.
postVisitObject(AppianObject) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for a object after its entries and all descendants have been visited.
postVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for a object after its entries and all descendants have been visited.
postVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for a object after its entries and all descendants have been visited.
postVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for a object after its entries and all descendants have been visited.
preVisitList(AppianList) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for a list before entries in the list are visited.
preVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for a list before entries in the list are visited.
preVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for a list before entries in the list are visited.
preVisitList(AppianList) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for a list before entries in the list are visited.
preVisitObject(AppianObject) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for a object before properties in the object are visited.
preVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for a object before properties in the object are visited.
preVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for a object before properties in the object are visited.
preVisitObject(AppianObject) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for a object before properties in the object are visited.
put(String, AppianElement) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianComplex
 

S

setValue(Object) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
Sets the primitive value for this object.
SimpleAppianElementVisitor - Class in com.appiancorp.ps.plugins.typetransformer.visitor
A simple visitor of elements with default behaviour to visit all elements in the tree.
SimpleAppianElementVisitor() - Constructor for class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
 
StringAppianElementVisitor - Class in com.appiancorp.ps.plugins.typetransformer.visitor
A visitor that outputs the element tree as a simple string representation to a Writer.
StringAppianElementVisitor(Writer) - Constructor for class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
 

T

toAppianElement(TypedValue) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Converts the given TypedValue into an element
toAppianElement(ProcessVariableInstance) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Converts the given ProcessVariableInstance into an element
toJavaObject(TypedValue, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a new instance of a concrete Java object from a TypedValue
toJavaObject(AppianObject, Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Creates a new instance of a concrete Java object from an AppianObject.
toList(Class<T>) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianList
Returns the AppianPrimitive objects in this list unwrapped so it can be used as a standard typed List.
toString() - Method in class com.appiancorp.ps.plugins.typetransformer.AppianPrimitive
 
toTypedValue(AppianElement) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Converts the given element into a TypedValue
TypedValueAppianElementVisitor - Class in com.appiancorp.ps.plugins.typetransformer.visitor
A concrete visitor to convert an element into a TypedValue
TypedValueAppianElementVisitor() - Constructor for class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
 
TypeUtil - Class in com.appiancorp.ps.plugins.typetransformer.util
This class is NOT intended for public use, and may change without warning between releases.
TypeUtil() - Constructor for class com.appiancorp.ps.plugins.typetransformer.util.TypeUtil
 

U

unwrapPrimitiveList(List<AppianElement>, Class<T>) - Static method in class com.appiancorp.ps.plugins.typetransformer.util.TypeUtil
Returns a list of the given type by unwrapping each AppianPrimitive in the list

V

valueOf(String) - Static method in enum com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitResult
Returns an array containing the constants of this enum type, in the order they are declared.
visitPrimitive(AppianPrimitive) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for a primitive value
visitPrimitive(AppianPrimitive) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for a primitive value
visitPrimitive(AppianPrimitive) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for a primitive value
visitPrimitive(AppianPrimitive) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for a primitive value
visitProperty(String) - Method in interface com.appiancorp.ps.plugins.typetransformer.visitor.AppianElementVisitor
Invoked for an objects property before invoking the next visitor
visitProperty(String) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.SimpleAppianElementVisitor
Invoked for an objects property before invoking the next visitor
visitProperty(String) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.StringAppianElementVisitor
Invoked for an objects property before invoking the next visitor
visitProperty(String) - Method in class com.appiancorp.ps.plugins.typetransformer.visitor.TypedValueAppianElementVisitor
Invoked for an objects property before invoking the next visitor

W

walkElementTree(AppianElement, AppianElementVisitor) - Method in class com.appiancorp.ps.plugins.typetransformer.AppianTypeFactory
Walks an element tree at the given starting element.
A C G I N P S T U V W 
Skip navigation links

Copyright © 2018 Appian Corporation. All rights reserved.