Plumtree Portal UI  
 

ObjEditorModel Fields

The fields of the ObjEditorModel class are listed below. For a complete list of ObjEditorModel class members, see the ObjEditorModel Members topic.

Public Static Fields

EDITOR_CLASSID_UNKNOWN Query String param default value: unknown class ID
EDITOR_FOLDERID_UNKNOWN Query String param default value: unknown folder ID
EDITOR_OBJECTID_UNKNOWN Query String param default value: unknown object ID
EDITOR_QS_BOL_QS_FORCESAVEINFOLDER Query String param name: Create In Parent ID
EDITOR_QS_INT_CLASS_ID Query String param name: Class ID
EDITOR_QS_INT_QS_FOLDER_ID Query String param name: Folder ID
EDITOR_QS_INT_QS_OBJECT_ID Query String param name: Object ID
OBJECT_NAME_TRUNCATE Truncate object name after this number of chars.

Public Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 

Protected Instance Fields

m_bCloseOnDone (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDeleteOnCancel (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bDisableDescription For some objects, you can't set/change the description from the Editor.
m_bDisableSecurity Some Objects don't support ACLs. We don't display the Security page for those Objects.
m_bEnableApplyButton (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bForceSavedInSuppliedFolder This var is set if this editor is opened by a parent editor (although not being a sub editor), and the requires the edited object to be stored in a certain folder. E.g is when creating a subcommunity within a community, always want the subcommonity to be created in the parent community's folder. The parent editor passes in the ForceSaveIn parameter to set this.
m_bHideLeftNav (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsEditorReadOnly (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_bIsSysAdmin Flag to know if the current user has system administration activity rights. We need it to know when to display the migration checkbox.
m_bUserHasAccessToEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nClassID Object being created or edited class ID
m_nEditorType (inherited from com.plumtree.uiinfrastructure.editor.EditorModel) 
m_nFolderID Folder ID where this object should be saved (has value only in create mode)
m_nFolderType Folder type.
m_nObjectID Object being created or edited ID (has value only in edit mode)
m_ptObject Server object: Object being created or edited
m_Session Server object: Plumtree Session for the current user
m_sFolderName Folder Name.

See Also

ObjEditorModel Class | com.plumtree.portaluiinfrastructure.editor Namespace