Package | Description |
---|---|
org.nrg.xft.meta | |
org.nrg.xft.schema | |
org.nrg.xft.schema.design | |
org.nrg.xft.schema.Wrappers.GenericWrapper |
Modifier and Type | Method and Description |
---|---|
static XFTElement |
XFTMetaManager.FindElement(String s)
Searches for a XFTElement with a matching Full XML Name.
|
static XFTElement |
XFTMetaManager.FindElement(String name,
String uri)
Searches for a XFTElement with the matching name.
|
static XFTElement |
XFTMetaManager.FindElement(XMLType t)
Searches for a XFTElement with the matching XMLType.
|
XFTElement |
XFTMetaElement.getElement() |
Modifier and Type | Method and Description |
---|---|
void |
XFTMetaElement.setElement(XFTElement element) |
Constructor and Description |
---|
XFTMetaElement(XFTElement e,
boolean allowDBAccess)
Populates teh javaName, sqlName, code and full XML Name from the XFTElement.
|
Modifier and Type | Method and Description |
---|---|
XFTElement |
XFTElement.clone(XFTElement e,
boolean history) |
static XFTElement |
XFTManager.GetElementTable()
Returns the XFT element that stores all of the element names.
|
XFTElement |
XFTReferenceField.getRefElement()
Gets the refElement using the XMLType
|
Modifier and Type | Method and Description |
---|---|
void |
XFTSchema.addElement(XFTElement xe) |
abstract XFTWebAppField |
XFTWebAppField.clone(XFTElement e) |
XFTSqlField |
XFTSqlField.clone(XFTElement e) |
XFTRelation |
XFTRelation.clone(XFTElement e) |
XFTWebAppField |
TorqueField.clone(XFTElement e) |
XFTField |
XFTReferenceField.clone(XFTElement e,
boolean accessLayers) |
abstract XFTField |
XFTField.clone(XFTElement s,
boolean accessLayers) |
XFTElement |
XFTElement.clone(XFTElement e,
boolean history) |
XFTField |
XFTDataField.clone(XFTElement e,
boolean accessLayers) |
static void |
XFTManager.SetElementTable(XFTElement xe)
Sets the XFTElement which stores all of the element names.
|
Modifier and Type | Field and Description |
---|---|
protected XFTElement |
XFTElementWrapper.wrapped |
Modifier and Type | Method and Description |
---|---|
XFTElement |
XFTNode.getAbsoluteParent()
Gets the highest parent in this items chain of parent items.
|
XFTElement |
XFTNode.getParentElement()
Returns the next parent Element in this items chain of parent items (rather than any field item)
|
XFTElement |
XFTElementWrapper.getWrapped()
Gets wrapped element
|
Modifier and Type | Method and Description |
---|---|
void |
XFTElementWrapper.setWrapped(XFTElement element)
Wrap the given element.
|
XFTElementWrapper |
XFTFactoryI.wrapElement(XFTElement xe) |
XFTElementWrapper |
XFTFactory.wrapElement(XFTElement xe) |
Modifier and Type | Method and Description |
---|---|
ArrayList |
GenericWrapperField.getReferenceKeys(XFTElement p)
Generates XFTFields for all of the Referenced Element's primary key fields and returns them as
wrapped Fields.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.