| AbstractCondition |
Abstract class for conditions, to implement the basic getter and setter parameters
|
| BitstreamCountCondition |
A condition to evaluate an item based on how many bitstreams it has in a particular bundle
|
| InCollectionCondition |
A condition that accepts a list of collection handles and returns true
if the item belongs to any of them.
|
| InCommunityCondition |
A condition that accepts a list of community handles and returns true
if the item belongs to any of them.
|
| IsWithdrawnCondition |
A condition that returns true if the item is withdrawn
|
| MetadataValueMatchCondition |
A condition that returns true if a pattern (regex) matches any value
in a given metadata field
|
| MetadataValuesMatchCondition |
A condition that returns true if any pattern in a list of patterns matches any value
in a given metadata field
|
| ReadableByGroupCondition |
A condition that accepts a group and action parameter and returns true if the group
can perform the action on a given item
|