org.drools.guvnor.client.rpc
Class RepositoryServiceFactory
java.lang.Object
org.drools.guvnor.client.rpc.RepositoryServiceFactory
public class RepositoryServiceFactory
- extends Object
Creates instances of the repository service for the client code to use.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryServiceFactory
public RepositoryServiceFactory()
getService
public static RepositoryServiceAsync getService()
getAssetService
public static AssetServiceAsync getAssetService()
getPackageService
public static PackageServiceAsync getPackageService()
getCategoryService
public static CategoryServiceAsync getCategoryService()
login
public static void login(String userName,
String password,
com.google.gwt.user.client.rpc.AsyncCallback cb)
- Perform the login.
getSecurityService
public static SecurityServiceAsync getSecurityService()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.