Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.dmsdialogs.views |
Modifier and Type | Field and Description |
---|---|
protected OwDocumentFunction |
OwDocumentFunctionCall.m_documentFunction
The called function
|
Modifier and Type | Method and Description |
---|---|
OwDocumentFunction |
OwConfiguration.getDocumentFunction(String strID_p)
get a single document function by ID
|
static OwDocumentFunction |
OwMimeManager.getHandlerDocumentPlugin(OwMainAppContext context_p,
OwObjectReference obj_p)
get the handler document plugin for the given object reference if defined.
|
Constructor and Description |
---|
OwDocumentFunctionCall(OwDocumentFunction documentFunction_p)
Constructor
|
OwMultipleSelectionCall(OwDocumentFunction documentFunction_p,
Collection objects_p,
OwObject parent_p,
OwClientRefreshContext refreshCtx_p,
OwMainAppContext context_p)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected OwDocumentFunction |
OwObjectListView.OwPluginEntry.m_Plugin
reference to the plugin
|
Modifier and Type | Method and Description |
---|---|
protected OwDocumentFunction |
OwObjectListView.getDocumentFunction(int globalPluginIndex_p)
Returning the document function which has the given plugin index, can
return null if plugin not found or plugin list is empty.
|
OwDocumentFunction |
OwObjectListView.OwPluginEntry.getPlugin()
Get the document function.
|
Modifier and Type | Method and Description |
---|---|
List<OwDocumentFunction> |
OwSplitObjectListDocument.getDocumentFunctions() |
protected List<OwDocumentFunction> |
OwObjectLinksView.getDocumentFunctions() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OwObjectListView.isObjectTypeSupportedByPlugin(OwDocumentFunction plugIn_p,
Set objectTypes_p)
Helper method to check if a document function plugin (plugIn_p) supports one type,
which is given by the list (objectTypes_p).
|
protected boolean |
OwObjectListViewEXTJSGrid.showsContextMenuPlugin(OwDocumentFunction docFunction_p) |
Modifier and Type | Method and Description |
---|---|
protected OwSplitObjectListDocument |
OwObjectLinksView.createSplitObjectListDocument(String[] splitNames,
Collection<OwFieldColumnInfo>[] propertyColumnInfos,
List<OwDocumentFunction> documentFunctions)
(overridable)
Factory to create OwSplitObjectListDocument for internal OwSplitObjectListView .
|
void |
OwSplitObjectListDocument.setDocumentFunctions(List<OwDocumentFunction> documentFunctions) |
Constructor and Description |
---|
OwObjectListView.OwPluginEntry(OwDocumentFunction plugin_p,
int iIndex_p)
a single entry for a plugins with its original index
|
Constructor and Description |
---|
OwSplitObjectListDocument(String[] splits,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions) |
OwSplitObjectListView(String[] splitNames,
Collection<OwFieldColumnInfo>[] columnInfos,
List<OwDocumentFunction> documentFunctions)
Constructor
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.