Uses of Interface
com.atlassian.crowd.model.DirectoryEntity
Packages that use DirectoryEntity
Package
Description
-
Uses of DirectoryEntity in com.atlassian.crowd.acceptance.tests.applications.crowd
Method parameters in com.atlassian.crowd.acceptance.tests.applications.crowd with type arguments of type DirectoryEntityModifier and TypeMethodDescriptionCrowdAcceptanceTestCase.namesOf(Iterable<? extends DirectoryEntity> entities) -
Uses of DirectoryEntity in com.atlassian.crowd.console.action
Classes in com.atlassian.crowd.console.action with type parameters of type DirectoryEntity -
Uses of DirectoryEntity in com.atlassian.crowd.dao.direntity
Methods in com.atlassian.crowd.dao.direntity with type parameters of type DirectoryEntityModifier and TypeMethodDescription<T extends DirectoryEntity>
voidDirectoryEntityResolver.put(T entity) <T extends DirectoryEntity>
voidLocallyCachedDirectoryEntityResolver.put(T entity) <T extends DirectoryEntity>
T<T extends DirectoryEntity>
T<T extends DirectoryEntity>
List<T> DirectoryEntityResolver.resolveAllOrNothing(long directoryId, Collection<String> keys, Class<T> entityClass) Returns list of all entities for the given keys, or null if any of the corresponding entities can't be found.<T extends DirectoryEntity>
List<T> LocallyCachedDirectoryEntityResolver.resolveAllOrNothing(long directoryId, Collection<String> names, Class<T> entityClass) Method parameters in com.atlassian.crowd.dao.direntity with type arguments of type DirectoryEntityModifier and TypeMethodDescriptionvoidDirectoryEntityResolver.putAll(List<? extends DirectoryEntity> entities) voidLocallyCachedDirectoryEntityResolver.putAll(List<? extends DirectoryEntity> entities) -
Uses of DirectoryEntity in com.atlassian.crowd.directory
Methods in com.atlassian.crowd.directory with parameters of type DirectoryEntityModifier and TypeMethodDescriptionvoidInternalDirectoryUtils.validateDirectoryForEntity(DirectoryEntity entity, Long directoryId) Validates that the directory entity has the same directory ID asdirectoryId.voidInternalDirectoryUtilsImpl.validateDirectoryForEntity(DirectoryEntity entity, Long directoryId) -
Uses of DirectoryEntity in com.atlassian.crowd.event.remote
Classes in com.atlassian.crowd.event.remote with type parameters of type DirectoryEntityModifier and TypeClassDescriptionclassRemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity> -
Uses of DirectoryEntity in com.atlassian.crowd.integration.rest.entity
Classes in com.atlassian.crowd.integration.rest.entity that implement DirectoryEntityModifier and TypeClassDescriptionclassRepresents a Group entity.classRepresents a User entity (client side). -
Uses of DirectoryEntity in com.atlassian.crowd.model
Subinterfaces of DirectoryEntity in com.atlassian.crowd.modelClasses in com.atlassian.crowd.model that implement DirectoryEntityModifier and TypeClassDescriptionclassInternalDirectoryEntity<T extends InternalEntityAttribute>Fields in com.atlassian.crowd.model with type parameters of type DirectoryEntityModifier and TypeFieldDescriptionstatic final Function<DirectoryEntity, String> DirectoryEntities.LOWER_NAME_FUNCTIONA function that projects the lower case namestatic final Function<DirectoryEntity, String> DirectoryEntities.NAME_FUNCTIONA function that projects the nameMethods in com.atlassian.crowd.model with type parameters of type DirectoryEntityModifier and TypeMethodDescriptionstatic <T extends DirectoryEntity>
List<T> DirectoryEntities.filterOutDuplicates(List<T> remoteEntities) Remove the duplicate entities from the passed list.Methods in com.atlassian.crowd.model that return types with arguments of type DirectoryEntityModifier and TypeMethodDescriptionstatic Comparator<DirectoryEntity> NameComparator.directoryEntityComparator()Method parameters in com.atlassian.crowd.model with type arguments of type DirectoryEntityModifier and TypeMethodDescriptionDirectoryEntities.namesOf(Collection<? extends DirectoryEntity> entities) Transforms entities into their names. -
Uses of DirectoryEntity in com.atlassian.crowd.model.group
Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.groupModifier and TypeInterfaceDescriptioninterfaceRepresents a group.interfaceRepresents a group with attributes.interfaceRepresents a group with members (but not all custom attributes).interfaceExtends the Group interface with "isLocal".interfaceExtends the Group interface with "updated date" and "created date".Classes in com.atlassian.crowd.model.group that implement DirectoryEntityModifier and TypeClassDescriptionclassclassImplementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.classA publicly mutable Group implementation.classMutable group template with mutable attributes.classRepresents a new or modified group for incremental synchronisation.classfinal classclassfinal classclassEncapsulates the concept of group.classEncapsulates the concept of group which has attributes.class -
Uses of DirectoryEntity in com.atlassian.crowd.model.user
Subinterfaces of DirectoryEntity in com.atlassian.crowd.model.userModifier and TypeInterfaceDescriptioninterfaceExtends the user interface with "updated date" and "created date".interfaceRepresents a user that exists in a directory.interfaceRepresents a user with attributes that exists in a directory.Classes in com.atlassian.crowd.model.user that implement DirectoryEntityModifier and TypeClassDescriptionclassclassImplementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final classfinal classfinal classfinal classclassEncapsulates the concept of crowd user.classEncapsulates the concept of user which has attributes.classclassclassA publicly mutable User implementation.classMutable user template with mutable attributes.classPredominantly used for the 'bulk' adding of users to Crowd. -
Uses of DirectoryEntity in com.atlassian.crowd.plugin.rest.entity.admin.directory
Methods in com.atlassian.crowd.plugin.rest.entity.admin.directory with parameters of type DirectoryEntityModifier and TypeMethodDescriptionstatic DirectoryEntityIdDirectoryEntityId.fromDirectoryEntity(DirectoryEntity entity) static StringDirectoryEntityId.marshal(DirectoryEntity entity) -
Uses of DirectoryEntity in com.atlassian.crowd.search.util
Method parameters in com.atlassian.crowd.search.util with type arguments of type DirectoryEntityModifier and TypeMethodDescriptionSearchResultsUtil.convertEntitiesToNames(Iterable<? extends DirectoryEntity> entities) Transforms collection of directory entities to collection of entity names. -
Uses of DirectoryEntity in com.atlassian.crowd.util
Methods in com.atlassian.crowd.util with type parameters of type DirectoryEntityModifier and TypeMethodDescriptionstatic <T extends DirectoryEntity>
Predicate<T> DirectoryEntityUtils.whereNameEquals(String name) Returns aPredicatethat returns true when its (entity) argument's name is equal to the given name to match.