Uses of Interface
org.apache.syncope.core.logic.api.LogicActions
-
Uses of LogicActions in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final Map
<String, LogicActions> AbstractAnyLogic.perContextActions
Modifier and TypeMethodDescriptionprotected Pair
<C, List<LogicActions>> AbstractAnyLogic.beforeCreate
(C input) protected Pair
<TO, List<LogicActions>> AbstractAnyLogic.beforeDelete
(TO input) protected Pair
<U, List<LogicActions>> AbstractAnyLogic.beforeUpdate
(U input, String realmPath) protected List
<LogicActions> AbstractAnyLogic.getActions
(Realm realm)