Class DataSetRegistrationServiceV2<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation>
java.lang.Object
ch.systemsx.cisd.etlserver.registrator.v2.DataSetRegistrationService<T>
ch.systemsx.cisd.etlserver.registrator.api.v2.JythonTopLevelDataSetHandlerV2.JythonDataSetRegistrationService<T>
ch.systemsx.cisd.etlserver.registrator.api.v2.JythonDataSetRegistrationServiceV2<T>
ch.systemsx.cisd.etlserver.registrator.api.v2.DataSetRegistrationServiceV2<T>
- All Implemented Interfaces:
ch.systemsx.cisd.etlserver.registrator.v2.DataSetStorageAlgorithmRunner.IPrePostRegistrationHook<T>
public class DataSetRegistrationServiceV2<T extends ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation>
extends JythonDataSetRegistrationServiceV2<T>
-
Field Summary
Fields inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.JythonDataSetRegistrationServiceV2
MAIL_CONTACT_ADDRESSES_KEYFields inherited from class ch.systemsx.cisd.etlserver.registrator.v2.DataSetRegistrationService
dssRegistrationLog, encounteredErrors, transaction, userSessionToken -
Constructor Summary
ConstructorsConstructorDescriptionDataSetRegistrationServiceV2(ch.systemsx.cisd.etlserver.registrator.v2.AbstractProgrammableTopLevelDataSetHandler<T> registrator, ch.systemsx.cisd.etlserver.registrator.DataSetFile incomingDataSetFile, ch.systemsx.cisd.openbis.dss.generic.shared.dto.DataSetInformation userProvidedDataSetInformationOrNull, ch.systemsx.cisd.common.action.IDelegatedActionWithResult<Boolean> globalCleanAfterwardsAction, ch.systemsx.cisd.etlserver.ITopLevelDataSetRegistratorDelegate delegate) -
Method Summary
Methods inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.JythonDataSetRegistrationServiceV2
commit, getTransaction, logDssRegistrationResult, rollbackAndForgetTransactionMethods inherited from class ch.systemsx.cisd.etlserver.registrator.api.v2.JythonTopLevelDataSetHandlerV2.JythonDataSetRegistrationService
cleanAfterRegistrationIfNecessary, getInterpreterMethods inherited from class ch.systemsx.cisd.etlserver.registrator.v2.DataSetRegistrationService
abort, createStorageAlgorithm, createStorageAlgorithmWithIdentifiedStrategy, createStorageAlgorithmWithStrategy, createTransaction, didEncounterSecondaryTransactionErrors, didErrorsArise, didRollbackTransaction, executeGlobalCleanAfterwardsAction, executePostCommit, executePostRegistration, executePreRegistration, getDataSetRegistrationDetailsFactory, getDssRegistrationLog, getEncounteredErrors, getEntityRegistrationService, getIncomingDataSetFile, getRegistrator, getRegistratorContext, moveIncomingToError, registerNonFatalError, setUserSessionToken, shouldUsePrestaging, transaction, transaction
-
Constructor Details