当前页面:
在线文档首页 >
JBoss RULES 4.0.0.11754MR2 API 英文版文档
ValidatedResponse (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档
org.drools.brms.client.rpc
Class ValidatedResponse
java.lang.Object
org.drools.brms.client.rpc.ValidatedResponse
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class ValidatedResponse
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
This is used for services that validate.
Ie they may provide a validation error to be reported.
- Author:
- Michael Neale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasErrors
public boolean hasErrors
- If this is true, then the errorHeader and messages should be displayed.
errorHeader
public String errorHeader
errorMessage
public String errorMessage
payload
public com.google.gwt.user.client.rpc.IsSerializable payload
- Optional payload, if some more is needed.
ValidatedResponse
public ValidatedResponse()
Copyright © 2001-2007
JBoss Inc.. All Rights Reserved.