Interface | Description |
---|---|
ExtendedUserDao |
User DAO with legacy JIRA customizations.
|
InternalMembershipDao |
This interface is used by OfBizDelegatingMembershipDao to avoid circular dependencies with the User and Group DAOs.
|
UnsortedRestriction |
A search restriction that implements this interface indicates to JIRA that results may be unsorted.
|
UserOrGroupStub |
A stub that represents the basic information about a user or group.
|
Class | Description |
---|---|
EntityAttributeCondition |
This class builds an Entity Condition "where string" that supports parameter markers.
|
IndexedUserDao |
Optimizes full text search.
|
NullEntityAttributeCondition |
This class builds an Entity Condition "where string" that supports parameter markers.
|
OfBizApplication | |
OfBizApplicationDao | |
OfBizCacheFlushingManager |
Dependencies on cache flushing orders exist between the Daos and are enforced by this class
e.g.
|
OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener | |
OfBizDelegatingMembershipDao |
This class implements the MembershipDao from the Crowd Embedded SPI, but needs to delegate most work to the
internal DAO to avoid circular dependencies with the User & Groupp DAOs.
|
OfBizDirectory | |
OfBizDirectoryDao | |
OfBizGroupDao | |
OfBizInternalMembershipDao | |
OfBizUser | |
OfBizUserDao |
Implementation of the user DAO that works with OfBiz
|
SimpleUserOrGroupStub | |
SwitchingUserDao |
Switch between indexing and nonindexing
UserDao . |
UnsortedBooleanRestriction |
Internal flagging restriction type that behaves like a normal BooleanRestriction but also indicates results may be
unsorted.
|
UnsortedNullRestriction | |
UnsortedTermRestriction<T> |
Internal flagging restriction type that behaves like a normal TermRestriction but also indicates results may be
unsorted.
|
Exception | Description |
---|---|
GroupNotFoundException |
Non stack trace filling exception used for flow control.
|
UserNotFoundException |
Non stack trace filling exception used for flow control.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.