public class OwKeepContentDocumentImporter extends Object implements com.wewebu.ow.server.app.OwDocumentImporter
Keep the content of a document on checkin a document.
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 | Class and Description |
|---|---|
protected static class |
OwKeepContentDocumentImporter.OwKeepContentDocumentImporterItem
A simple DocumentImporterItem which do nothing, just returns default values.
|
protected class |
OwKeepContentDocumentImporter.OwKeepContentDocumentImporterView
Just simple View to display that content is not overwritten
|
| Modifier and Type | Field and Description |
|---|---|
protected com.wewebu.ow.server.util.OwXMLUtil |
m_config
the configuration of this importer
|
| Constructor and Description |
|---|
OwKeepContentDocumentImporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconURL() |
com.wewebu.ow.server.ui.OwView |
getPostProcessView(int importContext_p,
com.wewebu.ow.server.ecm.OwObject savedObj_p) |
com.wewebu.ow.server.ui.OwView |
getView(int context_p,
com.wewebu.ow.server.app.OwDocumentImporterCallback callback_p) |
boolean |
hasPostProcessView(int importContext_p) |
void |
init(com.wewebu.ow.server.app.OwMainAppContext context_p,
com.wewebu.ow.server.util.OwXMLUtil config_p) |
void |
releaseAll() |
void |
setSingleFileImports(boolean singleFileImports_p) |
protected com.wewebu.ow.server.util.OwXMLUtil m_config
public String getDisplayName()
getDisplayName in interface com.wewebu.ow.server.app.OwDocumentImporterpublic String getIconURL()
getIconURL in interface com.wewebu.ow.server.app.OwDocumentImporterpublic com.wewebu.ow.server.ui.OwView getView(int context_p,
com.wewebu.ow.server.app.OwDocumentImporterCallback callback_p)
getView in interface com.wewebu.ow.server.app.OwDocumentImporterpublic void init(com.wewebu.ow.server.app.OwMainAppContext context_p,
com.wewebu.ow.server.util.OwXMLUtil config_p)
throws com.wewebu.ow.server.exceptions.OwConfigurationException
init in interface com.wewebu.ow.server.app.OwDocumentImportercom.wewebu.ow.server.exceptions.OwConfigurationExceptionpublic void releaseAll()
releaseAll in interface com.wewebu.ow.server.app.OwDocumentImporterpublic void setSingleFileImports(boolean singleFileImports_p)
setSingleFileImports in interface com.wewebu.ow.server.app.OwDocumentImporterpublic com.wewebu.ow.server.ui.OwView getPostProcessView(int importContext_p,
com.wewebu.ow.server.ecm.OwObject savedObj_p)
getPostProcessView in interface com.wewebu.ow.server.app.OwDocumentImporterpublic boolean hasPostProcessView(int importContext_p)
hasPostProcessView in interface com.wewebu.ow.server.app.OwDocumentImporterCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.