Uses of Interface
org.apache.syncope.core.logic.api.LogicActions
Packages that use LogicActions
-
Uses of LogicActions in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic with type parameters of type LogicActionsModifier and TypeFieldDescriptionprotected final Map
<String, LogicActions> AbstractAnyLogic.perContextActions
Methods in org.apache.syncope.core.logic that return types with arguments of type LogicActionsModifier 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)