Uses of Interface
org.apache.syncope.core.logic.api.LogicActions
-
Packages that use LogicActions Package Description org.apache.syncope.core.logic -
-
Uses of LogicActions in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic with type parameters of type LogicActions Modifier and Type Field Description protected Map<String,LogicActions>
AbstractAnyLogic. perContextActions
Methods in org.apache.syncope.core.logic that return types with arguments of type LogicActions Modifier and Type Method Description protected 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)
-