org.drools.guvnor.client.rpc
Class RepositoryServiceFactory

java.lang.Object
  extended by org.drools.guvnor.client.rpc.RepositoryServiceFactory

public class RepositoryServiceFactory
extends Object

Creates instances of the repository service for the client code to use.


Constructor Summary
RepositoryServiceFactory()
           
 
Method Summary
static AssetServiceAsync getAssetService()
           
static CategoryServiceAsync getCategoryService()
           
static PackageServiceAsync getPackageService()
           
static SecurityServiceAsync getSecurityService()
           
static RepositoryServiceAsync getService()
           
static void login(String userName, String password, com.google.gwt.user.client.rpc.AsyncCallback cb)
          Perform the login.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryServiceFactory

public RepositoryServiceFactory()
Method Detail

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-2011 JBoss Inc.. All Rights Reserved.