Uses of Class
org.apache.syncope.core.logic.SyncopeLogic
Packages that use SyncopeLogic
Package
Description
-
Uses of SyncopeLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SyncopeLogicModifier and TypeMethodDescriptionIdRepoLogicContext.syncopeLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, AnySearchDAO anySearchDAO, GroupDataBinder groupDataBinder, RelationshipTypeDataBinder relationshipTypeDataBinder, ContentExporter exporter) -
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SyncopeLogicModifier and TypeMethodDescriptionIdRepoRESTCXFContext.syncopeService(Bus bus, SyncopeLogic syncopeLogic, AsyncTaskExecutor batchExecutor, BatchDAO batchDAO, EntityFactory entityFactory, ConfigurableApplicationContext ctx) -
Uses of SyncopeLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SyncopeLogicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SyncopeLogicModifierConstructorDescriptionSyncopeServiceImpl(SyncopeLogic logic, AsyncTaskExecutor batchExecutor, Bus bus, BatchDAO batchDAO, EntityFactory entityFactory, ConfigurableApplicationContext ctx)