Uses of Class
com.logicaldoc.impex.application.Item
-
Packages that use Item Package Description com.logicaldoc.impex.application -
-
Uses of Item in com.logicaldoc.impex.application
Methods in com.logicaldoc.impex.application that return Item Modifier and Type Method Description static 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 flagsMethods in com.logicaldoc.impex.application with parameters of type Item Modifier and Type Method Description StringSearchPanel. 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
-