Class OpenBisModel
java.lang.Object
ch.ethz.sis.openbis.generic.excel.v3.model.OpenBisModel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final record -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOpenBisModel(Map<VocabularyPermId, Vocabulary> vocabularyTypes, Map<EntityTypePermId, IEntityType> entityTypes, Map<SpacePermId, Space> spaces, Map<ProjectIdentifier, Project> projects, Map<ObjectIdentifier, AbstractEntityPropertyHolder> entities, Map<PluginPermId, Plugin> plugins, Map<String, List<Path>> miscellaneous, Map<String, String> externalToOpenBisIdentifiers, Map<ObjectIdentifier, List<IFileInfo>> files, Map<ObjectIdentifier, List<IFileInfo>> imageFiles) -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()static StringmakeOpenBisCodeCompliant(String candiate)
-
Field Details
-
CODE_SPECIAL_CHARACTER_REPLACEMENT
- See Also:
-
-
Constructor Details
-
OpenBisModel
public OpenBisModel(Map<VocabularyPermId, Vocabulary> vocabularyTypes, Map<EntityTypePermId, IEntityType> entityTypes, Map<SpacePermId, Space> spaces, Map<ProjectIdentifier, Project> projects, Map<ObjectIdentifier, AbstractEntityPropertyHolder> entities, Map<PluginPermId, Plugin> plugins, Map<String, List<Path>> miscellaneous, Map<String, String> externalToOpenBisIdentifiers, Map<ObjectIdentifier, List<IFileInfo>> files, Map<ObjectIdentifier, List<IFileInfo>> imageFiles)
-
-
Method Details
-
getVocabularyTypes
-
getEntityTypes
-
getSpaces
-
getProjects
-
getEntities
-
getPlugins
-
getSampleTypes
-
getSamplesByType
-
getExternalToOpenBisIdentifiers
-
getFiles
-
makeOpenBisCodeCompliant
-
getImageFiles
-