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