com.plumtree.portalpages.admin.editors.webservice.plugins
Interface IRemoteServerPluginModelRO

All Known Implementing Classes:
RemoteServerPluginModel

public interface IRemoteServerPluginModelRO

Author:
adolfoc

Method Summary
 java.lang.String GetData(java.lang.String name)
           
 java.lang.String GetRemoteServerName()
           
 int GetRemoteServerObjectID()
           
 java.lang.String GetRemoteServerPath()
          Returns the folder path that the remote server is stored in.
 boolean IsReadOnly()
          Returns whether or not this view should be read-only.
 

Method Detail

GetData

java.lang.String GetData(java.lang.String name)
Returns:

GetRemoteServerName

java.lang.String GetRemoteServerName()
Returns:

GetRemoteServerPath

java.lang.String GetRemoteServerPath()
Returns the folder path that the remote server is stored in.


GetRemoteServerObjectID

int GetRemoteServerObjectID()

IsReadOnly

boolean IsReadOnly()
Returns whether or not this view should be read-only.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.