public interface OwPriorityRule
Priority rule definition.
Rules Engine for Highlighting in Hit List.
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 |
appliesTo(OwObject object_p)
Checks if this rule applies to an
OwObject |
String |
getContainer()
Gets the container ID the rule applies to
|
String |
getStylClass()
Gets the style class the item should be highlighted if rule applies
|
String getContainer()
String getStylClass()
boolean appliesTo(OwObject object_p) throws OwInvalidOperationException
OwObject
object_p
- true
if this rule applies to the specified object, false
otherwise.OwInvalidOperationException
- if the rule checking process failedCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.