站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by 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

Field Summary
 String errorHeader
           
 String errorMessage
           
 boolean hasErrors
          If this is true, then the errorHeader and messages should be displayed.
 com.google.gwt.user.client.rpc.IsSerializable payload
          Optional payload, if some more is needed.
 
Constructor Summary
ValidatedResponse()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ValidatedResponse

public ValidatedResponse()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.