Uses of Class
com.logicaldoc.impex.application.Item
-
Uses of Item in com.logicaldoc.impex.application
Modifier and TypeMethodDescriptionstatic Item[]
Util.getAndOr()
Gets the option items for and/or flagsstatic Item[]
Util.getAvailableFields
(String selectedTemplate) This method, evaluating all the criteria, retrieves all document fields plus all field from all the selected templates in some criteria.static Item[]
Util.getDocumentFields()
This method retrieves all document fieldsstatic Item[]
Util.getLanguages()
Gets the option items for languagesstatic Item[]
Util.getOperators
(int type) This method retrieves all operator fields for a specific criterion type.static Item[]
Util.getTemplates()
Gets the option items for templates selectionstatic Item[]
Util.getYesNo()
Gets the option items for yes/no flagsModifier and TypeMethodDescriptionSearchPanel.getLabelFromArray
(Item[] items, String value) Useful method used to get the Label string of a Item with the given Value inside the given Item list