com.plumtree.portalpages.ext.providers.www.crawler
Interface IWWWCrawlerModelRO

All Superinterfaces:
ICrawlerModelRO, IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
WWWCrawlerModel

public interface IWWWCrawlerModelRO
extends ICrawlerModelRO

This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

Author:
Julie Fournier

Method Summary
 int GetMaxWebCrawlRadius()
          returns the max radius for web crawlers to crawl.
 IXPPropertyBag GetPropertyBag()
           
 
Methods inherited from interface com.plumtree.portalpages.admin.editors.crawler.ICrawlerModelRO
GetApplyExisting, GetCrawlerSettings, GetCrawlerTag, GetDocMapSectionCount, GetImportOnlyNewLinks, GetRuntimeConfiguration, GetSupportMirroring, GetSupportsACLImport, GetTaxSettings, GetUnmappedExternalDomains
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetPropertyBag

IXPPropertyBag GetPropertyBag()
See Also:
WWWCrawlerModel.GetPropertyBag()

GetMaxWebCrawlRadius

int GetMaxWebCrawlRadius()
returns the max radius for web crawlers to crawl.




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