com.atlassian.confluence.api.impl.service.content.factory
Class SpaceFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.content.factory.ModelFactory<Space,Space>
com.atlassian.confluence.api.impl.service.content.factory.SpaceFactory
public class SpaceFactory
- extends ModelFactory<Space,Space>
Builds Space
objects out of Space
hibernate objects.
Methods inherited from class com.atlassian.confluence.api.impl.service.content.factory.ModelFactory |
asFunction |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DESCRIPTION_REPRESENTATION
public static final ContentRepresentation DEFAULT_DESCRIPTION_REPRESENTATION
SpaceFactory
public SpaceFactory(SpaceLogoManager spaceLogoManager,
SpaceManager spaceManager,
com.google.common.base.Supplier<ContentFactory> contentFactorySupplier)
buildFrom
public Space buildFrom(java.lang.String spaceKey,
Expansions expansions)
buildFrom
public Space buildFrom(Space space,
Expansions expansions)
- Specified by:
buildFrom
in class ModelFactory<Space,Space>
Copyright © 2003-2014 Atlassian. All Rights Reserved.