Interface IEntityWithDeletionInformation
-
- All Superinterfaces:
ICodeHolder
,IDeletionProvider
,IEntityInformationHolder
,IEntityInformationHolderWithIdentifier
,IEntityInformationHolderWithPermId
,IIdAndCodeHolder
,IIdentifierHolder
,IIdHolder
,IPermIdHolder
,java.io.Serializable
- All Known Implementing Classes:
AbstractExternalData
,ContainerDataSet
,Experiment
,LinkDataSet
,PhysicalDataSet
,PlaceholderDataSet
,Sample
public interface IEntityWithDeletionInformation extends IDeletionProvider, IEntityInformationHolderWithIdentifier
-
-
Method Summary
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IDeletionProvider
getDeletion
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IEntityInformationHolder
getEntityKind, getEntityType
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IIdentifierHolder
getIdentifier
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IPermIdHolder
getPermId
-
-