Uses of Class
org.drools.guvnor.client.rpc.Cause

Packages that use Cause
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
 

Uses of Cause in org.drools.guvnor.client.rpc
 

Fields in org.drools.guvnor.client.rpc declared as Cause
 Cause[] AnalysisReportLine.causes
           
 

Methods in org.drools.guvnor.client.rpc that return Cause
 Cause[] Cause.getCauses()
           
 

Methods in org.drools.guvnor.client.rpc with parameters of type Cause
 void Cause.setCauses(Cause[] causes)
           
 

Constructors in org.drools.guvnor.client.rpc with parameters of type Cause
AnalysisReportLine(String description, String reason, Cause[] causes)
           
Cause(String cause, Cause[] causes)
           
 



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