HEADER

Uses of Class
com.developmentontheedge.jobcontrol.FunctionJobControl

Packages that use FunctionJobControl
biouml.model.util 
com.developmentontheedge.application 
ru.biosoft.access 

Uses of FunctionJobControl in biouml.model.util
 

Methods in biouml.model.util with parameters of type FunctionJobControl
static voidModulePackager.exportModule(Module module, String moduleName, String moduleVersion, String moduleDescription, String filename, FunctionJobControl jobControl, Set excludedNames)
          Export the specified module into distributive file.
 

Uses of FunctionJobControl in com.developmentontheedge.application
 

Methods in com.developmentontheedge.application that return FunctionJobControl
static FunctionJobControlApplicationUtils.createFunctionJobControl(Category cat)
          
 

Methods in com.developmentontheedge.application with parameters of type FunctionJobControl
static voidApplicationUtils.copyFile(File dst, File src, FunctionJobControl jc)
          
 

Uses of FunctionJobControl in ru.biosoft.access
 

Methods in ru.biosoft.access that return FunctionJobControl
FunctionJobControlCreateDataCollectionController.getJobControl()
          Returns job control for process of collection creating.
FunctionJobControlCreateDataCollectionDefaultController.getJobControl()
          
 

Methods in ru.biosoft.access with parameters of type FunctionJobControl
static voidCollectionFactory.copyDataCollection(DataCollection source, DataCollection dest, FunctionJobControl jc)
          
voidCreateDataCollectionController.setJobControl(FunctionJobControl jc)
          Set job control for process of collection creating.
voidCreateDataCollectionDefaultController.setJobControl(FunctionJobControl jc)
          
 


FOOTER

BOTTOM