Uses of Class
org.equanda.export.ExportException

Packages that use ExportException
org.equanda.export   
 

Uses of ExportException in org.equanda.export
 

Subclasses of ExportException in org.equanda.export
 class ExportSuppressLineException
          Exception class indicating various problems in export
 

Methods in org.equanda.export that throw ExportException
 void Export.export(Collection col, IniFile ini)
           
 void Export.export(Collection col, IniFile ini, Map tableMap)
           
 void Export.export(Object refForName, Collection col, IniFile ini)
           
 void Export.export(Object refForName, Collection col, IniFile ini, Map tableMap)
           
 boolean Export.export(Object refForName, Collection col, IniFile ini, Map tableMap, boolean writeDirective, Map<String,String> fileMoveMap)
           
 void Export.export(Object refForName, Object objectToExport, IniFile ini)
           
 boolean Export.export(Object refForName, Object objectToExport, IniFile ini, Map tableMap, boolean writeDirective, Map<String,String> fileMoveMap)
           
 void Export.exportField(ExportField field, String tableName, Map tableMap, boolean addDirective, javolution.lang.TextBuilder tbDirective, javolution.lang.TextBuilder tbLine)
           
 Object ExportEvaluatorWithCurrent.getContext(String expression)
          Evaluate an expression, in the current context, for example for the fields
 Object ExportFieldEvaluator.getParentContext(String expression)
          evaluate expression using reflection
 Object ExportEvaluator.getParentContext(String expression)
          Evaluate an expression, in the parent context, for example for the filename
 boolean ExportField.setField(String description)
          Set the field which needs to be represented, returns true when there was something (description not null or empty) An exception is thrown when the field cannot be evaluated, does not exist or similar.
 



Copyright © 2007-2009. All Rights Reserved.