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_externalFormEventTarget
EMPTY_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, usesFormWithAttributes
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
protected 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 OwView
public void onSelectPath(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
public void setObjectRef(OwObject obj_p, Collection classNames_p) throws Exception
obj_p
- OwObjectclassNames_p
- Collection of parent class names to look forException
protected void onActivate(int iIndex_p, Object oReason_p) throws Exception
onActivate
in class OwView
iIndex_p
- int tab index of NavigationoReason_p
- User Object which was submitted when target was attached to the navigation moduleException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.