Package com.enonic.xp.content
Class ActiveContentVersionEntry
- java.lang.Object
-
- com.enonic.xp.content.ActiveContentVersionEntry
-
- All Implemented Interfaces:
Comparable<ActiveContentVersionEntry>
@PublicApi public class ActiveContentVersionEntry extends Object implements Comparable<ActiveContentVersionEntry>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(ActiveContentVersionEntry o)Deprecated.static ActiveContentVersionEntryfrom(Branch branch, ContentVersion contentVersion)BranchgetBranch()ContentVersiongetContentVersion()
-
-
-
Method Detail
-
from
public static ActiveContentVersionEntry from(Branch branch, ContentVersion contentVersion)
-
getContentVersion
public ContentVersion getContentVersion()
-
getBranch
public Branch getBranch()
-
compareTo
@Deprecated public int compareTo(ActiveContentVersionEntry o)
Deprecated.- Specified by:
compareToin interfaceComparable<ActiveContentVersionEntry>
-
-