Package ru.slie.luna.issue.query.func
Interface QueryFunction
public interface QueryFunction
-
Method Summary
Modifier and TypeMethodDescriptionintgetOperands(User user, @Nullable IssueField field, FunctionOperand operand) booleanisList()
-
Method Details
-
getOperands
-
getFunctionName
String getFunctionName() -
isList
boolean isList() -
getValueType
ClauseValueType getValueType() -
getMinimumRequiredArguments
int getMinimumRequiredArguments()
-