Class MembershipsIterableImpl
java.lang.Object
com.atlassian.crowd.manager.application.MembershipsIterableImpl
- All Implemented Interfaces:
ApplicationService.MembershipsIterable,Iterable<Membership>
public class MembershipsIterableImpl
extends Object
implements ApplicationService.MembershipsIterable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMembershipsIterableImpl(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, Application application, AccessFilterFactory accessFilterFactory) -
Method Summary
Modifier and TypeMethodDescriptionintiterator()runWithClassLoader(ClassLoader classLoader, ApplicationService.MembershipsIterable original) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MembershipsIterableImpl
protected MembershipsIterableImpl(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, Application application, AccessFilterFactory accessFilterFactory)
-
-
Method Details
-
groupCount
public int groupCount()- Specified by:
groupCountin interfaceApplicationService.MembershipsIterable
-
iterator
- Specified by:
iteratorin interfaceIterable<Membership>
-
runWithClassLoader
public static ApplicationService.MembershipsIterable runWithClassLoader(ClassLoader classLoader, ApplicationService.MembershipsIterable original)
-