Package org.kuali.rice.kew.exception
Interface WorkflowServiceError
- All Known Implementing Classes:
WorkflowServiceErrorImpl
public interface WorkflowServiceError
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(WorkflowServiceError busError) voidaddChildren(Collection children) getArg1()getArg2()getKey()org.kuali.rice.krad.util.MessageMap
-
Method Details
-
getChildren
Collection getChildren() -
getFlatChildrenList
Collection getFlatChildrenList() -
getMessage
String getMessage() -
getKey
String getKey() -
getArg1
String getArg1() -
getArg2
String getArg2() -
addChild
-
addChildren
-
getMessageMap
org.kuali.rice.krad.util.MessageMap getMessageMap()
-