org.drools.guvnor.client.rpc
Interface StandaloneEditorService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
StandaloneEditorServiceImplementation

@RemoteServiceRelativePath(value="standaloneEditorService")
public interface StandaloneEditorService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 String[] getAsstesBRL(RuleAsset[] assets)
           
 String[] getAsstesDRL(RuleAsset[] assets)
           
 StandaloneEditorInvocationParameters getInvocationParameters(String parametersUUID)
           
 

Method Detail

getInvocationParameters

StandaloneEditorInvocationParameters getInvocationParameters(String parametersUUID)
                                                             throws DetailedSerializationException
Throws:
DetailedSerializationException

getAsstesDRL

String[] getAsstesDRL(RuleAsset[] assets)
                      throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException

getAsstesBRL

String[] getAsstesBRL(RuleAsset[] assets)
                      throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException


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