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.perContextActionsMethods in org.apache.syncope.core.logic that return types with arguments of type LogicActionsModifier and TypeMethodDescriptionAbstractAnyLogic.BeforeResult.actions()Returns the value of theactionsrecord component.protected List<LogicActions> AbstractAnyLogic.getActions(Realm realm) Constructor parameters in org.apache.syncope.core.logic with type arguments of type LogicActionsModifierConstructorDescriptionprotectedBeforeResult(T key, List<LogicActions> actions) Creates an instance of aBeforeResultrecord class.