Uses of Class
org.dspace.content.logic.LogicalStatementException
Packages that use LogicalStatementException
Package
Description
-
Uses of LogicalStatementException in org.dspace.content.logic
Methods in org.dspace.content.logic that throw LogicalStatementExceptionModifier and TypeMethodDescriptionbooleanGet the result of logical evaluation for an itembooleanGet the result of logical evaluation for an itembooleanGet the result of logical evaluation for an itemboolean -
Uses of LogicalStatementException in org.dspace.content.logic.condition
Methods in org.dspace.content.logic.condition that throw LogicalStatementExceptionModifier and TypeMethodDescriptionAbstractCondition.getParameters()Get parameters set by spring configuration in item-filters.xml These could be any kind of map that the extending condition class needs for evaluationCondition.getParameters()Get parameters set by Spring in item-filters.xml These could be any kind of map that the extending condition class needs for evaluationbooleanGet the result of logical evaluation for an itembooleanReturn true if bitstream count is within bounds of min and/or max parameters Return false if out of boundsbooleanGet the result of logical evaluation for an itembooleanReturn true if item is in one of the specified collections Return false if notbooleanReturn true if item is in one of the specified collections Return false if notbooleanReturn true if item is archived Return false if notbooleanReturn true if item is withdrawn Return false if notbooleanReturn true if any value for a specified field in the item matches a specified regex pattern Return false if notbooleanReturn true if any value for a specified field in the item matches any of the specified regex patterns Return false if notbooleanReturn true if this item allows a specified action (eg READ, WRITE, ADD) by a specified groupvoidAbstractCondition.setParameters(Map<String, Object> parameters) Set parameters - used by Spring when creating beans from item-filters.xml These could be any kind of map that the extending condition class needs for evaluationvoidCondition.setParameters(Map<String, Object> parameters) Set parameters - used by Spring -
Uses of LogicalStatementException in org.dspace.content.logic.operator
Methods in org.dspace.content.logic.operator that throw LogicalStatementExceptionModifier and TypeMethodDescriptionbooleanbooleanReturn true if ALL statements return true Return false otherwisebooleanReturn true if the result of AND'ing all sub-statements is false (ie. a NOT(AND()) Return false if notbooleanReturn true if the result of OR'ing the sub-statements is false Return false otherwisebooleanReturn true if the result of the sub-statement is false Return false otherwisebooleanReturn true if any sub-statement returns true Return false otherwise