public class OwStatusIconSimpleRule extends OwStatusIconAbstractRule
A simple Rule implementation, working only with single Boolean property.
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 | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
OwStatusIconSimpleRule(com.wewebu.ow.server.util.OwXMLUtil definitionNode,
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, setIcon
public OwStatusIconSimpleRule(com.wewebu.ow.server.util.OwXMLUtil definitionNode, com.wewebu.ow.server.ui.OwAppContext context) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public boolean canApply(com.wewebu.ow.server.ecm.OwObject obj, com.wewebu.ow.server.ecm.OwObject parentObj) throws com.wewebu.ow.server.exceptions.OwException
OwStatusIconRule
obj
- OwObject current object to processparentObj
- OwObject parent of object (can be null)com.wewebu.ow.server.exceptions.OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.