Package com.enonic.xp.content
Class ContentDependenciesAggregation
- java.lang.Object
-
- com.enonic.xp.content.ContentDependenciesAggregation
-
@Beta public class ContentDependenciesAggregation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContentDependenciesAggregation(Bucket bucket)
ContentDependenciesAggregation(ContentTypeName type, java.lang.Long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
ContentTypeName
getType()
-
-
-
Constructor Detail
-
ContentDependenciesAggregation
public ContentDependenciesAggregation(Bucket bucket)
-
ContentDependenciesAggregation
public ContentDependenciesAggregation(ContentTypeName type, java.lang.Long count)
-
-
Method Detail
-
getType
public ContentTypeName getType()
-
getCount
public long getCount()
-
-