Uses of Class
org.kuali.rice.edl.impl.EDLController
-
Packages that use EDLController Package Description org.kuali.rice.edl.impl org.kuali.rice.edl.impl.service org.kuali.rice.edl.impl.service.impl -
-
Uses of EDLController in org.kuali.rice.edl.impl
Methods in org.kuali.rice.edl.impl that return EDLController Modifier and Type Method Description static EDLControllerEDLControllerFactory. createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig)static EDLControllerEDLControllerFactory. createEDLController(EDocLiteAssociation edlAssociation, EDLGlobalConfig edlGlobalConfig, org.kuali.rice.kew.routeheader.DocumentRouteHeaderValue document)Methods in org.kuali.rice.edl.impl with parameters of type EDLController Modifier and Type Method Description voidEDLControllerChain. addEdlController(EDLController edlController)static EDLContextEDLControllerFactory. getPreEDLContext(EDLController edlController) -
Uses of EDLController in org.kuali.rice.edl.impl.service
Methods in org.kuali.rice.edl.impl.service that return EDLController Modifier and Type Method Description EDLControllerEDocLiteService. getEDLControllerUsingDocumentId(java.lang.String documentId)EDLControllerEDocLiteService. getEDLControllerUsingEdlName(java.lang.String edlName) -
Uses of EDLController in org.kuali.rice.edl.impl.service.impl
Methods in org.kuali.rice.edl.impl.service.impl that return EDLController Modifier and Type Method Description EDLControllerEDocLiteServiceImpl. getEDLControllerUsingDocumentId(java.lang.String documentId)EDLControllerEDocLiteServiceImpl. getEDLControllerUsingEdlName(java.lang.String edlName)
-