Package io.jmix.restds.impl.security
Class RestEntityAttributesEraser
java.lang.Object
io.jmix.core.datastore.security.BaseEntityAttributesEraser
io.jmix.restds.impl.security.RestEntityAttributesEraser
- All Implemented Interfaces:
- EntityAttributesEraser
@Component("restds_RestEntityAttributesEraser")
public class RestEntityAttributesEraser
extends BaseEntityAttributesEraser
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.core.datastore.security.BaseEntityAttributesEraserBaseEntityAttributesEraser.VisitorNested classes/interfaces inherited from interface io.jmix.core.datastore.security.EntityAttributesEraserEntityAttributesEraser.ReferencesCollector
- 
Field SummaryFields inherited from class io.jmix.core.datastore.security.BaseEntityAttributesEraserdataManager, entityStates, metadata, metadataTools
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectgetEntityReference(MetaClass entityMetaClass, Object id) protected booleanisPropertyToCheck(MetaProperty metaProperty) Methods inherited from class io.jmix.core.datastore.security.BaseEntityAttributesErasercollectErasingReferences, eraseReferences, restoreAttributes, restoreCollectionAttribute, restoreSingleAttribute, traverseEntities
- 
Constructor Details- 
RestEntityAttributesEraserpublic RestEntityAttributesEraser()
 
- 
- 
Method Details- 
getEntityReference- Specified by:
- getEntityReferencein class- BaseEntityAttributesEraser
 
- 
isPropertyToCheck- Specified by:
- isPropertyToCheckin class- BaseEntityAttributesEraser
 
 
-