| Constructor and Description |
|---|
AuditServiceImpl(AuditManager auditManager,
ModelFactory<AuditRecordEntity,AuditRecord> recordFactory,
AuditRecordEntityFactory recordEntityFactory,
PaginationService paginationService,
UserAccessor userAccessor,
PermissionManager permissionManager,
SettingsManager settingsManager,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager,
I18NBeanFactory i18NBeanFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditRecordFactory |
| Constructor and Description |
|---|
HibernateSpaceFinder(SpaceManagerInternal spaceManager,
ModelFactory<Space,Space> spaceFactory,
PaginationService paginationService,
PermissionManager permissionManager)
Deprecated.
|
SpaceServiceImpl(SpaceManagerInternal spaceManager,
SpaceTypeManager spaceTypeManager,
ModelFactory<Space,Space> spaceFactory,
PageManagerInternal pageManager,
ContentModelFactory contentFactory,
PaginationService paginationService,
PermissionManager permissionManager,
ContentService contentService,
SpacePermissionManager spacePermissionManager,
LongTaskFactory longTaskFactory,
FinderProxyFactory finderProxyFactory,
HibernateSpaceFinder hibernateSpaceFinder,
SqlSpaceFinder sqlSpaceService,
com.atlassian.config.db.HibernateConfig hibernateConfig,
CustomContentManager customContentManager,
RemoveSpaceTaskRunner removeSpaceTaskRunner,
GroupService groupService,
SpacePermissionOperationKeyConverter operationKeyConverter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentModelFactory
|
interface |
PersonModelFactory
A specialisation of
ModelFactory with extra operations related to Person. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSpaceFactory<H> |
class |
ContentFactory |
class |
ContributorsFactory
Makes
Contributors instances. |
class |
ContributorUsersFactory |
class |
DefaultContentTemplateFactory
DefaultContentTemplateFactory creates ContentTemplate from PageTemplate
|
class |
LabelFactory
Simple converter factory converts a Entity Label to Model Label object
|
class |
PersonFactory
Builder for Person objects.
|
class |
SpaceFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlSpaceFactory
Class to convert SpaceRow objects into Confluence API Space objects
|
| Constructor and Description |
|---|
SqlSpaceFinder(org.hibernate.SessionFactory sessionFactory,
PaginationService paginationService,
ModelFactory<SpaceRow,Space> sqlSpaceFactory,
PermissionManager permissionManager,
SpacePermissionManager spacePermissionManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ThemeModelFactory
A specialisation of
ModelFactory with extra operations for themes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeFactory
Produces instances of
Theme out of instances of ThemeModuleDescriptors. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupFactory
Factory class for building api group objects from corresponding atlassian user groups
|
| Constructor and Description |
|---|
GroupServiceImpl(com.atlassian.user.GroupManager groupManager,
ConfluenceAccessManager confluenceAccessManager,
UserAccessorInternal userAccessor,
ModelFactory<com.atlassian.user.Group,Group> groupFactory,
FinderProxyFactory finderProxyFactory) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentRestrictionModelFactory
A specialisation of
ModelFactory which adds extra methods for handling of ContentRestrictions. |
interface |
SpacePermissionModelFactory
A specialisation of
ModelFactory with extra operations for handling space permissions. |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentRestrictionFactory
Produces
ContentRestriction from provided ContentPermissionSets |
class |
SpacePermissionFactory
Builds
SpacePermission objects out of SpacePermission hibernate objects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelatableModelFactory<S extends RelatableEntity,T extends Relatable>
A specialization of
ModelFactory for use with Relatables. |
interface |
RelationInstanceModelFactory
A specialisation of
ModelFactory with extra operations for relations. |
| Modifier and Type | Class and Description |
|---|---|
class |
RelatableFactory<S extends RelatableEntity,T extends Relatable> |
class |
RelationInstanceFactory |
| Constructor and Description |
|---|
RelatableFactory(ContentModelFactory contentFactory,
ModelFactory<Space,Space> spaceFactory,
PersonModelFactory personFactory) |
| Constructor and Description |
|---|
DefaultApiRestEntityFactory(ContentModelFactory contentFactory,
ModelFactory<Space,Space> spaceFactory,
RestEntityEnrichmentManager restEntityEnrichmentManager,
RelationService relationService) |
| Constructor and Description |
|---|
DefaultRelationManager(Content2ContentHibernateRelationDao content2ContentHibernateRelationDao,
User2ContentHibernateRelationDao user2ContentHibernateRelationDao,
User2UserHibernateRelationDao user2UserHibernateRelationDao,
com.atlassian.event.api.EventPublisher eventPublisher,
ModelFactory<RelationEntity,RelationInstance> relationInstanceFactory) |
Copyright © 2003–2017 Atlassian. All rights reserved.