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