public interface ICcRuleMessages
ICcRuleMessages is the interface for the set of business rule messages posted during
the processing of a request.| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getMessages()
getMessages returns a List of ICcRuleMessage objects posted while processing
the request. |
java.lang.String |
getVersion()
getVersion returns a the version number of the decision service that posted the messages. |
java.lang.String |
toString()
Invokes
toString(0) |
java.lang.String |
toString(int aiTabs)
toString returns formatted text containing the state of all the messages contained. |
java.lang.String getVersion()
getVersion returns a the version number of the decision service that posted the messages.java.util.List getMessages()
getMessages returns a List of ICcRuleMessage objects posted while processing
the request.ICcRuleMessagejava.lang.String toString()
toString(0)toString in class java.lang.Objectjava.lang.String toString(int aiTabs)
toString returns formatted text containing the state of all the messages contained.aiTabs - - The number of tabs to prepend to each line of the output.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.