com.wewebu.ow.server.dmsdialogs.views
Interface OwObjectClassProcessor


public interface OwObjectClassProcessor

Interface for ObjectClass handling in create process. Will be called when before the skeleton object is created from ObjectClass.

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
 void init(OwXMLUtil configNode)
          Init method to for current processor.
 OwObjectClass process(OwObjectClass objCls, OwLocation location, OwAppContext ctx)
          Processing of object class based on configuration or type of current processor.
 

Method Detail

process

OwObjectClass process(OwObjectClass objCls,
                      OwLocation location,
                      OwAppContext ctx)
Processing of object class based on configuration or type of current processor.

Parameters:
objCls - OwObjectClass used for Skeleton creation
location - OwLocation current location
ctx - OwAppContext
Returns:
OwObjectClass

init

void init(OwXMLUtil configNode)
          throws OwException
Init method to for current processor. Provided node is the node where the processor is defined, and can be used to read sub nodes for specific configuration.

Parameters:
configNode - OwXMLUtil
Throws:
OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.