| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceServiceImpl.create(Space space,
boolean isPrivate) |
Space |
SpaceServiceImpl.update(Space space) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Space> |
SpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceServiceImpl.create(Space space,
boolean isPrivate) |
LongTaskSubmission |
SpaceServiceImpl.delete(Space spaceToDelete) |
SpaceService.SpaceContentFinder |
SpaceServiceImpl.findContent(Space space,
Expansion... expansions) |
Space |
SpaceServiceImpl.update(Space space) |
ValidationResult |
SpaceServiceImpl.ValidatorImpl.validateCreate(Space space,
boolean isPrivate) |
ValidationResult |
SpaceServiceImpl.ValidatorImpl.validateDelete(Space space) |
ValidationResult |
SpaceServiceImpl.ValidatorImpl.validateUpdate(Space space) |
| 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 | Method and Description |
|---|---|
Space |
SpaceFactory.buildFrom(Space space,
Expansions expansions) |
protected Space |
AbstractSpaceFactory.buildSpaceTarget(Space space) |
protected Space |
AbstractSpaceFactory.buildSpaceTarget(SpaceRow space) |
| Modifier and Type | Method and Description |
|---|---|
protected List<OperationCheckResult> |
AbstractSpaceFactory.getOperations(Space entity,
Expansions expansions) |
| Constructor and Description |
|---|
ContentFactory(ContentBodyFactory contentBodyFactory,
ModelFactory<Space,Space> spaceFactory,
ContentMetadataFactory metadataFactory,
VersionFactory versionFactory,
HistoryFactory historyFactory,
ChildContentFactory childContentFactory,
ContentExtensionsFactory extensionsFactory,
OperationService operationService,
ContentRestrictionService contentRestrictionService,
NavigationService navigationService,
FeatureFlagServiceClient featureFlagServiceClient,
EditorHelper editorHelper) |
DefaultContentTemplateFactory(ModelFactory<Space,Space> spaceFactory,
ModelFactory<Label,Label> labelFactory) |
| Modifier and Type | Method and Description |
|---|---|
Space |
SqlSpaceFactory.buildFrom(SpaceRow row,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Space> |
SqlSpaceFinder.SqlSpaceFinderImpl.fetchMany(PageRequest request) |
com.atlassian.fugue.Option<Space> |
SqlSpaceFinder.SqlSpaceFinderImpl.fetchOne() |
| Constructor and Description |
|---|
SqlSpaceFinder(org.hibernate.SessionFactory sessionFactory,
PaginationService paginationService,
ModelFactory<SpaceRow,Space> sqlSpaceFactory,
PermissionManager permissionManager,
SpacePermissionManager spacePermissionManager) |
| Constructor and Description |
|---|
RelatableFactory(ContentModelFactory contentFactory,
ModelFactory<Space,Space> spaceFactory,
PersonModelFactory personFactory) |
| Modifier and Type | Method and Description |
|---|---|
Space |
Space.SpaceBuilder.build() |
Space |
JsonSpaceProperty.getSpace() |
Space |
Content.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
static Reference<Space> |
Space.buildReference(String spaceKey)
builds a collapsed reference to the space with the given spaceKey
|
Reference<Space> |
JsonSpaceProperty.getSpaceRef() |
Reference<Space> |
Content.getSpaceRef() |
| Modifier and Type | Method and Description |
|---|---|
static Space.SpaceBuilder |
Space.builder(Space space) |
JsonSpaceProperty.SpacePropertyBuilder |
JsonSpaceProperty.SpacePropertyBuilder.space(Space space) |
Content.ContentBuilder |
Content.ContentBuilder.space(Space space) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Space.getSpaceKey(Reference<Space> reference) |
JsonSpaceProperty.SpacePropertyBuilder |
JsonSpaceProperty.SpacePropertyBuilder.space(Reference<Space> space) |
Content.ContentBuilder |
Content.ContentBuilder.space(Reference<Space> space) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Space> |
ContentTemplate.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
ContentTemplate.ContentTemplateBuilder |
ContentTemplate.ContentTemplateBuilder.space(Space space) |
| Modifier and Type | Method and Description |
|---|---|
Reference<Space> |
Theme.getSpaceReference() |
static Reference<Space> |
Theme.getSpaceReference(Reference<Theme> reference) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
Theme.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
Theme.ThemeBuilder |
Theme.ThemeBuilder.space(Reference<Space> spaceRef) |
| Modifier and Type | Field and Description |
|---|---|
static FavouriteRelationDescriptor<Space> |
FavouriteRelationDescriptor.SPACE_FAVOURITE
The relation type for user Space favourites.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceSearchResult.getSpace() |
| Modifier and Type | Method and Description |
|---|---|
Reference<Space> |
SpaceSearchResult.getEntityRef() |
| Modifier and Type | Method and Description |
|---|---|
Reference<Space> |
SpaceSettings.getSpaceReference() |
Reference<Space> |
LookAndFeel.getSpaceReference() |
static Reference<Space> |
LookAndFeel.getSpaceReference(Reference<LookAndFeel> reference) |
static Reference<Space> |
SpaceSettings.getSpaceReference(Reference<SpaceSettings> reference) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Reference<T> |
SpaceSettings.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
static <T> Reference<T> |
LookAndFeel.buildReference(Class<T> referentClass,
Reference<Space> spaceRef) |
SpaceSettings.SpaceSettingsBuilder |
SpaceSettings.SpaceSettingsBuilder.space(Reference<Space> spaceRef) |
LookAndFeel.LookAndFeelBuilder |
LookAndFeel.LookAndFeelBuilder.space(Reference<Space> spaceRef) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.Builder |
Navigation.collection(Space space)
a builder to produce a URL to the collection that the space belongs to.
|
Navigation.SpaceNav |
Navigation.space(Space space)
create a space nav builder to reference the given space
|
| Modifier and Type | Method and Description |
|---|---|
Navigation.Builder |
Navigation.SettingsNav.lookAndFeel(Reference<Space> reference) |
Navigation.SpaceNav |
Navigation.space(Reference<Space> spaceReference)
create a space nav builder to reference the given space
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
Space |
SpaceService.update(Space space)
Updates a space.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Space> |
SpaceService.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
Since 5.5 use find().withKey(String).fetchOne();
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
LongTaskSubmission |
SpaceService.delete(Space spaceToDelete)
Delete the given space.
|
SpaceService.SpaceContentFinder |
SpaceService.findContent(Space space,
Expansion... expansion)
A finder to locate content in the space
|
Space |
SpaceService.update(Space space)
Updates a space.
|
ValidationResult |
SpaceService.Validator.validateCreate(Space newSpace,
boolean isPrivate)
Validate that a Space can be added, including permission checks.
|
ValidationResult |
SpaceService.Validator.validateDelete(Space spaceToDelete)
Validate that a Space can be deleted, including permission checks.
|
ValidationResult |
SpaceService.Validator.validateUpdate(Space space)
Validate that a Space can be updated, including permission checks.
|
ContentService.ParameterContentFinder |
ContentService.ParameterContentFinder.withSpace(Space... space)
Restrict the fetched content to those in the given spaces.
|
| Modifier and Type | Method and Description |
|---|---|
ContentTemplateService.ParameterTemplateFinder |
ContentTemplateService.ParameterTemplateFinder.withSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
PageResponse<ContentTemplate> |
ContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions)
Returns templates of the current space, or returns global templates if no space specified.
|
| Modifier and Type | Method and Description |
|---|---|
RestEntity<Space> |
DefaultApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions) |
RestEntity<Space> |
ApiRestEntityFactory.buildRestEntityFrom(Space space,
Expansions expansions) |
| Constructor and Description |
|---|
DefaultApiRestEntityFactory(ContentModelFactory contentFactory,
ModelFactory<Space,Space> spaceFactory,
RestEntityEnrichmentManager restEntityEnrichmentManager,
RelationService relationService) |
| Modifier and Type | Method and Description |
|---|---|
static Space |
ApiEntityConverter.convertItSpaceToApiSpace(Space space) |
Space |
CustomContentHelperRpc.createSpaceWithAddonPermissions(Space space,
Map<Subject,List<OperationKey>> operations) |
| Modifier and Type | Method and Description |
|---|---|
static Space |
ApiEntityConverter.convertApiSpaceToItSpace(Space space) |
Space |
CustomContentHelperRpc.createSpaceWithAddonPermissions(Space space,
Map<Subject,List<OperationKey>> operations) |
| Modifier and Type | Method and Description |
|---|---|
JsonSpaceProperty |
JsonPropertyFactory.buildFrom(Space space,
CustomContentEntityObject storageContentProperty,
Expansions expansions) |
com.google.common.base.Function<CustomContentEntityObject,JsonSpaceProperty> |
JsonPropertyFactory.buildSpacePropertyFromFunction(Space space,
Expansions expansions) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.Builder |
RestNavigationImpl.collection(Space spaceData) |
Navigation.SpaceNav |
RestNavigationImpl.space(Space space) |
| Modifier and Type | Method and Description |
|---|---|
Navigation.SpaceNav |
RestNavigationImpl.space(Reference<Space> space) |
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceResource.createPrivateSpace(Space newSpace)
Creates a new private space, viewable only by its creator.
|
Space |
SpaceResource.createSpace(Space newSpace)
Creates a new space.
|
Space |
SpaceResource.space(String spaceKey,
String expand)
Returns information about a space.
|
Space |
SpaceResource.update(String spaceKey,
Space space)
Updates a space.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Space> |
SpaceResource.spaces(String spaceKey,
List<String> spaceKeys,
String type,
String status,
List<String> labelNames,
Boolean favourite,
String favouriteUserKey,
String expand,
int offset,
String afterOffset,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Returns information about a number of spaces.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceResource.createPrivateSpace(Space newSpace)
Creates a new private space, viewable only by its creator.
|
Space |
SpaceResource.createSpace(Space newSpace)
Creates a new space.
|
Space |
SpaceResource.update(String spaceKey,
Space space)
Updates a space.
|
| Modifier and Type | Method and Description |
|---|---|
PageResponse<Space> |
SpaceDirectoryResource.doSearch(String query,
Set<String> labels,
String type,
String status,
Integer start,
Integer limit,
javax.ws.rs.core.UriInfo uriInfo)
Search for spaces within the directory.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.create(Space newSpace,
boolean isPrivate) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<PageResponse<Space>> |
RemoteSpaceService.RemoteSpaceFinder.fetchMany(PageRequest request) |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOne() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceService.RemoteSpaceSingleFetcher.fetchOne() |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.RemoteSpaceFinderImpl.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.RemoteSpaceSingleFetcher.fetchOneOrNull() |
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceServiceImpl.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
|
com.atlassian.util.concurrent.Promise<com.atlassian.fugue.Option<Space>> |
RemoteSpaceService.getSpace(String spaceKey,
Expansion... expansions)
Deprecated.
since 5.6. Use
RemoteSpaceService.find(Expansion...) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.update(Space space) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Updates a space.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.create(Space newSpace,
boolean isPrivate) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.create(Space newSpace,
boolean isPrivate)
Create a new space.
|
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceServiceImpl.delete(Space space) |
com.atlassian.util.concurrent.Promise<LongTaskSubmission> |
RemoteSpaceService.delete(Space spaceToDelete)
Delete the given space.
|
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceServiceImpl.findContent(Space space,
Expansion... expansion) |
RemoteSpaceService.RemoteSpaceContentFinder |
RemoteSpaceService.findContent(Space space,
Expansion... expansion)
Create a finder to find content in the given space.
|
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceServiceImpl.update(Space space) |
com.atlassian.util.concurrent.Promise<Space> |
RemoteSpaceService.update(Space space)
Updates a space.
|
RemoteContentService.RemoteParameterContentFinder |
RemoteContentService.RemoteParameterContentFinder.withSpace(Space... space) |
RemoteContentService.RemoteParameterContentFinder |
AbstractRemoteContentService.AbstractRemoteContentFinder.withSpace(Space... spaces) |
RemoteContentTemplateService.RemoteParameterTemplateFinder |
RemoteContentTemplateService.RemoteParameterTemplateFinder.withSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateService.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
| Constructor and Description |
|---|
RemoteSpaceContentFinderImpl(AbstractRemoteService other,
Space space,
Expansion[] expansion) |
| Modifier and Type | Method and Description |
|---|---|
RemoteContentTemplateService.RemoteParameterTemplateFinder |
RemoteContentTemplateServiceImpl.RemoteTemplateFinderImpl.withSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<PageResponse<ContentTemplate>> |
RemoteContentTemplateServiceImpl.getTemplates(ContentTemplateType contentTemplateType,
com.atlassian.fugue.Option<Space> space,
PageRequest pageRequest,
Expansion... expansions) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpaceDirectoryTest.SpaceDirectoryPage.assertSpaceIsNotPresent(Space space) |
void |
SpaceDirectoryTest.SpaceDirectoryPage.assertSpaceIsPresent(Space space) |
void |
SpaceDirectoryTest.SpaceDirectoryPage.assertTeamLabelLozengeIsNotPresent(Space space,
String label) |
void |
SpaceDirectoryTest.SpaceDirectoryPage.assertTeamLabelLozengeIsPresent(Space space,
String label) |
List<Content> |
BreadcrumbsTest.createPageHierarchy(Space space,
int depth,
String pageTitlePrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected EditorPage |
BlogEditorTest.loginAndCreatePage(UserWithDetails user,
Space space) |
protected EditorPage |
PageEditorTest.loginAndCreatePage(UserWithDetails user,
Space space) |
protected abstract EditorPage |
AbstractPageEditorTest.loginAndCreatePage(UserWithDetails user,
Space space) |
| Modifier and Type | Method and Description |
|---|---|
static SimpleHtmlSpaceExportStructure |
Exporter.getSimpleHtmlExportStructure(Space space,
File htmlExportZip)
Given an export html zip, returns a structure that represents the export.
|
| Constructor and Description |
|---|
SimpleHtmlSpaceExportStructure(Space space,
ZipFile exportZipFile) |
| Modifier and Type | Method and Description |
|---|---|
Content |
KnowledgeBaseTestHelper.createEmptyPage(UserWithDetails author,
String title,
Space space) |
| Modifier and Type | Method and Description |
|---|---|
List<ContentSearchResult> |
KnowledgeBaseSearchV2Rest.searchWithLikes(Space space,
String queryString,
Set<String> labels) |
List<SearchResult> |
KnowledgeBaseSearchRest.searchWithLikes(Space space,
String queryString,
Set<String> labels) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchV2Rest.searchWithLikesResource(Space space,
String queryString) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchRest.searchWithLikesResource(Space space,
String queryString) |
List<ContentSearchResult> |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser) |
List<SearchResult> |
KnowledgeBaseSearchRest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser) |
List<ContentSearchResult> |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecks(Space space,
String queryString,
User permissionCheckedUser,
boolean highlighting) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchV2Rest.searchWithPermissionChecksResource(Space space,
String queryString,
User permissionCheckedUser) |
com.sun.jersey.api.client.WebResource |
KnowledgeBaseSearchRest.searchWithPermissionChecksResource(Space space,
String queryString,
User permissionCheckedUser) |
PermissionStateResponse |
KnowledgeBasePermissionsRest.setAnonymousViewSpacePermission(Space space,
boolean setEnabled) |
PermissionStateResponse |
KnowledgeBasePermissionsRest.setUnlicensedViewSpacePermission(Space space,
boolean setEnabled) |
| Modifier and Type | Method and Description |
|---|---|
PermissionStateResponse |
KnowledgeBasePermissionsRest.queryPermissions(com.atlassian.fugue.Option<Space> spaceOpt) |
| Modifier and Type | Method and Description |
|---|---|
void |
PermissionsRest.addSpacePermissions(Space space,
Subject subject,
SpacePermission... permissions) |
void |
PermissionsRest.addSpaceUnlicensedAuthenticatedPermissions(Space space,
SpacePermission... permissions) |
void |
PermissionsRest.removeAllSpacePermissions(Space space,
Subject subject) |
void |
PermissionsRest.removeSpacePermissions(Space space,
Subject subject,
SpacePermission... permissions) |
void |
PermissionsRest.removeSpaceUnlicensedAuthenticatedPermissions(Space space,
SpacePermission... permissions) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeRest.setSpaceTheme(Space space,
BundledTheme theme) |
| Modifier and Type | Method and Description |
|---|---|
Space |
ConfluenceRpcSession.createPersonalSpace(User user) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfluenceRpcSession.addLabelToSpace(String label,
Space space)
Adds a label to the specified space
|
void |
ConfluenceRpcSession.archiveSpace(Space space) |
long |
FunctestRpc.createTemplate(String templateName,
String content,
Space space) |
boolean |
NotificationRpc.isWatchingSpace(Space space,
User user) |
boolean |
NotificationRpc.isWatchingSpaceForType(Space space,
ContentType contentType,
User user) |
void |
FunctestRpc.setWatchSpace(User user,
Space space,
ContentType contentType,
boolean watchEnabled) |
void |
ConfluenceRpcSession.unarchiveSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
PermissionsRpc.getPermissionsForUser(Space space,
User user) |
void |
PermissionsRpc.grantAllPermissions(Subject subject,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantAllPermissionsExceptAdmin(Subject subject,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantAnonymousPermission(SpacePermission permission,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantPermission(SpacePermission permission,
Space space,
Subject subject)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.grantPermissions(Space space,
Subject subject,
SpacePermission... permissions)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokeAnonymousPermission(SpacePermission permission,
Space space)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokePermission(SpacePermission permission,
Space space,
Subject subject)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
void |
PermissionsRpc.revokePermissions(Space space,
Subject subject,
SpacePermission... permissions)
Deprecated.
Old XMLRPC method. Use
PermissionsRest instead. |
| Modifier and Type | Method and Description |
|---|---|
CreateBlog |
ConfluenceTestedProduct.loginAndCreateBlog(UserWithDetails user,
Space space) |
CreatePage |
ConfluenceTestedProduct.loginAndCreatePage(UserWithDetails user,
Space space) |
CreatePageTemplate |
ConfluenceTestedProduct.loginAndCreatePageTemplate(UserWithDetails user,
Space space) |
| Constructor and Description |
|---|
FavouriteSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TemplatesPageAddOnPanel.demote(ItContentBlueprint blueprint,
Class<T> templatePage,
Space space) |
<T> T |
TemplatesPageAddOnPanel.disable(ItContentBlueprint blueprint,
Class<T> templatePage,
Space space) |
<T> T |
TemplatesPageAddOnPanel.disableAllContentBlueprints(Class<T> templatePage,
Space space)
Disables all the blueprints
|
<T> T |
TemplatesPageAddOnPanel.enable(ItContentBlueprint blueprint,
Class<T> templatePage,
Space space) |
<T> T |
TemplatesPageAddOnPanel.promote(ItContentBlueprint blueprint,
Class<T> templatePage,
Space space) |
<T> T |
TemplatesPageAddOnPanel.revertTemplate(ItContentTemplateRef templateRef,
Class<T> returnClass,
Space space) |
| Constructor and Description |
|---|
BlueprintTemplateEditorPage(ItContentTemplateRef templateRef,
Space space) |
ListBlueprintTemplates(Space space) |
UserTemplateEditorPage(long templateId,
Space space)
Deprecated.
since 2.15.10, use
UserTemplateEditorPage.UserTemplateEditorPage(long templateId) |
| Modifier and Type | Method and Description |
|---|---|
FavouriteSpace |
DashboardSpacesTab.getFavouriteSpace(Space space) |
boolean |
DashboardSpacesTab.isSpacePresent(Space space) |
boolean |
DashboardSpacesTab.isSpacePresent(Space space,
String section) |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveBlogPostDialog.clickMoveAndAssertNewSpace(Space space) |
boolean |
MovePageDialog.isSpacePresentInBrowse(Space space)
Returns true if the given space is available in the space select of the browse panel
|
void |
SpacePicker.pickSpace(Space space) |
SpacePicker |
SpacePicker.selectSpace(Space space) |
void |
LinkBrowserDialog.selectSpace(Space space) |
MovePageDialog |
MovePageDialog.selectSpaceInBrowse(Space space) |
void |
SearchPanelInImageBrowserDialog.setSpace(Space space) |
MovePageDialog |
MovePageDialog.waitForBreadcrumbs(Space space,
Content parentPage) |
| Modifier and Type | Method and Description |
|---|---|
MultiSpacePicker |
MultiSpacePicker.searchAndSelectSpace(Space space) |
| Modifier and Type | Method and Description |
|---|---|
SpaceDirectoryPage |
SpaceDirectoryPage.clickAddFavouriteLink(Space space) |
ViewSpaceSummaryPage |
SpaceDirectoryPage.clickSpaceSummaryLink(Space space) |
SpaceDirectoryPage |
SpaceDirectoryPage.clickTeamLabelLozenge(Space space,
String labelName) |
String |
SpaceDirectoryPage.getSpaceLogoImageSource(Space space) |
String |
SpaceDirectoryPage.getSpaceName(Space space) |
boolean |
SpaceDirectoryPage.isSpaceFavouritesVisible(Space space) |
boolean |
SpaceDirectoryPage.isSpacePresent(Space space) |
boolean |
SpaceDirectoryPage.isTeamLabelLozengePresent(Space space,
String labelName) |
| Constructor and Description |
|---|
SpaceTemplatesPage(Space space) |
| Constructor and Description |
|---|
CreateBlog(Space space) |
CreatePage(Space space) |
PageTemplateWizard(Space space) |
PageTemplateWizard(Space space,
Content parentPage) |
PageTemplateWizard(Space space,
Long templateId) |
ViewRecentBlogPosts(Space space) |
| Constructor and Description |
|---|
LabelSearchPage(Space space,
String label) |
| Modifier and Type | Field and Description |
|---|---|
protected Space |
AbstractSpaceExport.space |
| Constructor and Description |
|---|
AbstractSpaceExport(Space space) |
BrowseSpacePage(Space space) |
ChooseSpaceThemePage(Space space) |
ColorSchemePage(Space space) |
CopySpacePage(Space space) |
CreatePageTemplate(Space space) |
EditCustomContent(Space space) |
EditSpaceDetailsPage(Space space) |
EditSpacePermissionsPage(Space space) |
EditSpaceStylesheetPage(Space space) |
ListPageTemplates(Space space) |
MailboxImportPage(Space space) |
PageOrderingTree(Space space) |
PagesCollectorPage(Space space) |
SiteExportResult(Space space) |
SpaceHtmlExport(Space space) |
SpaceXmlExport(Space space) |
ViewPageTemplate(Space space,
String entityId) |
ViewSpacePermissionsPage(Space space) |
ViewSpaceStylesheetPage(Space space) |
ViewSpaceSummaryPage(Space space) |
ViewSpaceTrashPage(Space space) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SpaceUrlBuilder.chooseTemplateToCreatePageUrl(Space space) |
static String |
SpaceUrlBuilder.chooseTemplateToCreatePageUrl(Space space,
long parentPageId) |
static String |
SpaceUrlBuilder.getAttachmentsUrl(Space space) |
static String |
SpaceUrlBuilder.getBlogCollectorUrl(Space space) |
static String |
SpaceUrlBuilder.getChooseThemeUrl(Space space) |
static String |
SpaceUrlBuilder.getCreateBlogPostUrl(Space space) |
static String |
SpaceUrlBuilder.getCreateChildPageUrl(Space space,
long parentPageId) |
static String |
SpaceUrlBuilder.getCreatePageFromTemplateUrl(Space space,
long templateId) |
static String |
SpaceUrlBuilder.getCreatePageUrl(Space space) |
static String |
SpaceUrlBuilder.getCreateTemplateUrl(Space space) |
static String |
SpaceUrlBuilder.getEditColorSchemeUrl(Space space) |
static String |
SpaceUrlBuilder.getHtmlExportUrl(Space space) |
static String |
SpaceUrlBuilder.getLabelsUrl(Space space) |
static String |
SpaceUrlBuilder.getPagesAlphabeticalUrl(Space space) |
static String |
SpaceUrlBuilder.getPagesAlphabeticalUrl(Space space,
String startsWith) |
static String |
SpaceUrlBuilder.getPagesCollectorUrl(Space space) |
static String |
SpaceUrlBuilder.getPageTreeUrl(Space space) |
static String |
SpaceUrlBuilder.getSpaceSummaryUrl(Space space) |
| Modifier and Type | Method and Description |
|---|---|
protected Content |
AbstractExternalRequestAcceptanceTest.createPage(Space space,
String title,
String content,
Content parent,
UserWithDetails creator) |
protected Content |
AbstractExternalRequestAcceptanceTest.createTopLevelPage(Space space,
String title,
String content,
UserWithDetails creator) |
| Modifier and Type | Method and Description |
|---|---|
Content |
HowToBlueprintTest.createPage(String title,
Space space) |
ViewPage |
KnowledgeBaseWebDriverHelper.goToIndexPageAndCheckContent(Space space,
String expectedIndexPageTitle,
String... expectedListedTitles) |
Copyright © 2003–2017 Atlassian. All rights reserved.