Interface WorkflowServiceError

All Known Implementing Classes:
WorkflowServiceErrorImpl

public interface WorkflowServiceError
  • Method Details

    • getChildren

      Collection getChildren()
    • getFlatChildrenList

      Collection getFlatChildrenList()
    • getMessage

      String getMessage()
    • getKey

      String getKey()
    • getArg1

      String getArg1()
    • getArg2

      String getArg2()
    • addChild

      void addChild(WorkflowServiceError busError)
    • addChildren

      void addChildren(Collection children)
    • getMessageMap

      org.kuali.rice.krad.util.MessageMap getMessageMap()