Uses of Class
org.apache.syncope.common.lib.types.ImplementationEngine
-
-
Uses of ImplementationEngine in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels with parameters of type ImplementationEngine Modifier and Type Method Description protected abstract voidImplementationEngineTogglePanel. onSubmit(ImplementationEngine engine, AjaxRequestTarget target) -
Uses of ImplementationEngine in org.apache.syncope.client.console.policies
Methods in org.apache.syncope.client.console.policies that return ImplementationEngine Modifier and Type Method Description ImplementationEnginePolicyRuleWrapper. getImplementationEngine()Methods in org.apache.syncope.client.console.policies with parameters of type ImplementationEngine Modifier and Type Method Description PolicyRuleWrapperPolicyRuleWrapper. setImplementationEngine(ImplementationEngine implementationEngine) -
Uses of ImplementationEngine in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return ImplementationEngine Modifier and Type Method Description ImplementationEngineImplementationTO. getEngine()Methods in org.apache.syncope.common.lib.to with parameters of type ImplementationEngine Modifier and Type Method Description voidImplementationTO. setEngine(ImplementationEngine engine) -
Uses of ImplementationEngine in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ImplementationEngine Modifier and Type Method Description static ImplementationEngineImplementationEngine. valueOf(String name)Returns the enum constant of this type with the specified name.static ImplementationEngine[]ImplementationEngine. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImplementationEngine in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return ImplementationEngine Modifier and Type Method Description ImplementationEngineImplementation. getEngine()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type ImplementationEngine Modifier and Type Method Description voidImplementation. setEngine(ImplementationEngine engine) -
Uses of ImplementationEngine in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return ImplementationEngine Modifier and Type Method Description ImplementationEngineJPAImplementation. getEngine()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type ImplementationEngine Modifier and Type Method Description voidJPAImplementation. setEngine(ImplementationEngine engine)
-