Class VersionFactory
- java.lang.Object
-
- com.atlassian.confluence.api.impl.service.content.factory.VersionFactory
-
-
Constructor Summary
Constructors Constructor Description VersionFactory(PersonFactory personFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Version
build(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory)
Reference<Version>
buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory)
-
-
-
Constructor Detail
-
VersionFactory
public VersionFactory(PersonFactory personFactory)
-
-
Method Detail
-
build
public Version build(ContentEntityObject entity, Expansions subExpansions, ContentFactory contentFactory)
-
buildRef
public Reference<Version> buildRef(ContentEntityObject entity, Fauxpansions fauxpansions, ContentFactory contentFactory)
-
-