com.plumtree.portalpages.admin.editors.crawler
Interface ICrawlerModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Subinterfaces:
ISOAPCrawlerModelRO, IWWWCrawlerModelRO
All Known Implementing Classes:
CrawlerModel, SOAPCrawlerModel, WWWCrawlerModel

public interface ICrawlerModelRO
extends IObjEditorModelRO

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
 boolean GetApplyExisting()
           
 int GetCrawlerSettings()
           
 java.lang.String GetCrawlerTag()
           
 int GetDocMapSectionCount()
           
 boolean GetImportOnlyNewLinks()
           
 IXPPropertyBag GetRuntimeConfiguration()
          Get the runtime configuration property bag
 boolean GetSupportMirroring()
           
 boolean GetSupportsACLImport()
           
 int GetTaxSettings()
           
 IPTQueryResult 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

GetCrawlerSettings

int GetCrawlerSettings()
See Also:
CrawlerModel.GetCrawlerSettings()

GetDocMapSectionCount

int GetDocMapSectionCount()
See Also:
CrawlerModel.GetDocMapSectionCount()

GetImportOnlyNewLinks

boolean GetImportOnlyNewLinks()
See Also:
CrawlerModel.GetImportOnlyNewLinks()

GetSupportMirroring

boolean GetSupportMirroring()
See Also:
CrawlerModel.GetSupportMirroring()

GetTaxSettings

int GetTaxSettings()
See Also:
CrawlerModel.GetTaxSettings()

GetUnmappedExternalDomains

IPTQueryResult GetUnmappedExternalDomains()
See Also:
CrawlerModel.GetUnmappedExternalDomains()

GetCrawlerTag

java.lang.String GetCrawlerTag()
See Also:
CrawlerModel.GetCrawlerTag()

GetApplyExisting

boolean GetApplyExisting()
See Also:
CrawlerModel.GetApplyExisting()

GetSupportsACLImport

boolean GetSupportsACLImport()
See Also:
CrawlerModel.GetSupportsACLImport()

GetRuntimeConfiguration

IXPPropertyBag GetRuntimeConfiguration()
Get the runtime configuration property bag




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