public interface OwEditPropertiesModifiabilityHandler
A handler which will allow to control dynamically the views modifiability.
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(com.wewebu.ow.server.ui.OwAppContext appContext,
com.wewebu.ow.server.util.OwXMLUtil handlerConfigNode)
Method to initialize the handler
|
boolean |
isModifiable(int viewMask,
com.wewebu.ow.server.ecm.OwObject item)
Verify if current view should be modifiable for item or not.
|
void init(com.wewebu.ow.server.ui.OwAppContext appContext, com.wewebu.ow.server.util.OwXMLUtil handlerConfigNode) throws com.wewebu.ow.server.exceptions.OwException
appContext
- OwAppContext current application contexthandlerConfigNode
- OwXMLUtil the node defined for this handlercom.wewebu.ow.server.exceptions.OwException
boolean isModifiable(int viewMask, com.wewebu.ow.server.ecm.OwObject item)
viewMask
- int representation of OwEditPropertiesDialog, like: OwEditPropertiesDialog.VIEW_MASK_PROPERTIESitem
- OwObject which is used to retrieve data from for viewCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.