com.wewebu.ow.server.plug.owaddmultidocuments
Class OwSecondaryTypesProcessor
java.lang.Object
com.wewebu.ow.server.plug.owaddmultidocuments.OwSecondaryTypesProcessor
- All Implemented Interfaces:
- com.wewebu.ow.server.dmsdialogs.views.OwObjectClassProcessor
public class OwSecondaryTypesProcessor
- extends Object
- implements com.wewebu.ow.server.dmsdialogs.views.OwObjectClassProcessor
Secondary types processor.
Will create a
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
- Since:
- 4.1.1.0
Method Summary |
protected Map<String,String> |
getMapping()
Getter for current mapping, can be null if not initialized. |
void |
init(com.wewebu.ow.server.util.OwXMLUtil configNode)
|
com.wewebu.ow.server.ecm.OwObjectClass |
process(com.wewebu.ow.server.ecm.OwObjectClass objCls,
com.wewebu.ow.server.ecm.OwLocation location,
com.wewebu.ow.server.ui.OwAppContext ctx)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwSecondaryTypesProcessor
public OwSecondaryTypesProcessor()
process
public com.wewebu.ow.server.ecm.OwObjectClass process(com.wewebu.ow.server.ecm.OwObjectClass objCls,
com.wewebu.ow.server.ecm.OwLocation location,
com.wewebu.ow.server.ui.OwAppContext ctx)
- Specified by:
process
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectClassProcessor
init
public void init(com.wewebu.ow.server.util.OwXMLUtil configNode)
throws com.wewebu.ow.server.exceptions.OwException
- Specified by:
init
in interface com.wewebu.ow.server.dmsdialogs.views.OwObjectClassProcessor
- Throws:
com.wewebu.ow.server.exceptions.OwException
getMapping
protected Map<String,String> getMapping()
- Getter for current mapping, can be null if not initialized.
- Returns:
- Map (ObjectType to SecondaryTypes) or null.
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.