Class SnapshotDtos.Medium
java.lang.Object
org.opencastproject.assetmanager.impl.persistence.SnapshotDtos.Medium
- Enclosing class:
SnapshotDtos
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.entwinemedia.fn.Fn<com.mysema.query.Tuple, SnapshotDtos.Medium> static final com.mysema.query.types.Expression<?>[]Parameter for query execution methods likeProjectableQuery.singleResult(com.mysema.query.types.Expression[])orAbstractJPAQuery.list(Expression[]). -
Constructor Summary
ConstructorsConstructorDescriptionMedium(SnapshotDto snapshotDto, Availability availability, String storageId, String organizationId, String owner) -
Method Summary
-
Field Details
-
fromTuple
-
select
public static final com.mysema.query.types.Expression<?>[] selectParameter for query execution methods likeProjectableQuery.singleResult(com.mysema.query.types.Expression[])orAbstractJPAQuery.list(Expression[]).
-
-
Constructor Details
-
Medium
public Medium(SnapshotDto snapshotDto, Availability availability, String storageId, String organizationId, String owner)
-
-
Method Details
-
getSnapshotDto
-
getAvailability
-
getStorageId
-
getOrganizationId
-
getOwner
-