Uses of Interface
overit.geocall.edm.model.DataEntity
Packages that use DataEntity
-
Uses of DataEntity in overit.geocall.edm.model
Classes in overit.geocall.edm.model that implement DataEntityModifier and TypeClassDescriptionclassA class representing an implementation of the DataEntity interface.Methods in overit.geocall.edm.model that return DataEntityModifier and TypeMethodDescriptionBuilds a DataEntity instance for the specified company and data entity model.DataEntityChangedEvent.dataEntity()Returns the value of thedataEntityrecord component.EntityIndexUpdateResult.dataEntity()Returns the value of thedataEntityrecord component.Methods in overit.geocall.edm.model with parameters of type DataEntityModifier and TypeMethodDescriptionIndexFactory.create(@NotNull String indexName, @NotNull DataEntity dataEntity, @NotNull IndexCreationParameters indexCreationParameters) Returns a newIndexinstance using the provided parameters.IndexFactory.createFromProperties(@NotNull DataEntity dataEntity) Constructors in overit.geocall.edm.model with parameters of type DataEntityModifierConstructorDescriptionDataEntityChangedEvent(DataEntity dataEntity) Creates an instance of aDataEntityChangedEventrecord class.EntityIndexUpdateResult(DataEntity dataEntity, String indexRealName, String detailMessage, Exception exception) Creates and return a newEntityIndexUpdateResultinstance using the provided parameters.EntityIndexUpdateResult(DataEntity dataEntity, String indexRealName, EntityIndexUpdateResult.Result result, String detailMessage) Creates and return a newEntityIndexUpdateResultinstance using the provided parameters.EntityIndexUpdateResult(DataEntity dataEntity, String indexRealName, EntityIndexUpdateResult.Result result, String detailMessage, Exception exception) Creates an instance of aEntityIndexUpdateResultrecord class. -
Uses of DataEntity in overit.geocall.edm.registry
Methods in overit.geocall.edm.registry that return DataEntityModifier and TypeMethodDescriptionEDMRegistry.getDataEntityByName(@NotNull String name, @NotNull Company company) Retrieves a DataEntity by name and company.Methods in overit.geocall.edm.registry that return types with arguments of type DataEntityModifier and TypeMethodDescriptionRetrieves aList<DataEntity> by entities and company.Retrieves allDataEntityinstances associated with the provided tables andCompany.