AgendaFilters class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
all(
) → Future< BaseFilterOptions< Agenda> > -
byBooleanProperty(
String propertyId, bool propertyValue) → Future< BaseFilterOptions< Agenda> > -
byDoubleProperty(
String propertyId, double propertyValue) → Future< BaseFilterOptions< Agenda> > -
byLongProperty(
String propertyId, int propertyValue) → Future< BaseFilterOptions< Agenda> > -
byStringProperty(
String propertyId, String propertyValue) → Future< BaseFilterOptions< Agenda> > -
byUser(
String userId) → Future< BaseFilterOptions< Agenda> > -
byUserInGroup(
EntityReferenceInGroup userReference) → Future< BaseFilterOptions< Agenda> > -
readableByUser(
String userId) → Future< BaseFilterOptions< Agenda> > -
readableByUserInGroup(
EntityReferenceInGroup userReference) → Future< BaseFilterOptions< Agenda> > -
readableByUserRights(
String userId) → Future< BaseFilterOptions< Agenda> > -
readableByUserRightsInGroup(
EntityReferenceInGroup userReference) → Future< BaseFilterOptions< Agenda> > -
withProperty(
String propertyId) → Future< BaseFilterOptions< Agenda> >