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
ModifierConstructorDescriptionprotected
MembershipsIterableImpl
(DirectoryManager directoryManager, SearchStrategyFactory searchStrategyFactory, Application application, AccessFilterFactory accessFilterFactory) -
Method Summary
Modifier and TypeMethodDescriptionint
iterator()
runWithClassLoader
(ClassLoader classLoader, ApplicationService.MembershipsIterable original) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
groupCount
in interfaceApplicationService.MembershipsIterable
-
iterator
- Specified by:
iterator
in interfaceIterable<Membership>
-
runWithClassLoader
public static ApplicationService.MembershipsIterable runWithClassLoader(ClassLoader classLoader, ApplicationService.MembershipsIterable original)
-