Interface IProject
-
- All Superinterfaces:
ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutable
public interface IProject extends ch.systemsx.cisd.openbis.dss.generic.shared.api.internal.v2.IProjectImmutableInterface to specify an experiment to be modified or created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttachment(java.lang.String filePath, java.lang.String title, java.lang.String description, byte[] content)Add a new attachment to this sample.voidsetDescription(java.lang.String description)Set the project description.
-
-
-
Method Detail
-
setDescription
void setDescription(java.lang.String description)
Set the project description.
-
addAttachment
void addAttachment(java.lang.String filePath, java.lang.String title, java.lang.String description, byte[] content)Add a new attachment to this sample.- Parameters:
filePath- The path of the attachment as reported to the database.title- The title of the attachment.description- A description of the attachment.content- The actual content of the attachment.
-
-