Modifier and Type | Method and Description |
---|---|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeNotificationInbox notifications)
Loads a project
|
static JIPipeProject |
JIPipe.loadProject(Path fileName,
JIPipeValidationReport report,
JIPipeNotificationInbox notifications)
Loads a project
|
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeWorkbench.getNotificationInbox()
Allows to send notifications on a workbench-level
|
JIPipeNotificationInbox |
JIPipeProgressInfo.getNotifications() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProgressInfo.setNotifications(JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraph.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications)
Loads this graph from JSON
|
void |
JIPipeGraphNode.fromJson(com.fasterxml.jackson.databind.JsonNode node,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications)
Loads this algorithm from JSON
Please do not override this method if absolutely necessary.
|
void |
JIPipeGraph.nodesFromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications) |
protected void |
JIPipeGraphNode.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications)
Override this method to add operations to be run after deserialization from JSON
|
protected void |
JIPipeAlgorithm.onDeserialized(com.fasterxml.jackson.databind.JsonNode node,
JIPipeValidationReport issues,
JIPipeNotificationInbox notifications) |
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeNotification.getInbox() |
JIPipeNotificationInbox |
JIPipeNotificationInbox.PushedEvent.getInbox() |
JIPipeNotificationInbox |
JIPipeNotificationInbox.DismissedEvent.getInbox() |
JIPipeNotificationInbox |
JIPipeNotificationInbox.UpdatedEvent.getInbox() |
static JIPipeNotificationInbox |
JIPipeNotificationInbox.getInstance() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeNotificationInbox.connectDismissTo(JIPipeNotificationInbox inbox)
Connects all dismisses in this notification inbox to another notification inbox
|
void |
JIPipeNotification.setInbox(JIPipeNotificationInbox inbox) |
Constructor and Description |
---|
DismissedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
JIPipeNotificationInbox(JIPipeNotificationInbox other) |
PushedEvent(JIPipeNotificationInbox inbox,
JIPipeNotification notification) |
UpdatedEvent(JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode,
JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeNotificationInbox notifications)
Loads the project from JSON
|
JIPipeProject |
JIPipeProjectTemplate.loadAsProject(JIPipeValidationReport issueReport,
JIPipeNotificationInbox inbox)
Loads the project
|
static JIPipeProject |
JIPipeProject.loadProject(Path fileName,
JIPipeValidationReportContext context,
JIPipeValidationReport report,
JIPipeNotificationInbox notifications)
Loads a project from a file
|
void |
JIPipeProject.validateUserDirectories(JIPipeNotificationInbox notifications)
Checks if the project metadata user directories are properly set up.
|
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeRunnableLogEntry.getNotifications() |
Constructor and Description |
---|
JIPipeRunnableLogEntry(String name,
LocalDateTime dateTime,
String log,
JIPipeNotificationInbox notifications,
boolean success) |
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeDummyWorkbench.getNotificationInbox() |
JIPipeNotificationInbox |
JIPipeDesktopProjectWorkbench.getNotificationInbox() |
Modifier and Type | Method and Description |
---|---|
JIPipeNotificationInbox |
JIPipeDesktopRunSingleAlgorithmWindow.getNotificationInbox() |
Constructor and Description |
---|
JIPipeDesktopGenericNotificationButton(JIPipeDesktopWorkbench workbench,
JIPipeNotificationInbox inbox) |
JIPipeDesktopGenericNotificationInboxUI(JIPipeDesktopWorkbench workbench,
JIPipeNotificationInbox inbox) |
Modifier and Type | Method and Description |
---|---|
static void |
UIUtils.openNotificationsDialog(JIPipeDesktopWorkbench workbench,
Component parent,
JIPipeNotificationInbox notifications,
String title,
String infoText,
boolean autoClose) |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.