Package ru.cg.webbpm.studio.database.api
Interface EntityAccessorManager
- All Known Implementing Classes:
EntityAccessorManagerImpl
public interface EntityAccessorManager
-
Method Summary
Modifier and TypeMethodDescriptiongetEntities
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) getEntityAccessor
(PropertyValue property) getEntityColumns
(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue)
-
Method Details
-
getEntityAccessor
-
getEntities
List<QueryTable> getEntities(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue) -
getEntityColumns
List<EntityColumn> getEntityColumns(PageObject pageObject, PropertyContext propertyContext, PropertyValue propertyValue)
-