Uses of Interface
org.kuali.rice.kew.exception.WorkflowServiceError
Packages that use WorkflowServiceError
-
Uses of WorkflowServiceError in org.kuali.rice.kew.docsearch.service.impl
Methods in org.kuali.rice.kew.docsearch.service.impl that return types with arguments of type WorkflowServiceErrorModifier and TypeMethodDescriptionprotected List<WorkflowServiceError> DocumentSearchServiceImpl.validateWorkflowDocumentSearchCriteria(DocumentSearchCriteria.Builder criteria) -
Uses of WorkflowServiceError in org.kuali.rice.kew.exception
Classes in org.kuali.rice.kew.exception that implement WorkflowServiceErrorMethods in org.kuali.rice.kew.exception with parameters of type WorkflowServiceErrorModifier and TypeMethodDescriptionvoidWorkflowServiceError.addChild(WorkflowServiceError busError) voidWorkflowServiceErrorImpl.addChild(WorkflowServiceError busError) Constructors in org.kuali.rice.kew.exception with parameters of type WorkflowServiceErrorModifierConstructorDescriptionWorkflowServiceErrorException(String msg, Throwable t, WorkflowServiceError error) WorkflowServiceErrorException(String msg, WorkflowServiceError error)