Uses of Record Class
org.apache.syncope.core.logic.AbstractAnyLogic.BeforeResult
Packages that use AbstractAnyLogic.BeforeResult
-
Uses of AbstractAnyLogic.BeforeResult in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AbstractAnyLogic.BeforeResultModifier and TypeMethodDescriptionprotected AbstractAnyLogic.BeforeResult<C> AbstractAnyLogic.beforeCreate(C input) protected AbstractAnyLogic.BeforeResult<TO> AbstractAnyLogic.beforeDelete(TO input) protected AbstractAnyLogic.BeforeResult<U> AbstractAnyLogic.beforeUpdate(U input, String realmPath)