com.wewebu.ow.server.field
Interface OwPriorityRule

All Known Implementing Classes:
OwExpressionPriorityRule, OwPriorityRuleBase, OwStandardPriorityRule

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


Method Summary
 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
 

Method Detail

getContainer

String getContainer()
Gets the container ID the rule applies to

Returns:
String

getStylClass

String getStylClass()
Gets the style class the item should be highlighted if rule applies

Returns:
String style class string e.g. myStyle

appliesTo

boolean appliesTo(OwObject object_p)
                  throws OwInvalidOperationException
Checks if this rule applies to an OwObject

Parameters:
object_p -
Returns:
true if this rule applies to the specified object, false otherwise.
Throws:
OwInvalidOperationException - if the rule checking process failed


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.