Class AutomaticVideoConversion
java.lang.Object
org.nuxeo.ecm.platform.video.service.AutomaticVideoConversion
- All Implemented Interfaces:
Cloneable
,Comparable<AutomaticVideoConversion>
public class AutomaticVideoConversion
extends Object
implements Cloneable, Comparable<AutomaticVideoConversion>
Object representing a registered automatic video conversion on the
VideoService
.
An AutomaticVideoConversion
references the VideoConversion
through its name.
- Since:
- 5.5
- Author:
- Thomas Roger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
getName()
int
getOrder()
boolean
void
setEnabled
(boolean enabled)
-
Constructor Details
-
AutomaticVideoConversion
public AutomaticVideoConversion()
-
-
Method Details
-
getName
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getOrder
public int getOrder() -
clone
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AutomaticVideoConversion>
-