public static class AbstractStudentSectioningReport.RequestMatcher extends UniversalOverride.StudentMatcher
Modifier and Type | Class and Description |
---|---|
static class |
AbstractStudentSectioningReport.RequestMatcher.Credit |
Modifier and Type | Field and Description |
---|---|
static String[] |
DAY_NAMES_CHARS |
Constructor and Description |
---|
RequestMatcher(Request request,
Enrollment enrollment,
Assignment<Request,Enrollment> assignment,
String user) |
Modifier and Type | Method and Description |
---|---|
Course |
course() |
CourseRequest |
cr() |
Enrollment |
enrollment() |
boolean |
isAssigned() |
boolean |
match(String attr,
String term)
Does the object has the given attribute matching the given term?
|
Request |
request() |
student
public static String[] DAY_NAMES_CHARS
public RequestMatcher(Request request, Enrollment enrollment, Assignment<Request,Enrollment> assignment, String user)
public boolean isAssigned()
public Enrollment enrollment()
public CourseRequest cr()
public boolean match(String attr, String term)
Query.TermMatcher
match
in interface Query.TermMatcher
match
in class UniversalOverride.StudentMatcher