Uses of Interface
org.opencastproject.assetmanager.api.query.Field
-
Packages that use Field Package Description org.opencastproject.assetmanager.api.query Implementations are required to be immutable. -
-
Uses of Field in org.opencastproject.assetmanager.api.query
Subinterfaces of Field in org.opencastproject.assetmanager.api.query Modifier and Type Interface Description interfacePropertyField<A>Description of a property of typeA.interfaceVersionFieldMethods in org.opencastproject.assetmanager.api.query that return Field Modifier and Type Method Description Field<Date>AQueryBuilder. archived()Get the snapshot's "archived" field.Field<String>AQueryBuilder. mediapackageId()Get the snapshot's "mediaPackageId" field.Field<String>AQueryBuilder. organizationId()Get the snapshot's "organizationId" field.Field<String>AQueryBuilder. owner()Get the snapshot's "owner" field.Field<String>AQueryBuilder. seriesId()Get the snapshot's "seriesId" field.
-