public class InternalForm extends java.lang.Object implements XMLable, AppianTypeHolder
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
InternalForm() |
Modifier and Type | Method and Description |
---|---|
void |
fillInAppianTypes(AppianTypeCache cache_)
Stores the primary keys of Appian Objects such as
User
Group , Folder in the cache. |
static InternalForm |
fromXML(org.w3c.dom.Node ifNode_)
Constructs an
InternalForm from its XML representation |
java.lang.Long |
getDocId() |
FormElementBinding[] |
getFormElementBindings() |
java.lang.String |
getInternalType() |
void |
setDocId(java.lang.Long docId_) |
void |
setFormElementBindings(FormElementBinding[] b_) |
void |
setInternalType(java.lang.String internalType_) |
java.lang.String |
toXML()
Creates an XML representation of this object.
|
void |
toXML(java.lang.StringBuilder buffer_)
Appends an XML representation of this object to the given buffer.
|
public FormElementBinding[] getFormElementBindings()
public void setFormElementBindings(FormElementBinding[] b_)
public java.lang.Long getDocId()
public void setDocId(java.lang.Long docId_)
public java.lang.String getInternalType()
public void setInternalType(java.lang.String internalType_)
public java.lang.String toXML()
public void toXML(java.lang.StringBuilder buffer_)
public static InternalForm fromXML(org.w3c.dom.Node ifNode_)
InternalForm
from its XML representationifNode_
- XML representation in a Node
InternalForm
specified by the XMLpublic void fillInAppianTypes(AppianTypeCache cache_)
User
Group
, Folder
in the cache. Later, the cache will
populate itself with the display strings that correspond to all of its
ids, such as "Human Resources" for group 9.fillInAppianTypes
in interface AppianTypeHolder
cache_
- cache of appian-typed objects.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.