org.openharmonise.him.actions.rules |
This contains all the rules that can be applied to actions to decide if
they will be enabled for users.
|
Java Source File Name | Type | Comment |
EnableRule.java | Interface | Implementors of this interface acts as templates for rules
which are used to check if actions are enabled. |
IsDirectoryRule.java | Class | Rule that will return true if the current selected virtual file is
a collection. |
IsHistoricalRule.java | Class | Rule that will return true if the currently selected virtual file is
a historical version. |
IsLockedByOtherUser.java | Class | Rule that checks if a resource is locked by another user . |
isMetadataValidRule.java | Class | Rule that will return true if all the metadata, for the currently
selected virtual file, is valid. |
IsPublishedRule.java | Class | Rule that will return true if the currently selected virtual file is
a published version. |
MetadataRule.java | Class | Rule that will return return true if a specified item of metadata, for
the currently selected virtual file, matches a specified set of values. |
NoPublishedChildrenRule.java | Class | Rule that will return true if the currently selected virtual file
is a collection which has no published children. |
ParentPathEquals.java | Class | |
PathEquals.java | Class | Rule that will return true if the currentl selected virtual file's
full path exactly matches a specified path. |
PathRule.java | Class | Rule that will return true if the currently selected virtual file's
full path starts with a specified path. |
RuleGroup.java | Class | Rule that groups other rules and returns true in either an
AND or OR mode. |
SecurityRule.java | Class | Rule that will return true if the currently selected virtual file
allows the method that was specified for this rule. |
TabRule.java | Class | Rule that will return true if a specified tab name is the name
of the currently selcted outlook bar tab. |