Class AsyncBatchRegistrationResult
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.BatchRegistrationResult
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AsyncBatchRegistrationResult
-
- All Implemented Interfaces:
java.io.Serializable
public class AsyncBatchRegistrationResult extends BatchRegistrationResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncBatchRegistrationResult(java.lang.String fileName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<BatchRegistrationResult>
singletonList(java.lang.String fileName)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.BatchRegistrationResult
getFileName, getMessage, setFileName, setMessage
-
-
-
-
Method Detail
-
singletonList
public static final java.util.List<BatchRegistrationResult> singletonList(java.lang.String fileName)
-
-