| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.mediapackage.identifier |
| Modifier and Type | Method and Description |
|---|---|
Id |
MediaPackage.getIdentifier()
Returns the media package identifier.
|
Id |
MediaPackageImpl.getIdentifier()
Returns the media package identifier.
|
| Modifier and Type | Method and Description |
|---|---|
MediaPackage |
MediaPackageBuilder.createNew(Id identifier)
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir. |
MediaPackage |
MediaPackageBuilderImpl.createNew(Id identifier)
Creates a new media package in the temporary directory defined by the java runtime property
java.io.tmpdir. |
void |
MediaPackage.renameTo(Id identifier)
Renames the media package to the new identifier.
|
void |
MediaPackageImpl.renameTo(Id identifier) |
void |
MediaPackage.setIdentifier(Id id) |
void |
MediaPackageImpl.setIdentifier(Id identifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdImpl
Simple and straightforward implementation of the
Id interface. |
| Modifier and Type | Method and Description |
|---|---|
Id |
IdBuilder.createNew()
Creates a new identifier.
|
Id |
UUIDIdBuilderImpl.createNew() |
Id |
IdBuilder.fromString(String id)
This method can be used to determine if
id is in fact a vaild identifier as expected by this id
builder. |
Id |
UUIDIdBuilderImpl.fromString(String id) |
Id |
Id.Adapter.unmarshal(IdImpl id) |
| Modifier and Type | Method and Description |
|---|---|
IdImpl |
Id.Adapter.marshal(Id id) |
Copyright © 2009–2021 Opencast Project. All rights reserved.