Class RelationInstanceFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.relation.RelationInstanceFactory
- All Implemented Interfaces:
ModelFactory<RelationEntity,
RelationInstance>
public class RelationInstanceFactory
extends Object
implements ModelFactory<RelationEntity,RelationInstance>
- Since:
- 5.9
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildFrom
(RelationEntity hibernateObject, Expansions expansions) buildFrom
(RelatableEntity sourceEntity, String relationName, RelatableEntity targetEntity, Expansions expansions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.api.model.ModelFactory
buildFrom
-
Constructor Details
-
RelationInstanceFactory
-
-
Method Details
-
buildFrom
- Specified by:
buildFrom
in interfaceModelFactory<RelationEntity,
RelationInstance>
-
buildFrom
public RelationInstance buildFrom(RelatableEntity sourceEntity, String relationName, RelatableEntity targetEntity, Expansions expansions)
-