Class GroupFactory
java.lang.Object
com.atlassian.confluence.api.impl.service.people.GroupFactory
- All Implemented Interfaces:
ModelFactory<com.atlassian.user.Group,Group>
Factory class for building api group objects from corresponding atlassian user groups
- Since:
- 5.10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildFrom(com.atlassian.user.Group hibernateObject, Expansions expansions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.confluence.api.model.ModelFactory
buildFrom
-
Constructor Details
-
GroupFactory
public GroupFactory()
-
-
Method Details
-
buildFrom
- Specified by:
buildFromin interfaceModelFactory<com.atlassian.user.Group,Group>
-