Class SemanticAnnotationHelper
java.lang.Object
ch.ethz.sis.openbis.generic.excel.v3.from.helper.AbstractImportHelper
ch.ethz.sis.openbis.generic.excel.v3.from.helper.BasicImportHelper
ch.ethz.sis.openbis.generic.excel.v3.from.helper.SemanticAnnotationHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidimportBlock(List<List<String>> page, int pageIndex, int start, int end) voidimportBlockForEntityType(List<List<String>> page, int pageIndex, int start, int end, ImportTypes importTypes) voidimportBlockForEntityTypeProperty(List<List<String>> page, int pageIndex, int start, int end, ImportTypes importTypes) voidimportBlockForPropertyType(List<List<String>> page, int pageIndex, int start, int end) protected booleanprotected voidprotected voidvalidateHeader(Map<String, Integer> headers) Methods inherited from class ch.ethz.sis.openbis.generic.excel.v3.from.helper.BasicImportHelper
isNewVersion, isNewVersionWithInternalNamespace, updateVersionMethods inherited from class ch.ethz.sis.openbis.generic.excel.v3.from.helper.AbstractImportHelper
checkKeyExistence, getValueByColumnName, getValueByColumnName, parseHeader, validateLine
-
Constructor Details
-
SemanticAnnotationHelper
public SemanticAnnotationHelper()
-
-
Method Details
-
isObjectExist
- Specified by:
isObjectExistin classBasicImportHelper
-
createObject
- Specified by:
createObjectin classBasicImportHelper
-
updateObject
- Specified by:
updateObjectin classBasicImportHelper
-
validateHeader
- Specified by:
validateHeaderin classAbstractImportHelper
-
importBlockForEntityType
public void importBlockForEntityType(List<List<String>> page, int pageIndex, int start, int end, ImportTypes importTypes) -
importBlockForEntityTypeProperty
public void importBlockForEntityTypeProperty(List<List<String>> page, int pageIndex, int start, int end, ImportTypes importTypes) -
importBlockForPropertyType
-
importBlock
- Overrides:
importBlockin classBasicImportHelper
-
getResult
-