public class OwBPMAttachmentFieldControl
extends com.wewebu.ow.server.fieldctrlimpl.OwFieldManagerControlObject
Field Control to display Attachments in the BPM Workitems.
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 List |
m_documentFunctionPluginIds
List with IDs of document function plugins
|
static String |
PLUGIN_CONFIG_ID_ATTACHMENT_FUNCTION
general ID in the plugin ID to be configure the plugin IDs for attachments
|
Constructor and Description |
---|
OwBPMAttachmentFieldControl(List documentFunctionPluginIds_p)
creates a field control to display fields
|
Modifier and Type | Method and Description |
---|---|
void |
onAttachmentDocumentFunction(javax.servlet.http.HttpServletRequest request_p)
called when user clicks a document function plugin of an attachment
|
protected void |
renderObjectReferenceLinkInternal(Writer w_p,
com.wewebu.ow.server.field.OwFieldDefinition fieldDef_p,
com.wewebu.ow.server.ecm.OwObjectReference obj_p,
String strID_p,
boolean fEdit_p)
insert a link for OwObject values
|
insertEditField, insertLabel, insertReadOnlyField, onDeleteArrayItem, onPasteObjectArrayItem, onPasteObjectReference, renderObjectReferenceLink, renderPasteObjectLink, updateField
getFieldManager, getFormEventFunction, getFormEventURL, getFormName, getFormTarget, init, init
attach, detach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, setExternalFormTarget, updateExternalFormTarget
public static final String PLUGIN_CONFIG_ID_ATTACHMENT_FUNCTION
protected List m_documentFunctionPluginIds
protected void renderObjectReferenceLinkInternal(Writer w_p, com.wewebu.ow.server.field.OwFieldDefinition fieldDef_p, com.wewebu.ow.server.ecm.OwObjectReference obj_p, String strID_p, boolean fEdit_p) throws Exception
renderObjectReferenceLinkInternal
in class com.wewebu.ow.server.fieldctrlimpl.OwFieldManagerControlObject
w_p
- Writer objectfieldDef_p
- OwFieldDefinitionobj_p
- OwObject to renderstrID_p
- String field IDfEdit_p
- boolean true = edit field, false = read only fieldException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.