Guvnor - Services API 6.2.0.Beta3

org.guvnor.common.services.shared.readonly
Class ReadOnlyPathPlaceRequest

java.lang.Object
  extended by org.uberfire.mvp.impl.DefaultPlaceRequest
      extended by org.uberfire.mvp.impl.PathPlaceRequest
          extended by org.guvnor.common.services.shared.readonly.ReadOnlyPathPlaceRequest
All Implemented Interfaces:
org.uberfire.mvp.PlaceRequest

@Portable
public class ReadOnlyPathPlaceRequest
extends org.uberfire.mvp.impl.PathPlaceRequest


Field Summary
 
Fields inherited from class org.uberfire.mvp.impl.PathPlaceRequest
NULL
 
Fields inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
identifier, parameters
 
Fields inherited from interface org.uberfire.mvp.PlaceRequest
NOWHERE
 
Constructor Summary
ReadOnlyPathPlaceRequest()
           
ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path)
           
ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, Map<String,String> parameters)
           
ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, String id)
           
ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path, String id, Map<String,String> parameters)
           
 
Method Summary
 
Methods inherited from class org.uberfire.mvp.impl.PathPlaceRequest
clone, equals, getFullIdentifier, getPath, hashCode
 
Methods inherited from class org.uberfire.mvp.impl.DefaultPlaceRequest
addParameter, getIdentifier, getParameter, getParameterNames, getParameters, getPlace, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyPathPlaceRequest

public ReadOnlyPathPlaceRequest()

ReadOnlyPathPlaceRequest

public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path)

ReadOnlyPathPlaceRequest

public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path,
                                Map<String,String> parameters)

ReadOnlyPathPlaceRequest

public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path,
                                String id)

ReadOnlyPathPlaceRequest

public ReadOnlyPathPlaceRequest(org.uberfire.backend.vfs.Path path,
                                String id,
                                Map<String,String> parameters)

Guvnor - Services API 6.2.0.Beta3

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