org.kuali.rice.kew.exception
Interface WorkflowServiceError

All Known Implementing Classes:
WorkflowServiceErrorImpl

public interface WorkflowServiceError


Method Summary
 void addChild(WorkflowServiceError busError)
           
 void addChildren(Collection children)
           
 String getArg1()
           
 String getArg2()
           
 Collection getChildren()
           
 Collection getFlatChildrenList()
           
 String getKey()
           
 String getMessage()
           
 MessageMap getMessageMap()
           
 

Method Detail

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

MessageMap getMessageMap()


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.