Uses of Interface
cz.fidentis.analyst.project.Project
Packages that use Project
Package
Description
FIDENTIS project.
The management of FIDENTIS projects and analytical tasks.
-
Uses of Project in cz.fidentis.analyst.gui.project
Methods in cz.fidentis.analyst.gui.project that return ProjectModifier and TypeMethodDescriptionProjectPanel.openProject
(Project newProject) Opens an existing project from databaseMethods in cz.fidentis.analyst.gui.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectPanel.openProject
(Project newProject) Opens an existing project from databaseConstructors in cz.fidentis.analyst.gui.project with parameters of type ProjectModifierConstructorDescriptionAddFacesWorker
(ProgressDialog<Void, Void> progressDialog, Project openedProject, FaceService faceService, File[] files) Constructor.RecoverTasksWorker
(TaskService taskService, Project project, ProgressDialog<Boolean, Integer> progressDialog, BiConsumer<Camera, Task> consumer) Constructor. -
Uses of Project in cz.fidentis.analyst.project
Methods in cz.fidentis.analyst.project that return ProjectModifier and TypeMethodDescriptionProjectService.createNewProject
(String name) Creates a new projectProjectService.getOpenedProject()
Return opened projectProjectService.getProjectById
(long projectId) Returns project by its IDMethods in cz.fidentis.analyst.project that return types with arguments of type ProjectMethods in cz.fidentis.analyst.project with parameters of type ProjectModifier and TypeMethodDescriptionvoid
ProjectService.deleteProject
(Project project) Deletes projectvoid
ProjectService.openProject
(Project project) Open project -
Uses of Project in cz.fidentis.analyst.project.impl
Classes in cz.fidentis.analyst.project.impl that implement ProjectMethods in cz.fidentis.analyst.project.impl that return ProjectModifier and TypeMethodDescriptionProjectServiceImpl.createNewProject
(String name) ProjectServiceImpl.getOpenedProject()
ProjectServiceImpl.getProjectById
(long projectId) Methods in cz.fidentis.analyst.project.impl that return types with arguments of type ProjectMethods in cz.fidentis.analyst.project.impl with parameters of type ProjectModifier and TypeMethodDescriptionvoid
ProjectServiceImpl.deleteProject
(Project project) void
ProjectServiceImpl.openProject
(Project project)