public interface OwStatusIconRule
Interface for rules used by StatusIconDocumentFunction.
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 |
---|---|
boolean |
canApply(com.wewebu.ow.server.ecm.OwObject obj,
com.wewebu.ow.server.ecm.OwObject parentObj)
Does the current rule match the provided object,
|
String |
getDescription()
Return a text which should be used as readable
information of
getIcon() representation. |
String |
getIcon()
Return an Icon representation,
which could be an URI, CSS or anything else.
|
boolean canApply(com.wewebu.ow.server.ecm.OwObject obj, com.wewebu.ow.server.ecm.OwObject parentObj) throws com.wewebu.ow.server.exceptions.OwException
obj
- OwObject current object to processparentObj
- OwObject parent of object (can be null)com.wewebu.ow.server.exceptions.OwException
String getIcon()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.