Class VersionFieldImpl
java.lang.Object
org.opencastproject.assetmanager.impl.query.AbstractSnapshotField<org.opencastproject.assetmanager.api.Version,Long>
org.opencastproject.assetmanager.impl.query.VersionFieldImpl
- All Implemented Interfaces:
org.opencastproject.assetmanager.api.query.Field<org.opencastproject.assetmanager.api.Version>,org.opencastproject.assetmanager.api.query.VersionField,EntityPaths
public class VersionFieldImpl
extends AbstractSnapshotField<org.opencastproject.assetmanager.api.Version,Long>
implements org.opencastproject.assetmanager.api.query.VersionField
-
Field Summary
Fields inherited from interface org.opencastproject.assetmanager.impl.persistence.EntityPaths
$NO_ENTITY, $Q_PROPERTY, $Q_SNAPSHOT, Q_ASSET, Q_PROPERTY, Q_SNAPSHOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencastproject.assetmanager.impl.query.AbstractSnapshotField
asc, desc, eq, eq, exists, ge, ge, gt, gt, le, le, lt, lt, mkPredicate, notExistsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.assetmanager.api.query.Field
asc, desc, eq, eq, exists, ge, ge, gt, gt, le, le, lt, lt, notExists
-
Constructor Details
-
VersionFieldImpl
public VersionFieldImpl()
-
-
Method Details
-
extract
Description copied from class:AbstractSnapshotFieldExtract database typeBfrom business typeA.- Specified by:
extractin classAbstractSnapshotField<org.opencastproject.assetmanager.api.Version,Long>
-
isLatest
public org.opencastproject.assetmanager.api.query.Predicate isLatest()- Specified by:
isLatestin interfaceorg.opencastproject.assetmanager.api.query.VersionField
-
isFirst
public org.opencastproject.assetmanager.api.query.Predicate isFirst()- Specified by:
isFirstin interfaceorg.opencastproject.assetmanager.api.query.VersionField
-