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

Packages that use LogEntry
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.server This package contains server side code for the repository. 
org.drools.guvnor.server.builder.pagerow   
org.drools.guvnor.server.util   
 

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

Methods in org.drools.guvnor.client.rpc that return LogEntry
 LogEntry[] RepositoryService.showLog()
          Deprecated. in favour of showLogEntries()
 

Uses of LogEntry in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return LogEntry
 LogEntry[] RepositoryServiceServlet.showLog()
           
 LogEntry[] ServiceImplementation.showLog()
          Deprecated. in favour of ServiceImplementation.showLog(PageRequest)
 

Uses of LogEntry in org.drools.guvnor.server.builder.pagerow
 

Methods in org.drools.guvnor.server.builder.pagerow with parameters of type LogEntry
 LogPageRowBuilder LogPageRowBuilder.withContent(LogEntry[] logEntries)
           
 

Uses of LogEntry in org.drools.guvnor.server.util
 

Methods in org.drools.guvnor.server.util that return LogEntry
static LogEntry[] LoggingHelper.getMessages()
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.