org.eclipse.emf.ecore.resource
Interface URIService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService

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

TODO


Nested Class Summary
static interface URIService.WhiteList
           
 
Method Summary
 java.util.Map<?,?> delete(java.lang.String uri, java.util.Map<?,?> options)
           
 boolean exists(java.lang.String uri, java.util.Map<?,?> options)
           
 java.util.Map<?,?> fetch(java.lang.String uri, java.util.Map<?,?> options)
           
 java.util.Map<?,?> store(java.lang.String uri, byte[] bytes, java.util.Map<?,?> options)
           
 URIService.WhiteList whiteList(URIService.WhiteList whiteList)
           
 

Method Detail

fetch

java.util.Map<?,?> fetch(java.lang.String uri,
                         java.util.Map<?,?> options)

store

java.util.Map<?,?> store(java.lang.String uri,
                         byte[] bytes,
                         java.util.Map<?,?> options)

delete

java.util.Map<?,?> delete(java.lang.String uri,
                          java.util.Map<?,?> options)

exists

boolean exists(java.lang.String uri,
               java.util.Map<?,?> options)

whiteList

URIService.WhiteList whiteList(URIService.WhiteList whiteList)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.