Modifier and Type | Method and Description |
---|---|
void |
JIPipeDefaultJavaPlugin.registerMetadataObjectType(Class<? extends JIPipeMetadataObject> objectClass,
String id,
String... alternativeIds)
Registers a new metadata object type, which are JSON-serializable objects with a defined type identifier string
|
Modifier and Type | Class and Description |
---|---|
class |
JIPipeStandardMetadata
JSON-serializable project metadata
|
Modifier and Type | Method and Description |
---|---|
<T extends JIPipeMetadataObject> |
JIPipeGraph.getAdditionalMetadata(Class<T> klass,
String key)
Returns additional metadata or null if it does not exist
|
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeMetadataObject> |
JIPipeGraph.getAdditionalMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraph.attachAdditionalMetadata(String key,
JIPipeMetadataObject object)
Attaches additional metadata (persistent)
|
Modifier and Type | Method and Description |
---|---|
void |
JIPipeGraph.setAdditionalMetadata(Map<String,JIPipeMetadataObject> additionalMetadata) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeProjectInfoParameters
Additional metadata that provides parameter references for
JIPipeDesktopProjectOverviewUI |
class |
JIPipeProjectMetadata
Metadata for a
JIPipeProject |
Modifier and Type | Method and Description |
---|---|
Map<String,JIPipeMetadataObject> |
JIPipeProject.getAdditionalMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
JIPipeProject.setAdditionalMetadata(Map<String,JIPipeMetadataObject> additionalMetadata) |
Modifier and Type | Method and Description |
---|---|
Class<? extends JIPipeMetadataObject> |
JIPipeMetadataRegistry.findById(String id) |
Modifier and Type | Method and Description |
---|---|
String |
JIPipeMetadataRegistry.getId(Class<? extends JIPipeMetadataObject> klass) |
void |
JIPipeMetadataRegistry.register(Class<? extends JIPipeMetadataObject> objectClass,
String id,
String... alternativeIds) |
void |
JIPipeMetadataRegistry.registerAlternativeIds(Class<? extends JIPipeMetadataObject> objectClass,
String... alternativeIds) |
Modifier and Type | Class and Description |
---|---|
class |
JIPipeDesktopJIPipeProjectTabMetadata
Metadata that allows the restoration of tabs
|
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.