Class AbstractExpressionWithParameters
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractExpression
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractExpressionWithParameters
-
- All Implemented Interfaces:
IExpressionUpdates
,IIdHolder
,IRegistratorHolder
,java.io.Serializable
- Direct Known Subclasses:
GridCustomFilter
public abstract class AbstractExpressionWithParameters extends AbstractExpression
AbstractExpression
extension that stores expression parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractExpressionWithParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getParameters()
void
setupParameters(java.util.List<java.lang.String> allParameters)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractExpression
getDatabaseInstance, getDescription, getExpression, getId, getModificationDate, getName, isPublic, setDatabaseInstance, setDescription, setExpression, setId, setModificationDate, setName, setPublic
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
-