Package com.logicaldoc.impex.application
Class Util
- java.lang.Object
-
- com.logicaldoc.impex.application.Util
-
-
Field Summary
-
Fields inherited from interface com.logicaldoc.impex.application.Constants
OPERATOR_CONTAINS, OPERATOR_EQUAL, OPERATOR_GREATER, OPERATOR_IN, OPERATOR_INORSUBFOLDERS, OPERATOR_LESSER, OPERATOR_NOTCONTAINS, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTINORSUBFOLDERS, TYPE_LANGUAGE, TYPE_SIGNED, TYPE_TEMPLATE
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Item[]
getAndOr()
Gets the option items for and/or flagsstatic Item[]
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[]
getDocumentFields()
This method retrieves all document fieldsstatic Item[]
getLanguages()
Gets the option items for languagesstatic Item[]
getOperators(int type)
This method retrieves all operator fields for a specific criterion type.static Item[]
getTemplates()
Gets the option items for templates selectionstatic Item[]
getYesNo()
Gets the option items for yes/no flagsstatic void
openFile(File file)
Opens and visualizes the selected file inside an archive.
-
-
-
Method Detail
-
openFile
public static void openFile(File file)
Opens and visualizes the selected file inside an archive.- Parameters:
file
- The file to open
-
getAndOr
public static Item[] getAndOr()
Gets the option items for and/or flags- Returns:
- the option items
-
getAvailableFields
public static Item[] getAvailableFields(String selectedTemplate)
This method, evaluating all the criteria, retrieves all document fields plus all field from all the selected templates in some criteria.- Parameters:
selectedTemplate
- the template to use.- Returns:
- the option items
-
getDocumentFields
public static Item[] getDocumentFields()
This method retrieves all document fields- Returns:
- the option items
-
getOperators
public static Item[] getOperators(int type)
This method retrieves all operator fields for a specific criterion type.- Parameters:
type
- The criterion type- Returns:
- the option items
-
getLanguages
public static Item[] getLanguages()
Gets the option items for languages- Returns:
- the option items
-
getTemplates
public static Item[] getTemplates()
Gets the option items for templates selection- Returns:
- the option items
-
getYesNo
public static Item[] getYesNo()
Gets the option items for yes/no flags- Returns:
- the option items
-
-