Class DeletionSelector
java.lang.Object
org.opencastproject.assetmanager.api.storage.DeletionSelector
- All Implemented Interfaces:
Serializable
@ParametersAreNonnullByDefault
@Immutable
public final class DeletionSelector
extends Object
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeletionSelector(String organizationId, String mediaPackageId, Optional<Version> version) -
Method Summary
Modifier and TypeMethodDescriptionstatic DeletionSelectorstatic DeletionSelectorbooleaninthashCode()toString()
-
Constructor Details
-
DeletionSelector
-
-
Method Details
-
delete
public static DeletionSelector delete(String organizationId, String mediaPackageId, Version version) -
deleteAll
-
getMediaPackageId
-
getOrganizationId
-
getVersion
-
equals
-
hashCode
public int hashCode() -
toString
-