public abstract class OwPriorityRuleBase extends Object implements OwPriorityRule
Base class for priority rules implementation.
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 | Field and Description |
---|---|
protected static String |
ATTRIBUTE_NAME_CONTAINER |
protected static String |
ATTRIBUTE_NAME_RESOURCE |
protected String |
m_scontainer |
protected String |
m_sresource |
protected String |
m_sStyleClass |
protected static String |
NODE_NAME_COLOR |
Constructor and Description |
---|
OwPriorityRuleBase() |
OwPriorityRuleBase(String scontainer_p,
String sresource_p,
String styleClass_p)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getContainer()
Gets the container ID the rule applies to.
|
String |
getStylClass()
Gets the style class the item should be highlighted if rule applies.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
appliesTo
protected static final String ATTRIBUTE_NAME_CONTAINER
protected static final String ATTRIBUTE_NAME_RESOURCE
protected static final String NODE_NAME_COLOR
protected String m_scontainer
protected String m_sresource
protected String m_sStyleClass
public String getContainer()
getContainer
in interface OwPriorityRule
public String getStylClass()
getStylClass
in interface OwPriorityRule
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.