public class OwStatusIconExpressionRule extends OwStatusIconAbstractRule
Icon rule based on OwExpressionPriorityRule handling. Based on expression language, will return corresponding Icon representation.
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
| Constructor and Description |
|---|
OwStatusIconExpressionRule(com.wewebu.ow.server.util.OwXMLUtil config,
com.wewebu.ow.server.ui.OwAppContext context) |
| 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,
|
getDescription, getIcon, setDescription, setIconpublic OwStatusIconExpressionRule(com.wewebu.ow.server.util.OwXMLUtil config,
com.wewebu.ow.server.ui.OwAppContext context)
throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwExceptionpublic boolean canApply(com.wewebu.ow.server.ecm.OwObject obj,
com.wewebu.ow.server.ecm.OwObject parentObj)
throws com.wewebu.ow.server.exceptions.OwException
OwStatusIconRuleobj - OwObject current object to processparentObj - OwObject parent of object (can be null)com.wewebu.ow.server.exceptions.OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.