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
Modifier and Type | Method and Description |
---|---|
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.
|
OwObjectClass process(OwObjectClass objCls, OwLocation location, OwAppContext ctx)
objCls
- OwObjectClass used for Skeleton creationlocation
- OwLocation current locationctx
- OwAppContextvoid init(OwXMLUtil configNode) throws OwException
configNode
- OwXMLUtilOwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.