Uses of Class
ru.curs.celesta.score.GrainElement
-
Packages that use GrainElement Package Description ru.curs.celesta Package of Celesta central class.ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.score Package containing metadata of table structure. -
-
Uses of GrainElement in ru.curs.celesta
Constructors in ru.curs.celesta with parameters of type GrainElement Constructor Description PermissionDeniedException(CallContext context, GrainElement table, Action action) -
Uses of GrainElement in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return GrainElement Modifier and Type Method Description abstract GrainElementCsqlBasicDataAccessor. meta()Metadata object (table, view or sequence) on the basis of which current data object was created.Methods in ru.curs.celesta.dbutils with parameters of type GrainElement Modifier and Type Method Description booleanIPermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)Whether the action is allowed.booleanPermissionManager. isActionAllowed(CallContext c, GrainElement t, Action a)Returnstrueif action is allowed on a grain element. -
Uses of GrainElement in ru.curs.celesta.score
Subclasses of GrainElement in ru.curs.celesta.score Modifier and Type Class Description classAbstractViewBase class for all view data elements.classBasicTableSuper class forTableandReadOnlyTablethat encompasses common logic for both table types.classDataGrainElementParent class for grain elements containing data.classIndexTable index.classMaterializedViewMaterialized view data element.classParameterizedViewParameterized View object in metadata.classReadOnlyTableRead Only Table object in metadata.classSequenceElementSequence object in metadata.classTableTable object in metadata.classViewView object in metadata.Methods in ru.curs.celesta.score with type parameters of type GrainElement Modifier and Type Method Description <T extends GrainElement>
TGrain. getElement(String name, Class<T> classOfElement)Returns an element by its name and class or throws an exception with the message that element is not found.<T extends GrainElement>
Map<String,T>Grain. getElements(Class<T> classOfElement)Returns a set of elements of specified type defined in the grain.Methods in ru.curs.celesta.score with parameters of type GrainElement Modifier and Type Method Description voidExpr. resolveFieldRefs(GrainElement ge)Resolves references to the fields of tables using the context of current object of the score.
-