Uses of Class
org.apache.syncope.core.logic.AbstractExecutableLogic
-
Packages that use AbstractExecutableLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf.service -
-
Uses of AbstractExecutableLogic in org.apache.syncope.core.logic
Subclasses of AbstractExecutableLogic in org.apache.syncope.core.logic Modifier and Type Class Description classReportLogicclassTaskLogic -
Uses of AbstractExecutableLogic in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AbstractExecutableLogic Modifier and Type Method Description protected abstract AbstractExecutableLogic<?>AbstractExecutableService. getExecutableLogic()protected AbstractExecutableLogic<?>ReportServiceImpl. getExecutableLogic()protected AbstractExecutableLogic<?>TaskServiceImpl. getExecutableLogic()
-