Uses of Class
ru.curs.celesta.score.AbstractScore
-
Packages that use AbstractScore Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.h2 H2 specific classes for Celesta triggers.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of AbstractScore in ru.curs.celesta
Methods in ru.curs.celesta that return AbstractScore Modifier and Type Method Description AbstractScore
ICallContext. getScore()
Returns Celesta score. -
Uses of AbstractScore in ru.curs.celesta.dbutils
Constructors in ru.curs.celesta.dbutils with parameters of type AbstractScore Constructor Description DbUpdater(ConnectionPool connectionPool, AbstractScore score, boolean forceDdInitialize, DBAdaptor dbAdaptor)
-
Uses of AbstractScore in ru.curs.celesta.dbutils.h2
Methods in ru.curs.celesta.dbutils.h2 with parameters of type AbstractScore Modifier and Type Method Description static void
AbstractMaterializedViewTrigger. initScore(AbstractScore score)
Sets up the score with which the current H2 instance should work. -
Uses of AbstractScore in ru.curs.celesta.score
Classes in ru.curs.celesta.score with type parameters of type AbstractScore Modifier and Type Class Description static class
AbstractScore.ScoreBuilder<T extends AbstractScore>
Score builder for subclasses ofAbstractScore
.Subclasses of AbstractScore in ru.curs.celesta.score Modifier and Type Class Description class
Score
Methods in ru.curs.celesta.score that return AbstractScore Modifier and Type Method Description AbstractScore
Grain. getScore()
Returns model that the grain belongs to.Methods in ru.curs.celesta.score with parameters of type AbstractScore Modifier and Type Method Description GrainPart
CelestaParser. extractGrainInfo(AbstractScore s, Resource r)
void
GrainSaver. save(AbstractScore score, Resource scorePath)
Saves metadata content of score back to SQL-files rewriting their content.Constructors in ru.curs.celesta.score with parameters of type AbstractScore Constructor Description Grain(AbstractScore score, String name)
-