Uses of Class
org.apache.syncope.core.logic.CommandLogic
-
Packages that use CommandLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of CommandLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return CommandLogic Modifier and Type Method Description CommandLogic
IdRepoLogicContext. commandLogic(ImplementationDAO implementationDAO, javax.validation.Validator validator)
-
Uses of CommandLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type CommandLogic Modifier and Type Method Description CommandService
IdRepoRESTCXFContext. commandService(CommandLogic commandLogic)
-
Uses of CommandLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as CommandLogic Modifier and Type Field Description protected CommandLogic
CommandServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type CommandLogic Constructor Description CommandServiceImpl(CommandLogic logic)
-