Uses of Class
com.netgrif.application.engine.importer.model.Logic
-
Packages that use Logic Package Description com.netgrif.application.engine.importer.model com.netgrif.application.engine.importer.service -
-
Uses of Logic in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Logic Modifier and Type Field Description protected LogicDataRef. logicprotected LogicPermissionRef. logicMethods in com.netgrif.application.engine.importer.model that return Logic Modifier and Type Method Description LogicObjectFactory. createLogic()Create an instance ofLogicLogicDataRef. getLogic()Gets the value of the logic property.LogicPermissionRef. getLogic()Gets the value of the logic property.Methods in com.netgrif.application.engine.importer.model with parameters of type Logic Modifier and Type Method Description voidDataRef. setLogic(Logic value)Sets the value of the logic property.voidPermissionRef. setLogic(Logic value)Sets the value of the logic property. -
Uses of Logic in com.netgrif.application.engine.importer.service
Methods in com.netgrif.application.engine.importer.service with parameters of type Logic Modifier and Type Method Description voidILogicValidator. checkConflictingAttributes(Logic logic, java.lang.Object attr1, java.lang.Object attr2, java.lang.String attr1Name, java.lang.String attr2Name)Self-beating attributes are two attributes, that should not be present inside their parent at the same time.voidLogicValidator. checkConflictingAttributes(Logic logic, java.lang.Object attr1, java.lang.Object attr2, java.lang.String attr1Name, java.lang.String attr2Name)voidILogicValidator. checkDeprecatedAttributes(Logic logic)voidLogicValidator. checkDeprecatedAttributes(Logic logic)
-