Package | Description |
---|---|
org.nrg.xdat.om.base.auto | |
org.nrg.xdat.services | |
org.nrg.xft | |
org.nrg.xft.collections | |
org.nrg.xft.db | |
org.nrg.xft.db.loaders | |
org.nrg.xft.layeredSequence | |
org.nrg.xft.search |
Modifier and Type | Method and Description |
---|---|
static ArrayList |
AutoXdatUserLogin.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatUserGroupid.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatUsergroup.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatUser.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatStoredSearchGroupid.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatStoredSearchAllowedUser.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatStoredSearch.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatSecurity.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatSearchField.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatSearch.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatRoleType.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatPrimarySecurityField.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatNewsentry.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatInfoentry.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatFieldMappingSet.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatFieldMapping.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatElementSecurityListingAction.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatElementSecurity.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatElementActionType.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatElementAccessSecureIp.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatElementAccess.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatCriteriaSet.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatCriteria.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatActionType.wrapItems(ItemCollection items) |
static ArrayList |
AutoXdatAccessLog.wrapItems(ItemCollection items) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
SearchService.execute() |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
XFTItem.getChildItemCollection(String field) |
ItemCollection |
ItemWrapper.getChildItemCollection(String xmlPath)
Use the field's xmlPath name
|
ItemCollection |
XFTItem.getChildItemCollection(XFTFieldWrapper field) |
ItemCollection |
ItemWrapper.getChildItemCollection(XFTFieldWrapper field) |
ItemCollection |
ItemI.getChildItemCollection(XFTFieldWrapper field)
Gets an ItemCollection of the XFTItems which are specified by the supplied field reference.
|
ItemCollection |
XFTItem.getExtFieldsMatches(boolean includeParent) |
ItemCollection |
XFTItem.getFieldMatches(boolean extend)
Returns ArrayList of XFTItems where all fields match.
|
ItemCollection |
XFTItem.getHistory() |
ItemCollection |
XFTItem.getPkMatches(boolean extend)
Returns ArrayList of XFTItems with matching pks.
|
ItemCollection |
XFTItem.getUniqueMatches(boolean extend)
Returns ArrayList of XFTItems with matching unique fields.
|
Modifier and Type | Method and Description |
---|---|
ItemCollection |
ItemCollection.getItems(String xmlPath,
Object value)
Return ItemCollection of items where this value is found at the specified xml location
|
Modifier and Type | Method and Description |
---|---|
void |
ItemCollection.merge(ItemCollection _new) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
DBItemCache.getDBTriggers() |
ItemCollection |
DBItemCache.getModified() |
ItemCollection |
DBItemCache.getPreexisting() |
ItemCollection |
DBItemCache.getRemoved() |
ItemCollection |
DBItemCache.getSaved() |
Modifier and Type | Method and Description |
---|---|
void |
DBItemCache.setDBTriggers(ItemCollection modified) |
void |
DBItemCache.setModified(ItemCollection modified) |
void |
DBItemCache.setPreexisting(ItemCollection preexisting) |
void |
DBItemCache.setRemoved(ItemCollection removed) |
void |
DBItemCache.setSaved(ItemCollection saved) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
XFTItemDBLoader.cacheDBChildren(String id,
String type,
XFTReferenceI ref,
ItemCollection items) |
ItemCollection |
XFTItemDBLoader.getCurrentDBChildren(GenericWrapperField refField,
UserI user,
boolean allowMultiples,
boolean includeHistory) |
ItemCollection |
XFTItemDBLoader.ItemCache.getDBChildren(String id,
String type,
String many) |
ItemCollection |
XFTItemDBLoader.getMultiDBChildren(GenericWrapperElement foreign,
XFTManyToManyReference many,
String mapping_name,
UserI user,
boolean allowMultiples) |
ItemCollection |
XFTItemDBLoader.getSingleDBChildren(GenericWrapperElement foreign,
XFTSuperiorReference sup,
UserI user,
boolean allowMultiples,
boolean preventLoop) |
ItemCollection |
XFTItemDBLoader.ItemCache.setDBChildren(String id,
String type,
String many,
ItemCollection items) |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
XFTItemDBLoader.cacheDBChildren(String id,
String type,
XFTReferenceI ref,
ItemCollection items) |
ItemCollection |
XFTItemDBLoader.ItemCache.setDBChildren(String id,
String type,
String many,
ItemCollection items) |
Modifier and Type | Class and Description |
---|---|
class |
LayeredSequenceCollection |
Modifier and Type | Method and Description |
---|---|
ItemCollection |
ItemSearch.exec() |
ItemCollection |
ItemSearch.exec(boolean withChildren)
Execute the search and return the matching XFTItems in an ItemCollection.
|
ItemCollection |
ItemSearch.exec(boolean withChildren,
boolean extend)
Execute the search and return the matching XFTItems in an ItemCollection.
|
ItemCollection |
ItemSearch.execute() |
static ItemCollection |
ItemSearch.GetAllItems(String elementName,
UserI user,
boolean preLoad)
Get all XFTItems of the specified data type.
|
static ItemCollection |
ItemSearch.GetItems(CriteriaCollection cc,
UserI user,
boolean preLoad)
Gets the matching items based on the specified criteria.
|
static ItemCollection |
ItemSearch.GetItems(String elementName,
CriteriaCollection cc,
UserI user,
boolean preLoad)
Gets the matching items based on the specified criteria.
|
static ItemCollection |
ItemSearch.GetItems(String xmlPath,
Object v,
UserI user,
boolean preLoad)
Pass in a String identifying the XML field which you are searching by: ex.
|
static ItemCollection |
ItemSearch.GetItems(String xmlPath,
String comparisonType,
Object v,
UserI user,
boolean preLoad)
Pass in a String identifying the XML field which you are searching by: ex.
|
ItemCollection |
ItemSearch.getItemsFromKeys(List<List<ItemSearch.IdentifierResults>> matches,
String login) |
ItemCollection |
ItemSearch.populateItems(GenericWrapperElement element,
XFTTable table,
QueryOrganizer qo,
boolean extend,
boolean allowMultiples)
translates a XFTTable into a list of items with all available sub-items populated.
|
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.