public class OwObjectFiledRecordsView extends OwView
Displays the records (Folders) where the given document is filed in.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
protected Collection |
m_classNamesCollection
collection of classnames to look for as parents
|
protected OwObject |
m_object
object to find the parents of
|
protected List |
m_parentPathInfoList
List containing OwEcmUtil.OwParentPathInfo items for each filed reference of the given object
|
protected static String |
QUERY_KEY_PATH_ITEM
query key for the selected path item
|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTargetEMPTY_STRING| Constructor and Description |
|---|
OwObjectFiledRecordsView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormName()
get the form used for the edit fields
|
protected void |
onActivate(int iIndex_p,
Object oReason_p)
activate the target from a navigation module.
|
protected void |
onRender(Writer w_p)
called when the view should create its HTML content to be displayed
|
void |
onSelectPath(javax.servlet.http.HttpServletRequest request_p)
called when user clicked a path link
|
void |
setObjectRef(OwObject obj_p,
Collection classNames_p)
set the object to find the filed records for
|
activate, addView, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormTarget, getIcon, getIterator, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, init, isFormTargetExternal, isNamedRegion, isRegion, isShowMaximized, isShowMinimized, isShowNormal, onUpdate, render, renderHTMLFormular, renderNamedRegion, renderRegion, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesattach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTargetprotected OwObject m_object
protected List m_parentPathInfoList
protected static final String QUERY_KEY_PATH_ITEM
protected Collection m_classNamesCollection
protected void onRender(Writer w_p) throws Exception
public String getFormName()
getFormName in class OwViewpublic void onSelectPath(javax.servlet.http.HttpServletRequest request_p)
throws Exception
Exceptionpublic void setObjectRef(OwObject obj_p, Collection classNames_p) throws Exception
obj_p - OwObjectclassNames_p - Collection of parent class names to look forExceptionprotected void onActivate(int iIndex_p,
Object oReason_p)
throws Exception
onActivate in class OwViewiIndex_p - int tab index of NavigationoReason_p - User Object which was submitted when target was attached to the navigation moduleExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.