Package com.saperion.util
Class HistoryToXML
java.lang.Object
com.saperion.util.HistoryToXML
Helper class for XML translation.
- Author:
- rbo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhistoryToXML
(HistoryInfo[] history, String language) historyToXML2
(HistoryInfo[] history, CommentInfo[] comments, String language, boolean isAscending)
-
Constructor Details
-
HistoryToXML
Constructor.- Parameters:
connector
- CC
-
-
Method Details
-
historyToXML
- Parameters:
history
- History arraylanguage
- Lanuage- Returns:
- XML string
- Throws:
SaWorkflowException
- Workflow exception
-
historyToXML2
public String historyToXML2(HistoryInfo[] history, CommentInfo[] comments, String language, boolean isAscending) throws SaWorkflowException - Parameters:
history
- History arraycomments
- Comments arraylanguage
- LanguageisAscending
- Is ascending- Returns:
- XML
- Throws:
SaWorkflowException
- Workflow exception
-