Class ARecords
- java.lang.Object
-
- org.opencastproject.assetmanager.api.fn.ARecords
-
-
Field Summary
Fields Modifier and Type Field Description static com.entwinemedia.fn.Fn<ARecord,String>getMediaPackageIdstatic com.entwinemedia.fn.Fn<ARecord,com.entwinemedia.fn.Stream<Property>>getPropertiesstatic com.entwinemedia.fn.Fn<ARecord,com.entwinemedia.fn.data.Opt<Snapshot>>getSnapshotGet the snapshot from a record.static com.entwinemedia.fn.Pred<ARecord>hasProperties
-
-
-
Field Detail
-
getProperties
public static final com.entwinemedia.fn.Fn<ARecord,com.entwinemedia.fn.Stream<Property>> getProperties
-
hasProperties
public static final com.entwinemedia.fn.Pred<ARecord> hasProperties
-
getSnapshot
public static final com.entwinemedia.fn.Fn<ARecord,com.entwinemedia.fn.data.Opt<Snapshot>> getSnapshot
Get the snapshot from a record.- See Also:
ARecord.getSnapshot()
-
-