| java.lang.Object org.openharmonise.him.actions.rules.MetadataRule
MetadataRule | public class MetadataRule implements EnableRule(Code) | | Rule that will return return true if a specified item of metadata, for
the currently selected virtual file, matches a specified set of values.
author: Matthew Large version: $Revision: 1.1 $ |
m_bComparator | boolean m_bComparator(Code) | | |
MetadataRule | public MetadataRule(String sNamespace, String sName, List aValues)(Code) | | Constructs a new metadata rule.
Parameters: sNamespace - Namespace of property Parameters: sName - Name of property Parameters: aValues - Values to check against |
MetadataRule | public MetadataRule(String sNamespace, String sName, String sValue)(Code) | | Constructs a new metadata rule.
Parameters: sNamespace - Namespace of property Parameters: sName - Name of property Parameters: sValue - Value to check against |
setResultComparator | public void setResultComparator(boolean bComparator)(Code) | | |
|
|