com.plumtree.portalpages.admin.editors.doctype
Interface IDocTypeModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
DocTypeModel

public interface IDocTypeModelRO
extends IObjEditorModelRO


Method Summary
 java.lang.String GetAccessorCLSID()
          Returns the accessorCLSID.
 XPHashtable GetAccessors()
          Returns the accessors.
 boolean GetFullTextIndex()
          Returns the fullTextIndex.
 
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

GetAccessorCLSID

java.lang.String GetAccessorCLSID()
Returns the accessorCLSID.

Returns:
String

GetAccessors

XPHashtable GetAccessors()
Returns the accessors.

Returns:
XPHashtable

GetFullTextIndex

boolean GetFullTextIndex()
Returns the fullTextIndex.

Returns:
int



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