Package ru.cg.webbpm.studio.database.api
Interface EntityAccessor
- All Known Implementing Classes:
AbstractEntityAccessor
,DaoLocalFieldEntityAccessor
,PageDaoProviderEntityAccessor
public interface EntityAccessor
Provides access to entity structure into editors. Editing field must be annotated with
GraphSource
or with LocalGraphSource
.- Author:
- Tim Urmancheev
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(FieldMetadata fieldMetadata) getEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) default double
weight()
-
Method Details
-
accept
-
weight
default double weight() -
getEntities
List<QueryTable> getEntities(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
getEntityColumns
List<EntityColumn> getEntityColumns(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue)
-