Interface IDataSetType
- All Superinterfaces:
IAbstractType,IDataSetTypeImmutable,IEntityType,IEntityTypeMutable
- All Known Implementing Classes:
DataSetType
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeletionDisallowed(boolean deletionDisallowed) Sets totrueif deletion of data sets of this type should be disallowed.voidsetDescription(String description) Set the description for this data set type.voidsetMainDataSetPath(String mainDataSetPath) Set the main data set path for this data set type.voidsetMainDataSetPattern(String mainDataSetPattern) Set the main data set pattern for this data set type.Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCodeMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IDataSetTypeImmutable
getDescription, getMainDataSetPath, getMainDataSetPattern, isDeletionDisallowedMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityType
getEntityKind, getValidationScriptMethods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IEntityTypeMutable
setValidationScript
-
Method Details
-
setDescription
Set the description for this data set type. -
setMainDataSetPattern
Set the main data set pattern for this data set type. -
setMainDataSetPath
Set the main data set path for this data set type. -
setDeletionDisallowed
void setDeletionDisallowed(boolean deletionDisallowed) Sets totrueif deletion of data sets of this type should be disallowed.
-