public class FuncTestRpcDelegator extends Object implements FuncTestRpcHandler
Constructor and Description |
---|
FuncTestRpcDelegator() |
Modifier and Type | Method and Description |
---|---|
boolean |
addExistingProfilePicture(String token,
String userName,
String fileName)
Attempts to add a existing profile picture to a user's profile.
|
boolean |
addGroupAnyCase(String token,
String groupname)
Allows addition of a group without enforcing that the name be all lower case.
|
int |
addLabelToLabelable(String token,
String labelName,
String labelableId,
String labelableType)
Adds a label to a labelable, because the public RPC API doesn't let you do it.
|
boolean |
addMailServer(String token,
String serverName,
String protocol,
String hostname,
int port,
String username,
String password,
String toAddress)
Add a POP server to poll for emails in a particular account.
|
boolean |
addMailServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port) |
boolean |
addMailServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port,
String fromName) |
boolean |
addSmtpServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port)
Add an SMTP mail server.
|
boolean |
addSmtpServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port,
String fromName) |
boolean |
addUserAnyCase(String token,
String username,
String email,
String fullname,
String password)
Allows addition of a user without enforcing that the username be all lower case.
|
boolean |
assertThatIndexQueueEntryHasBeenProcessed(String token,
String searchableClassname,
String searchableId) |
boolean |
changeAttachmentCreatedDate(String token,
String contentId,
String attachmentFileName,
Date createdDate)
Change the created date of an attachment
|
boolean |
changeBlogPostModificationDate(String token,
String blogId,
Date modificationDate)
Change the modification date of a blog post
|
boolean |
changeCommentCreatedDate(String token,
String commentId,
Date createdDate)
Change the created date of a comment
|
String |
changeLoggerLevel(String token,
String loggerName,
String level)
Change the level of the specified logger.
|
boolean |
changePageCreatedDate(String token,
String pageId,
Date createdDate)
Change the created date of a page
|
boolean |
changePageModificationDate(String token,
String pageId,
Date modificationDate)
Change the modification date of a page
|
boolean |
changeSpaceCreatedDate(String token,
String spaceKey,
Date createdDate)
Change the created date of a space
|
boolean |
clearCustomHtml(String token)
Clears the global custom html.
|
boolean |
clearEventListeners(String token)
Removes all temporary event listeners, regardless of their state.
|
boolean |
clearIndex(String token)
Blows away the main Confluence search index.
|
boolean |
clearQueue(String token,
String queueName)
Removes all items from the specified queue
|
Boolean |
clearSystemProperty(String token,
String name)
Unset a system property.
|
String |
convertMarkupToXhtml(String token,
String wikiMarkup,
String pageId)
Render a page as XHTML.
|
String |
convertXhtmlToMarkup(String token,
String xhtml,
String pageId)
Convert XHTML to WikiMarkup.
|
int |
countDrafts(String token,
String owner) |
Hashtable |
createDraft(String token,
Hashtable draft)
Creates a draft for the draft owner and draft type with the specified title and content.
|
boolean |
createJohnsonEvent(String token,
String message)
Creates a Johnson event inside Confluence.
|
Vector<Hashtable> |
createPagesFromPrototype(String token,
Hashtable pageStruct,
int count)
Creates a series of pages based on a prototype.
|
Vector<String> |
createSpaces(String token,
int count)
Creates a bunch of spaces.
|
String |
createTemplate(String token,
String templateName,
String content,
String spaceKey)
Create a new template.
|
String |
createTemplateWithStorageFormat(String token,
String templateName,
String storageFormat,
String spaceKey)
Create a new template from storage format code.
|
int |
createTestUsers(String token,
int count)
Create test users with usernames "testuser0", "testuser1", etc.
|
boolean |
createUserMacro(String token,
String name,
boolean hasBody,
String bodyType,
String outputType,
String template,
String title,
String description,
String category,
String iconUrl,
String documentationUrl,
boolean hidden)
Create a User Macro
|
boolean |
disablePlugin(String token,
String pluginKey)
Disable a plugin.
|
boolean |
disablePluginModule(String token,
String pluginKey,
String moduleKey)
Disable plugin module
|
boolean |
disablePluginWithoutPersisting(String token,
String pluginKey)
Disable a plugin without persisting.
|
boolean |
disableSiteFeature(String token,
String featureKey)
Disables a given dark feature for the entire site.
|
boolean |
disableUserFeature(String token,
String featureKey)
Disables a given dark feature for the logged in user.
|
boolean |
disconnectGroup(String token,
String groupname)
Disconnect a group from Confluence.
|
boolean |
disconnectUser(String token,
String username)
Disconnect a user from Confluence.
|
boolean |
doesDraftExist(String token,
String contentId,
String owner,
String draftType,
String spaceKey)
Determines if a draft of the specified type and belonging to the specified owner exists.
|
boolean |
enableCaptcha(String token,
boolean enable)
Sets the captcha mode
|
boolean |
enableCaptchaDebugMode(String token,
boolean enable)
Sets the captcha mode into debug mode.
|
boolean |
enableDailyReportNotification(String token,
String userName,
boolean dailyReportEnabled)
Sets the Daily Report email for a user to enabled or disabled.
|
boolean |
enableElevatedSecurityCheck(String token,
boolean enabled) |
boolean |
enablePlugin(String token,
String pluginKey)
Enable a plugin.
|
boolean |
enablePluginModule(String token,
String pluginKey,
String moduleKey)
Enable plugin module
|
boolean |
enablePublicSignUp(String token,
boolean enabled)
Sets the public sign up enabled status
|
boolean |
enableSiteFeature(String token,
String featureKey)
Enables a given dark feature for the entire site.
|
boolean |
enableUserFeature(String token,
String featureKey)
Enables a given dark feature for the logged in user.
|
boolean |
enableWebSudo(String token,
boolean enabled)
Sets the web sudo enabled status
|
Vector<String> |
finishLoggingRequests(String token)
Finish logging http request and return any requests made.
|
boolean |
flushAllCaches(String token)
Flushes all the caches.
|
boolean |
followUser(String token,
String userName,
boolean followUser)
Follows or stops following a user.
|
Vector<Hashtable> |
getAliveThreads(String token) |
Hashtable<String,Object> |
getAllContentForAllLabels(String token,
int offset,
int maxResults,
String labelsString)
Returns current and trashed CEOs having all of the labels supplied in the string.
|
String |
getAnonyimizedClusterNodeIdentifier(String token) |
Object |
getApplicationConfigProperty(String token,
String propertyKey)
Returns a property of the global
ApplicationConfiguration instance. |
Object |
getBandanaValue(String token,
String space,
String key)
Gets a value from Bandana
|
Integer |
getCacheMaximumNumberOfElements(String token,
String cacheName)
Returns the configured maximum number of elements in the given cache
|
Hashtable |
getCacheStatistics(String token,
String cacheName)
Returns the cache statistics for a particular named cache.
|
Vector<String> |
getCacheStatisticsCapabilities(String token)
Returns the capabiltiies exposed by the cache statics service.
|
String |
getConfiguredThemeForSpace(String token,
String spaceKey)
Get the key of the configured theme for a space, whether or not that theme exists.
|
Hashtable<String,Object> |
getContentForAllLabels(String token,
int offset,
int maxResults,
String labels)
Returns CEOs having all of the labels supplied in the string.
|
Hashtable<String,Object> |
getContentInSpacesForAllLabels(String token,
int offset,
int maxResults,
String spaceKeysString,
String labelsString)
Returns CEOs in the given spaces having all of the labels supplied in the string.
|
String |
getContentPropertiesString(String token,
String entityId,
String key)
Get the string value of a
ContentProperty associated with
a content entity given its id and the property name |
String |
getContentPropertiesStringForSpace(String token,
String spaceKey,
String key)
Get the string value of a
ContentProperty associated with
the SpaceDescription of the space |
String |
getContentProperty(String token,
String entityId,
String key)
Get the content property value for a content entity given its id and the property key
|
Vector |
getContentPropertyKeys(String token,
String entityId)
Get the content property keys for a content entity given its id
|
String |
getDatabaseStatistics(String token)
Return database statistics.
|
String |
getExportBuildNumber(String token)
Returns the backward-compatibility of an export
|
Hashtable<String,Object> |
getForLabels(String token,
String labelableType,
int offset,
int maxResults,
String labelsString)
Returns any kind of Labelable entities having all of the labels supplied in the string.
|
String |
getGlobalConfiguredTheme(String token)
Get the key of the configured global theme, whether or not that theme exists.
|
String[] |
getGlobalPermissionsForGroup(String token,
String groupName)
Gets the global permissions that the given group has.
|
String |
getIdOfPagePermission(String token,
String contentId,
String permissionType,
String username) |
boolean |
getIgnoreBaseURLWarning(String token)
Whether the warning message for an un-advisable value for the Base URL is ignored or not.
|
String |
getLeastRecentTestAppenderLogMessage(String token,
String className) |
String |
getLocaleForUser(String token,
String username)
Gets the locale preference for the user.
|
String |
getLocalisedText(String token,
String messageKey)
Get the localised string for given the message key in the logged-in user's locale.
|
int |
getNumberOfActiveUsers(String token)
Returns the number of active users, i.e.
|
int |
getNumberOfIndexTasksInQueue(String token)
Returns the size of the index queue.
|
String |
getOldestSpaceImportAllowed(String token)
Returns the backwards-compatibility of a space import
|
String |
getPersonalInformationId(String token,
String username)
Gets the personal information id for a given username
|
String |
getPluginExportCompatibility(String token,
String pluginKey)
Returns the plugin compatibility matrix for exports
|
int |
getQueueSize(String token,
String queueName)
Returns the size of the task queue with the specified name.
|
Vector<String> |
getRecordedErrorLogMessages(String token) |
Vector<String> |
getRecordedHibernateSql(String token,
String requestUri) |
String |
getStackDump(String token,
String threadNameRegex) |
Hashtable<String,String> |
getSystemProperty(String token,
String name)
Retrieve the value of a system property.
|
Vector |
getUsersForActivity(String key)
Call getUsersForActivity on the heartbeatManager bean
|
int |
getVersionForPage(String token,
String pageId)
Get the version number for the page with pageId
|
boolean |
increaseHighValue(String token)
Put a number bigger than 65535 in Hibernate_unique_key table to force generated ids to be greater than max integer.
|
boolean |
isCurrentApplicationSet(String token)
Check whether or not the trustedApplicationManager has its currentApplication set.
|
boolean |
isImportTaskRunning(String token) |
boolean |
isPluginModuleEnabled(String token,
String pluginKey,
String moduleKey)
Find out if a plugin module is enabled or not.
|
boolean |
isPluginUpgradeTasksComplete(String token)
Returns true if the plugin dependent upgrade tasks
|
boolean |
isSpringComponentPresent(String token,
String name)
Returns true if a Spring component with the given name exists in the application context.
|
boolean |
isUnlimitedUserLicense(String token) |
boolean |
logMessage(String token,
String destination,
String message)
Log a message to the server's console.
|
boolean |
logTestMessageForClass(String token,
String className,
String message,
String level) |
boolean |
massCreateAttachments(String token,
String pageId,
String prefix,
String numAttachments)
Create a whole series of attachments on a single page.
|
boolean |
moveBlogPost(String token,
String blogPostId,
String targetSpaceKey) |
boolean |
pauseAllJobs(String token)
Pauses the quartz scheduler.
|
boolean |
pauseJob(String token,
String jobName)
Pauses the named job in the quartz scheduler.
|
boolean |
pauseJobGroup(String token,
String jobGroupName)
Pauses the named job group in the quartz scheduler.
|
boolean |
putStringMappingInCache(String token,
String cacheName,
String key,
String value)
Map a key to a value for a given cache.
|
boolean |
registerEventListener(String token,
String eventClassName)
Registers a temporary event listener on the server to listen for the specified event.
|
boolean |
registerTestAppenderForClass(String token,
String className) |
boolean |
removeAllJohnsonEvents(String token)
Removes all Johnson events from Confluence
|
boolean |
removeAllSpaces(String token)
Kill all the spaces and flush all the queues and caches.
|
boolean |
removeAllTrustedApplications(String token)
Removes all trusted applications from the database.
|
boolean |
removeAttachmentUncleanly(String token,
String contentId,
String attachmentFileName)
Removes an attachment without cleaning up associated attachment info
|
boolean |
removeBandanaKey(String token,
String space,
String key)
Remove a key from Bandana
|
boolean |
removeDrafts(String token,
String username)
Removes all drafts owned by the specified User.
|
boolean |
removeGroupUncleanly(String token,
String groupname)
Remove a Group without removing the things that refer to that group.
|
boolean |
removeMailServer(String token,
String serverName)
Remove the named mail server.
|
boolean |
removePersonalInformation(String token,
String username)
PersonalInformation gets created automatically by the standard create user methods.
|
boolean |
removeTestData(String token,
Vector<String> usersToKeep,
Vector<String> groupsToKeep,
Hashtable<String,Vector<String>> userGroupMemberships)
Big Kahuna remove method.
|
boolean |
removeTestDataAfterExternalUserManagement(String token)
Called at the start of tests for which User management is handled by an external server such as LDAP or Crowd.
|
int |
removeTestUsers(String token,
int count)
Removes test users with usernames "testuser0", "testuser1", etc.
|
boolean |
removeUserDirectory(String token,
String directoryId)
Removes user directory
|
boolean |
removeUserMacro(String token,
String name)
Remove a User Macro with the given name if it exists.
|
boolean |
removeUserUncleanly(String token,
String username)
Remove a User without removing the things that refer to that user.
|
boolean |
resetDatabaseStatistics(String token)
Reset database statistics.
|
boolean |
resetWelcomeMessage(String token) |
boolean |
restoreAbstractPage(String token,
String abstractPageId)
Restores an abstract page from the trash.
|
boolean |
resumeAllJobs(String token)
Resume the quartz scheduler.
|
boolean |
resumeJob(String token,
String jobName)
Resumes the named job in the quartz scheduler.
|
boolean |
runGarbageCollection(String token) |
boolean |
saveDateFormat(String token,
String dateFormat) |
boolean |
saveDateTimeFormat(String token,
String dateTimeFormat) |
boolean |
setApplicationConfigProperty(String token,
String propertyKey,
String propertyValue)
Sets a property on the global
ApplicationConfiguration instance. |
boolean |
setBandanaKey(String token,
String space,
String key,
String value)
Sets a key in Bandana
|
boolean |
setBandanaKeyBoolean(String token,
String space,
String key,
boolean value)
Sets a key in Bandana
|
boolean |
setBandanaKeyInteger(String token,
String space,
String key,
int value)
Sets a key in Bandana
|
boolean |
setBandanaStringList(String token,
String space,
String key,
Vector<String> value)
Sets a key in Bandana with a List of Strings as value
|
boolean |
setBandanaStringSet(String token,
String space,
String key,
Vector<String> value)
Sets a key in Bandana with a Set of Strings as value
|
boolean |
setBooleanUserPreference(String token,
String userName,
String preferenceKey,
String value)
Sets a boolean user preference.
|
boolean |
setCacheMaximumNumberOfElements(String token,
String cacheName,
int maxNumElements)
(Re)configures the maximum number of elements in the given cache
|
boolean |
setContentPropertiesString(String token,
String entityId,
String key,
String value)
Sets the string value of a
ContentProperty associated with
a content entity given its id and the property name |
boolean |
setContentPropertiesStringForSpace(String token,
String spaceKey,
String key,
String value)
Sets the string value of a
ContentProperty associated with
the SpaceDescription of the space |
boolean |
setContentTextProperty(String token,
String entityId,
String key,
String value)
Sets a text content property for a content entity given its id
|
boolean |
setDirectoryPasswordEncoder(String token,
String directoryName,
String encoder)
Changes the password encoder for the given directory
|
boolean |
setDraftSaveInterval(String token,
int seconds)
Sets the given draft save interval.
|
boolean |
setEnableAnonymousRpc(String token,
String value)
Toggle the setting to allow/deny anonymous RPC calls.
|
void |
setFuncTestRpcImpl(FuncTestRpcHandler funcTestRpcImpl) |
boolean |
setGlobalLanguage(String token,
String language)
Changes to the default site language
|
boolean |
setGlobalTheme(String token,
String themeKey)
Sets the global theme
|
boolean |
setIgnoreBaseURLWarning(String token,
boolean value)
Affects whether the warning message for an un-advisable value for the Base URL is ignored or not.
|
boolean |
setKeyboardShortcutPref(String token,
String username,
String enabled)
Enables/Disables keyboard shortcuts for the given uesr
|
boolean |
setLocaleForUser(String token,
String username,
String locale)
Sets the locale preference for the user to the given named locale.
|
boolean |
setNetworkNotificationForUser(String token,
String userName,
boolean watchNetwork)
Sets Network watch emails for a user to enabled or disabled.
|
boolean |
setSiteBlogNotificationForUser(String token,
String userName,
boolean globalBlogWatchForUser)
Sets Site Blog watch emails for a user to enabled or disabled.
|
boolean |
setSmtpServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port)
Remove all existing SMTP servers and add the given server.
|
boolean |
setSmtpServer(String token,
String name,
String from,
String subjectPrefix,
String hostname,
int port,
String fromName)
Remove all existing SMTP servers and add the given server.
|
boolean |
setStringUserPreference(String token,
String userName,
String preferenceKey,
String value)
Sets a string user preference.
|
Boolean |
setSystemProperty(String token,
String name,
String value)
Set a system property on the server to the supplied value.
|
boolean |
setThemeForSpace(String token,
String spaceKey,
String themeKey)
Sets the theme for the specified space
|
boolean |
setUserDetailProperty(String token,
String username,
String propertyKey,
String propertyValue)
Sets a single UserDetails property through the UserDetailsManager.
|
boolean |
setUserDetails(String token,
String username,
String fullName,
String email)
Sets the fullname and email address of a user with a given username.
|
boolean |
setUserFollows(String token,
String followingUsername,
Hashtable followUsers)
Change the follow or unfollow state between a follower user and s a set of folowees users
|
String |
setUserStatus(String token,
String wikiStatus)
Set the current user's status.
|
boolean |
setWatchOwnContentPref(String token,
String username,
String enabled)
Enables/Disables autowatching for the given uesr
|
boolean |
setWatchSpace(String token,
String username,
String spaceKey,
String contentType,
String enabled)
Enables/Disables watching a space for the given user and content type.
|
boolean |
setWatchSpaces(String token,
String username,
String contentTypeStr,
Hashtable spaces)
Enables/Disables watching spaces for the given user and content type.
|
boolean |
setWebSudoTimeout(String token,
int timeoutMinutes)
Sets the web sudo timeout in minutes
|
boolean |
setWelcomeMessage(String token,
String welcomeMessage) |
boolean |
shutdownScheduler(String token)
Shutdown the scheduler to ensure single threadedness for testing
|
boolean |
startActivity(String token,
String key,
String user)
Call startActivity on the heartbeat manager bean
|
boolean |
startLoggingRequests(String token)
Start logging http request urls.
|
boolean |
stopActivity(String token,
String key,
String user)
Call stopActivity on the heartbeatManager bean
|
Hashtable |
storeXhtmlPage(String token,
Hashtable pageStruct)
The Confluence remote API store page performs wiki to XHTML conversion on the page content.
|
boolean |
synchroniseUserDirectories(String token)
Synchronizes all remote user directories with the local database cache
|
boolean |
triggerJob(String token,
String jobName,
boolean pauseBackgroundJobs)
Triggers the named job in the quartz scheduler synchronously.
|
boolean |
uninstallPlugin(String token,
String pluginKey)
Uninstall a plugin.
|
boolean |
unregisterEventListener(String token,
String eventClassName)
Unregisters the temporary listener registered for the specified event.
|
boolean |
unregisterTestAppenderForClass(String token,
String className) |
Hashtable |
updateDraft(String token,
Hashtable draft)
Updates a draft located using the draft owner and draft type.
|
boolean |
updateGlobalSettingBoolean(String token,
String name,
boolean value)
Update a
Settings boolean field. |
String |
updateGlobalSettingString(String token,
String name,
String value)
Update a
Settings String field. |
boolean |
waitForEvent(String token,
String eventClassName,
String timeout,
String timeUnit)
Waits for an event to occur and returns when it has finished.
|
boolean |
waitForEventQueue(String token,
String timeoutStr,
String timeUnitStr)
Waits for all events in queue to be processed.
|
public boolean logMessage(String token, String destination, String message) throws RemoteException
FuncTestRpcHandler
Only administrators can log messages.
The destination of the message has the following valid values:
logMessage
in interface FuncTestRpcHandler
token
- The token idenfitying the user.destination
- The destination of the message to be loggedmessage
- The text message to be logged to the consoleRemoteException
public String changeLoggerLevel(String token, String loggerName, String level) throws RemoteException
FuncTestRpcHandler
Change the level of the specified logger.
The level parameter can be one of -
changeLoggerLevel
in interface FuncTestRpcHandler
token
- the token identifying the user.loggerName
- the full name of the logger e.g. com.atlassian.confluence.test.rpc.FuncTestRpcHandlerlevel
- the level to change the logger toRemoteException
public boolean removeTestData(String token, Vector<String> usersToKeep, Vector<String> groupsToKeep, Hashtable<String,Vector<String>> userGroupMemberships) throws RemoteException
FuncTestRpcHandler
removeTestData
in interface FuncTestRpcHandler
token
- the token identifying the user.usersToKeep
- users like admin and sysadmin that should not be removedgroupsToKeep
- groups like admins and users that should not be removeduserGroupMemberships
- a map where the keys are group names and the values are lists of usernames in the groupNotPermittedException
RemoteException
public boolean removeTestDataAfterExternalUserManagement(String token) throws Exception
FuncTestRpcHandler
All remove/create User calls can be made to that server in one batch, and then the Confluence instance data can be cleaned up. Generally this will take part in three stages:
1. Clean up requiring the 'old' users, groups and memberships to exist (e.g. personal spaces, permissions) 2. Sync with the external server, which will reset the user, groups and memberships 3. Perform any other clean-up required, from removing spaces to flushing caches.
see ServerStateManager.removeTestData()
removeTestDataAfterExternalUserManagement
in interface FuncTestRpcHandler
Exception
public boolean removeAllSpaces(String token) throws RemoteException
FuncTestRpcHandler
removeAllSpaces
in interface FuncTestRpcHandler
RemoteException
public String createTemplate(String token, String templateName, String content, String spaceKey) throws RemoteException, XhtmlException
FuncTestRpcHandler
createTemplate
in interface FuncTestRpcHandler
RemoteException
XhtmlException
public String createTemplateWithStorageFormat(String token, String templateName, String storageFormat, String spaceKey) throws RemoteException, XhtmlException
FuncTestRpcHandler
createTemplateWithStorageFormat
in interface FuncTestRpcHandler
RemoteException
XhtmlException
public boolean disconnectUser(String token, String username) throws RemoteException
FuncTestRpcHandler
disconnectUser
in interface FuncTestRpcHandler
RemoteException
public boolean disconnectGroup(String token, String groupname) throws RemoteException
FuncTestRpcHandler
disconnectGroup
in interface FuncTestRpcHandler
RemoteException
public boolean isCurrentApplicationSet(String token) throws NotPermittedException
FuncTestRpcHandler
isCurrentApplicationSet
in interface FuncTestRpcHandler
NotPermittedException
public boolean removeAllTrustedApplications(String token) throws Exception
FuncTestRpcHandler
removeAllTrustedApplications
in interface FuncTestRpcHandler
Exception
public boolean massCreateAttachments(String token, String pageId, String prefix, String numAttachments) throws Exception
FuncTestRpcHandler
massCreateAttachments
in interface FuncTestRpcHandler
Exception
public String getGlobalConfiguredTheme(String token) throws Exception
FuncTestRpcHandler
getGlobalConfiguredTheme
in interface FuncTestRpcHandler
Exception
public boolean isPluginModuleEnabled(String token, String pluginKey, String moduleKey) throws NotPermittedException
FuncTestRpcHandler
isPluginModuleEnabled
in interface FuncTestRpcHandler
pluginKey
- the key of the pluginmoduleKey
- the key of the module excluding the plugin keyNotPermittedException
public String getConfiguredThemeForSpace(String token, String spaceKey) throws Exception
FuncTestRpcHandler
getConfiguredThemeForSpace
in interface FuncTestRpcHandler
Exception
public boolean setGlobalTheme(String token, String themeKey) throws Exception
FuncTestRpcHandler
setGlobalTheme
in interface FuncTestRpcHandler
themeKey
- - the complete theme keyException
public boolean setThemeForSpace(String token, String spaceKey, String themeKey) throws Exception
FuncTestRpcHandler
setThemeForSpace
in interface FuncTestRpcHandler
spaceKey
- - the key of the space to changethemeKey
- - the complete theme keyException
public boolean clearCustomHtml(String token) throws Exception
FuncTestRpcHandler
clearCustomHtml
in interface FuncTestRpcHandler
Exception
public boolean uninstallPlugin(String token, String pluginKey) throws NotPermittedException
FuncTestRpcHandler
uninstallPlugin
in interface FuncTestRpcHandler
NotPermittedException
public boolean disablePlugin(String token, String pluginKey) throws NotPermittedException
FuncTestRpcHandler
disablePlugin
in interface FuncTestRpcHandler
NotPermittedException
public boolean disablePluginWithoutPersisting(String token, String pluginKey) throws NotPermittedException
FuncTestRpcHandler
disablePluginWithoutPersisting
in interface FuncTestRpcHandler
NotPermittedException
public boolean enablePlugin(String token, String pluginKey) throws NotPermittedException
FuncTestRpcHandler
enablePlugin
in interface FuncTestRpcHandler
NotPermittedException
public boolean enablePluginModule(String token, String pluginKey, String moduleKey) throws NotPermittedException
FuncTestRpcHandler
enablePluginModule
in interface FuncTestRpcHandler
pluginKey
- the key of the pluginmoduleKey
- the key of the moduleNotPermittedException
public boolean disablePluginModule(String token, String pluginKey, String moduleKey) throws NotPermittedException
FuncTestRpcHandler
disablePluginModule
in interface FuncTestRpcHandler
pluginKey
- the key of the pluginmoduleKey
- the key of the moduleNotPermittedException
public boolean isSpringComponentPresent(String token, String name)
FuncTestRpcHandler
isSpringComponentPresent
in interface FuncTestRpcHandler
public boolean isPluginUpgradeTasksComplete(String token)
FuncTestRpcHandler
isPluginUpgradeTasksComplete
in interface FuncTestRpcHandler
public boolean pauseAllJobs(String token) throws Exception
FuncTestRpcHandler
pauseAllJobs
in interface FuncTestRpcHandler
Exception
public boolean resumeAllJobs(String token) throws Exception
FuncTestRpcHandler
resumeAllJobs
in interface FuncTestRpcHandler
Exception
public boolean pauseJobGroup(String token, String jobGroupName) throws Exception
FuncTestRpcHandler
pauseJobGroup
in interface FuncTestRpcHandler
Exception
public boolean pauseJob(String token, String jobName) throws Exception
FuncTestRpcHandler
pauseJob
in interface FuncTestRpcHandler
Exception
public boolean resumeJob(String token, String jobName) throws Exception
FuncTestRpcHandler
resumeJob
in interface FuncTestRpcHandler
Exception
public boolean triggerJob(String token, String jobName, boolean pauseBackgroundJobs) throws Exception
FuncTestRpcHandler
triggerJob
in interface FuncTestRpcHandler
Exception
public boolean waitForEvent(String token, String eventClassName, String timeout, String timeUnit) throws Exception
FuncTestRpcHandler
waitForEvent
in interface FuncTestRpcHandler
eventClassName
- the fully qualified classname of the event to wait for.timeout
- number of milliseconds to wait for the event before giving up completely.timeUnit
- See TimeUnit.name
Exception
public boolean waitForEventQueue(String token, String timeoutStr, String timeUnitStr) throws Exception
FuncTestRpcHandler
waitForEventQueue
in interface FuncTestRpcHandler
Exception
public boolean shutdownScheduler(String token) throws Exception
FuncTestRpcHandler
shutdownScheduler
in interface FuncTestRpcHandler
Exception
public boolean removeBandanaKey(String token, String space, String key)
FuncTestRpcHandler
removeBandanaKey
in interface FuncTestRpcHandler
public boolean setBandanaStringSet(String token, String space, String key, Vector<String> value)
FuncTestRpcHandler
setBandanaStringSet
in interface FuncTestRpcHandler
public boolean setBandanaStringList(String token, String space, String key, Vector<String> value)
FuncTestRpcHandler
setBandanaStringList
in interface FuncTestRpcHandler
public boolean setBandanaKey(String token, String space, String key, String value)
FuncTestRpcHandler
setBandanaKey
in interface FuncTestRpcHandler
public boolean setBandanaKeyBoolean(String token, String space, String key, boolean value)
FuncTestRpcHandler
setBandanaKeyBoolean
in interface FuncTestRpcHandler
public boolean setBandanaKeyInteger(String token, String space, String key, int value)
FuncTestRpcHandler
setBandanaKeyInteger
in interface FuncTestRpcHandler
public Object getBandanaValue(String token, String space, String key)
FuncTestRpcHandler
getBandanaValue
in interface FuncTestRpcHandler
public Vector getContentPropertyKeys(String token, String entityId)
FuncTestRpcHandler
getContentPropertyKeys
in interface FuncTestRpcHandler
public String getContentProperty(String token, String entityId, String key)
FuncTestRpcHandler
getContentProperty
in interface FuncTestRpcHandler
public String getContentPropertiesString(String token, String entityId, String key)
FuncTestRpcHandler
ContentProperty
associated with
a content entity given its id and the property namegetContentPropertiesString
in interface FuncTestRpcHandler
public String getContentPropertiesStringForSpace(String token, String spaceKey, String key)
FuncTestRpcHandler
ContentProperty
associated with
the SpaceDescription
of the spacegetContentPropertiesStringForSpace
in interface FuncTestRpcHandler
public boolean setContentTextProperty(String token, String entityId, String key, String value)
FuncTestRpcHandler
setContentTextProperty
in interface FuncTestRpcHandler
public boolean setContentPropertiesString(String token, String entityId, String key, String value)
FuncTestRpcHandler
ContentProperty
associated with
a content entity given its id and the property namesetContentPropertiesString
in interface FuncTestRpcHandler
public boolean setContentPropertiesStringForSpace(String token, String spaceKey, String key, String value)
FuncTestRpcHandler
ContentProperty
associated with
the SpaceDescription
of the spacesetContentPropertiesStringForSpace
in interface FuncTestRpcHandler
public String getPersonalInformationId(String token, String username)
FuncTestRpcHandler
getPersonalInformationId
in interface FuncTestRpcHandler
public boolean removePersonalInformation(String token, String username) throws NotPermittedException
FuncTestRpcHandler
removePersonalInformation
in interface FuncTestRpcHandler
username
- user whose personalInformation will be removedNotPermittedException
public String getLocaleForUser(String token, String username)
FuncTestRpcHandler
getLocaleForUser
in interface FuncTestRpcHandler
public boolean setLocaleForUser(String token, String username, String locale) throws RemoteException
FuncTestRpcHandler
setLocaleForUser
in interface FuncTestRpcHandler
RemoteException
public boolean setUserDetails(String token, String username, String fullName, String email) throws RemoteException
FuncTestRpcHandler
setUserDetails
in interface FuncTestRpcHandler
RemoteException
- if the user was not found.public boolean setUserDetailProperty(String token, String username, String propertyKey, String propertyValue)
FuncTestRpcHandler
setUserDetailProperty
in interface FuncTestRpcHandler
public boolean putStringMappingInCache(String token, String cacheName, String key, String value) throws Exception
FuncTestRpcHandler
putStringMappingInCache
in interface FuncTestRpcHandler
Exception
public Hashtable getCacheStatistics(String token, String cacheName) throws Exception
FuncTestRpcHandler
getCacheStatistics
in interface FuncTestRpcHandler
cacheName
- the key of the cache, rather than the "niceName"Exception
public Integer getCacheMaximumNumberOfElements(String token, String cacheName) throws Exception
FuncTestRpcHandler
getCacheMaximumNumberOfElements
in interface FuncTestRpcHandler
cacheName
- the key of the cache, rather than the "niceName"Exception
public boolean setCacheMaximumNumberOfElements(String token, String cacheName, int maxNumElements) throws Exception
FuncTestRpcHandler
setCacheMaximumNumberOfElements
in interface FuncTestRpcHandler
cacheName
- the key of the cache, rather than the "niceName"Exception
public Vector<String> getCacheStatisticsCapabilities(String token) throws NotPermittedException
FuncTestRpcHandler
getCacheStatisticsCapabilities
in interface FuncTestRpcHandler
NotPermittedException
public boolean flushAllCaches(String token) throws Exception
FuncTestRpcHandler
flushAllCaches
in interface FuncTestRpcHandler
Exception
public boolean enableWebSudo(String token, boolean enabled) throws Exception
FuncTestRpcHandler
enableWebSudo
in interface FuncTestRpcHandler
Exception
public boolean setWebSudoTimeout(String token, int timeoutMinutes) throws Exception
FuncTestRpcHandler
setWebSudoTimeout
in interface FuncTestRpcHandler
Exception
public boolean enableElevatedSecurityCheck(String token, boolean enabled) throws Exception
enableElevatedSecurityCheck
in interface FuncTestRpcHandler
Exception
public boolean enablePublicSignUp(String token, boolean enabled) throws Exception
FuncTestRpcHandler
enablePublicSignUp
in interface FuncTestRpcHandler
Exception
public boolean startActivity(String token, String key, String user) throws Exception
FuncTestRpcHandler
startActivity
in interface FuncTestRpcHandler
token
- rpc authentication tokenkey
- the activity key to startuser
- the username of the user starting the activityException
public boolean stopActivity(String token, String key, String user) throws Exception
FuncTestRpcHandler
stopActivity
in interface FuncTestRpcHandler
token
- rpc authentication tokenkey
- the activity key to stopuser
- the username of the user stopping the activityException
public boolean setKeyboardShortcutPref(String token, String username, String enabled) throws RemoteException
FuncTestRpcHandler
setKeyboardShortcutPref
in interface FuncTestRpcHandler
RemoteException
public boolean setWatchOwnContentPref(String token, String username, String enabled) throws RemoteException
FuncTestRpcHandler
setWatchOwnContentPref
in interface FuncTestRpcHandler
RemoteException
public boolean setWatchSpaces(String token, String username, String contentTypeStr, Hashtable spaces) throws RemoteException
FuncTestRpcHandler
setWatchSpaces
in interface FuncTestRpcHandler
RemoteException
public boolean setWatchSpace(String token, String username, String spaceKey, String contentType, String enabled) throws RemoteException
FuncTestRpcHandler
setWatchSpace
in interface FuncTestRpcHandler
RemoteException
public Vector getUsersForActivity(String key) throws Exception
FuncTestRpcHandler
getUsersForActivity
in interface FuncTestRpcHandler
Exception
public boolean registerEventListener(String token, String eventClassName) throws Exception
FuncTestRpcHandler
FuncTestRpcHandler.unregisterEventListener(String, String)
in a finally clause to
ensure the temporary listener is cleaned up.
Once the listener is registered, clients can use FuncTestRpcHandler.waitForEvent(String, String, String, String)
to block until the event
is published.
registerEventListener
in interface FuncTestRpcHandler
Exception
public boolean unregisterEventListener(String token, String eventClassName) throws Exception
FuncTestRpcHandler
unregisterEventListener
in interface FuncTestRpcHandler
Exception
public boolean clearEventListeners(String token) throws Exception
FuncTestRpcHandler
clearEventListeners
in interface FuncTestRpcHandler
Exception
public boolean removeMailServer(String token, String serverName) throws Exception
FuncTestRpcHandler
removeMailServer
in interface FuncTestRpcHandler
token
- the rpc authentication tokenserverName
- the name of the server to be removed.Exception
public String getLeastRecentTestAppenderLogMessage(String token, String className)
getLeastRecentTestAppenderLogMessage
in interface FuncTestRpcHandler
public boolean registerTestAppenderForClass(String token, String className)
registerTestAppenderForClass
in interface FuncTestRpcHandler
public boolean unregisterTestAppenderForClass(String token, String className)
unregisterTestAppenderForClass
in interface FuncTestRpcHandler
public boolean logTestMessageForClass(String token, String className, String message, String level)
logTestMessageForClass
in interface FuncTestRpcHandler
public String getLocalisedText(String token, String messageKey)
FuncTestRpcHandler
getLocalisedText
in interface FuncTestRpcHandler
token
- the rpc authentication tokenmessageKey
- the i18n message keypublic boolean removeUserUncleanly(String token, String username) throws Exception
FuncTestRpcHandler
removeUserUncleanly
in interface FuncTestRpcHandler
Exception
public boolean removeGroupUncleanly(String token, String groupname) throws Exception
FuncTestRpcHandler
removeGroupUncleanly
in interface FuncTestRpcHandler
Exception
public boolean doesDraftExist(String token, String contentId, String owner, String draftType, String spaceKey)
FuncTestRpcHandler
doesDraftExist
in interface FuncTestRpcHandler
token
- rpc authentication tokencontentId
- id of the content this draft is for ('0' for new content)owner
- owner/author of the draftdraftType
- type of content this draft is forspaceKey
- space key, to allow new drafts in multiple spacespublic int countDrafts(String token, String owner)
countDrafts
in interface FuncTestRpcHandler
public Hashtable createDraft(String token, Hashtable draft)
FuncTestRpcHandler
createDraft
in interface FuncTestRpcHandler
token
- rpc authentication tokendraft
- the draft object to create
Required:
"owner"
- the username of owner/author of the draft. Set to null for anonymous users.
"draftType"
- type of content the draft is for i.e. BlogPost.getType()
or Page.getType()
.
"title"
- title of the draft.
"content"
- content of the draft as a String
in Confluence XML storage format.
Optional:
"pageId"
- page that the draft is associated with.
"spaceKey"
- if no there is no page, the space that the draft is written in.id
.public Hashtable updateDraft(String token, Hashtable draft)
FuncTestRpcHandler
updateDraft
in interface FuncTestRpcHandler
token
- rpc authentication tokendraft
- the draft object to create see #createDraft(java.lang.String, java.util.Hashtable)public boolean removeDrafts(String token, String username)
FuncTestRpcHandler
removeDrafts
in interface FuncTestRpcHandler
token
- rpc authentication tokenusername
- user to remove drafts forpublic boolean setDraftSaveInterval(String token, int seconds)
FuncTestRpcHandler
setDraftSaveInterval
in interface FuncTestRpcHandler
token
- rpc authentication tokenseconds
- number of seconds for which the draft save interval should bepublic boolean clearQueue(String token, String queueName)
FuncTestRpcHandler
clearQueue
in interface FuncTestRpcHandler
public int getQueueSize(String token, String queueName)
FuncTestRpcHandler
getQueueSize
in interface FuncTestRpcHandler
public boolean addUserAnyCase(String token, String username, String email, String fullname, String password) throws RemoteException
FuncTestRpcHandler
addUserAnyCase
in interface FuncTestRpcHandler
NotPermittedException
- if you do not have permissions to add the user.RemoteException
public boolean addGroupAnyCase(String token, String groupname) throws RemoteException
FuncTestRpcHandler
addGroupAnyCase
in interface FuncTestRpcHandler
groupname
- the name of the group to addRemoteException
public boolean changeSpaceCreatedDate(String token, String spaceKey, Date createdDate) throws RemoteException
FuncTestRpcHandler
changeSpaceCreatedDate
in interface FuncTestRpcHandler
spaceKey
- the space key of the space to change the created dateRemoteException
public boolean changeCommentCreatedDate(String token, String commentId, Date createdDate) throws RemoteException
FuncTestRpcHandler
changeCommentCreatedDate
in interface FuncTestRpcHandler
RemoteException
public boolean changePageCreatedDate(String token, String pageId, Date createdDate) throws RemoteException
FuncTestRpcHandler
changePageCreatedDate
in interface FuncTestRpcHandler
pageId
- the page id of the page to change the created dateRemoteException
public boolean removeAttachmentUncleanly(String token, String contentId, String attachmentFileName) throws RemoteException
FuncTestRpcHandler
removeAttachmentUncleanly
in interface FuncTestRpcHandler
token
- the authenticationcontentId
- the content that the attachment is attached toattachmentFileName
- the attachmentRemoteException
public boolean changeAttachmentCreatedDate(String token, String contentId, String attachmentFileName, Date createdDate) throws RemoteException
FuncTestRpcHandler
changeAttachmentCreatedDate
in interface FuncTestRpcHandler
contentId
- the id of the page or blogpost the attachment is attached toattachmentFileName
- the attachment file name of the attachment to change the created dateRemoteException
public boolean changeBlogPostModificationDate(String token, String blogId, Date modificationDate) throws RemoteException
FuncTestRpcHandler
changeBlogPostModificationDate
in interface FuncTestRpcHandler
blogId
- the id of the blog to modifymodificationDate
- the last modification date to be set.RemoteException
public boolean changePageModificationDate(String token, String pageId, Date modificationDate) throws RemoteException
FuncTestRpcHandler
changePageModificationDate
in interface FuncTestRpcHandler
pageId
- the page id of the page to change the modification datemodificationDate
- the last modification date to be set.RemoteException
public int getVersionForPage(String token, String pageId) throws RemoteException
FuncTestRpcHandler
getVersionForPage
in interface FuncTestRpcHandler
RemoteException
public boolean saveDateFormat(String token, String dateFormat)
saveDateFormat
in interface FuncTestRpcHandler
public boolean saveDateTimeFormat(String token, String dateTimeFormat)
saveDateTimeFormat
in interface FuncTestRpcHandler
public boolean addMailServer(String token, String name, String from, String subjectPrefix, String hostname, int port, String fromName)
addMailServer
in interface FuncTestRpcHandler
public boolean addMailServer(String token, String name, String from, String subjectPrefix, String hostname, int port)
addMailServer
in interface FuncTestRpcHandler
public boolean addSmtpServer(String token, String name, String from, String subjectPrefix, String hostname, int port)
FuncTestRpcHandler
addSmtpServer
in interface FuncTestRpcHandler
public boolean addSmtpServer(String token, String name, String from, String subjectPrefix, String hostname, int port, String fromName)
addSmtpServer
in interface FuncTestRpcHandler
public boolean setSmtpServer(String token, String name, String from, String subjectPrefix, String hostname, int port)
FuncTestRpcHandler
setSmtpServer
in interface FuncTestRpcHandler
public boolean setSmtpServer(String token, String name, String from, String subjectPrefix, String hostname, int port, String fromName)
FuncTestRpcHandler
setSmtpServer
in interface FuncTestRpcHandler
public boolean addMailServer(String token, String serverName, String protocol, String hostname, int port, String username, String password, String toAddress)
FuncTestRpcHandler
addMailServer
in interface FuncTestRpcHandler
public String convertMarkupToXhtml(String token, String wikiMarkup, String pageId)
FuncTestRpcHandler
convertMarkupToXhtml
in interface FuncTestRpcHandler
public String convertXhtmlToMarkup(String token, String xhtml, String pageId)
FuncTestRpcHandler
convertXhtmlToMarkup
in interface FuncTestRpcHandler
public void setFuncTestRpcImpl(FuncTestRpcHandler funcTestRpcImpl)
public boolean removeAllJohnsonEvents(String token)
FuncTestRpcHandler
removeAllJohnsonEvents
in interface FuncTestRpcHandler
public boolean enableCaptcha(String token, boolean enable)
FuncTestRpcHandler
enableCaptcha
in interface FuncTestRpcHandler
public boolean enableCaptchaDebugMode(String token, boolean enable)
FuncTestRpcHandler
CaptchaManager.setDebugMode(boolean)
.enableCaptchaDebugMode
in interface FuncTestRpcHandler
public boolean createJohnsonEvent(String token, String message)
FuncTestRpcHandler
ConfluenceJohnsonFilter
.createJohnsonEvent
in interface FuncTestRpcHandler
message
- the description of the event to createpublic Hashtable<String,String> getSystemProperty(String token, String name)
FuncTestRpcHandler
getSystemProperty
in interface FuncTestRpcHandler
name
- the name of the propertypublic Boolean setSystemProperty(String token, String name, String value)
FuncTestRpcHandler
setSystemProperty
in interface FuncTestRpcHandler
name
- the name of the propertyvalue
- the value of the propertypublic Boolean clearSystemProperty(String token, String name)
FuncTestRpcHandler
clearSystemProperty
in interface FuncTestRpcHandler
name
- the name of the propertypublic boolean clearIndex(String token)
FuncTestRpcHandler
clearIndex
in interface FuncTestRpcHandler
public String[] getGlobalPermissionsForGroup(String token, String groupName) throws RemoteException
FuncTestRpcHandler
getGlobalPermissionsForGroup
in interface FuncTestRpcHandler
RemoteException
public boolean restoreAbstractPage(String token, String abstractPageId)
FuncTestRpcHandler
restoreAbstractPage
in interface FuncTestRpcHandler
public String getIdOfPagePermission(String token, String contentId, String permissionType, String username)
getIdOfPagePermission
in interface FuncTestRpcHandler
public int createTestUsers(String token, int count)
FuncTestRpcHandler
createTestUsers
in interface FuncTestRpcHandler
public int removeTestUsers(String token, int count)
FuncTestRpcHandler
removeTestUsers
in interface FuncTestRpcHandler
public boolean createUserMacro(String token, String name, boolean hasBody, String bodyType, String outputType, String template, String title, String description, String category, String iconUrl, String documentationUrl, boolean hidden) throws NotPermittedException
FuncTestRpcHandler
createUserMacro
in interface FuncTestRpcHandler
bodyType
- how the body should be treated. "raw"
, "escapehtml"
, or "rendered"
. May
be null only if hasBody
is false.outputType
- whether the macro is expected to return html or wiki markup. "html"
or "wiki"
.template
- the velocity rendered by the macrotitle
- the title of the macro that appears in the Macro Browserdescription
- the description of the macro that appears in the Macro Browsercategory
- the category the macro should be listed under in the Macro BrowsericonUrl
- the URL of the macro icon that appears in the Macro BrowserdocumentationUrl
- the URL of the macro documentationhidden
- true if the Macro should not be searchable in the Macro BrowserNotPermittedException
public boolean removeUserMacro(String token, String name) throws NotPermittedException
FuncTestRpcHandler
removeUserMacro
in interface FuncTestRpcHandler
NotPermittedException
public boolean setApplicationConfigProperty(String token, String propertyKey, String propertyValue)
FuncTestRpcHandler
ApplicationConfiguration
instance.setApplicationConfigProperty
in interface FuncTestRpcHandler
public Object getApplicationConfigProperty(String token, String propertyKey)
FuncTestRpcHandler
ApplicationConfiguration
instance.getApplicationConfigProperty
in interface FuncTestRpcHandler
propertyKey
public boolean setUserFollows(String token, String followingUsername, Hashtable followUsers) throws RemoteException
FuncTestRpcHandler
setUserFollows
in interface FuncTestRpcHandler
followingUsername
- The username of the user that is doing the followingfollowUsers
- A map of usernames to bbe followed/unfollowed, and a boolean indicating the desired follow statusRemoteException
public boolean followUser(String token, String userName, boolean followUser) throws RemoteException
FuncTestRpcHandler
followUser
in interface FuncTestRpcHandler
followUser
- true to follow a user, false to stop followingRemoteException
public String setUserStatus(String token, String wikiStatus) throws Exception
FuncTestRpcHandler
setUserStatus
in interface FuncTestRpcHandler
wikiStatus
- the status string in wiki markup.Exception
public Hashtable storeXhtmlPage(String token, Hashtable pageStruct) throws RemoteException
FuncTestRpcHandler
storeXhtmlPage
in interface FuncTestRpcHandler
RemoteException
public boolean synchroniseUserDirectories(String token) throws Exception
FuncTestRpcHandler
synchroniseUserDirectories
in interface FuncTestRpcHandler
Exception
public boolean setDirectoryPasswordEncoder(String token, String directoryName, String encoder) throws Exception
FuncTestRpcHandler
setDirectoryPasswordEncoder
in interface FuncTestRpcHandler
Exception
public boolean removeUserDirectory(String token, String directoryId) throws Exception
FuncTestRpcHandler
removeUserDirectory
in interface FuncTestRpcHandler
directoryId
- the id of the directoryException
public int getNumberOfIndexTasksInQueue(String token)
FuncTestRpcHandler
getNumberOfIndexTasksInQueue
in interface FuncTestRpcHandler
public boolean addExistingProfilePicture(String token, String userName, String fileName) throws Exception
FuncTestRpcHandler
addExistingProfilePicture
in interface FuncTestRpcHandler
userName
- the user name of the profilefileName
- file name of the pictureException
public boolean setBooleanUserPreference(String token, String userName, String preferenceKey, String value) throws RemoteException
FuncTestRpcHandler
setBooleanUserPreference
in interface FuncTestRpcHandler
userName
- the user name to set the preference forpreferenceKey
- the key of the preference to setvalue
- the string "true" or "false" to set as the preferenceRemoteException
public boolean setStringUserPreference(String token, String userName, String preferenceKey, String value) throws RemoteException
FuncTestRpcHandler
setStringUserPreference
in interface FuncTestRpcHandler
userName
- the user name to set the preference forpreferenceKey
- the key of the preference to setvalue
- a string to set as the preferenceRemoteException
public boolean enableDailyReportNotification(String token, String userName, boolean dailyReportEnabled)
FuncTestRpcHandler
enableDailyReportNotification
in interface FuncTestRpcHandler
userName
- the user name to set the report state fordailyReportEnabled
- true if the daily report should be sent, false if notpublic boolean setNetworkNotificationForUser(String token, String userName, boolean watchNetwork)
FuncTestRpcHandler
setNetworkNotificationForUser
in interface FuncTestRpcHandler
userName
- the user name to set the watch state forwatchNetwork
- true if the user should watch their network, false if notpublic boolean setSiteBlogNotificationForUser(String token, String userName, boolean globalBlogWatchForUser)
FuncTestRpcHandler
setSiteBlogNotificationForUser
in interface FuncTestRpcHandler
userName
- the user name to set the watch state forglobalBlogWatchForUser
- true if the user should watch all blogs on the site network, false if notpublic boolean getIgnoreBaseURLWarning(String token)
FuncTestRpcHandler
getIgnoreBaseURLWarning
in interface FuncTestRpcHandler
public boolean setIgnoreBaseURLWarning(String token, boolean value) throws RemoteException
FuncTestRpcHandler
setIgnoreBaseURLWarning
in interface FuncTestRpcHandler
value
- set to true to ignore the warning.RemoteException
public boolean enableUserFeature(String token, String featureKey) throws RemoteException
FuncTestRpcHandler
enableUserFeature
in interface FuncTestRpcHandler
featureKey
- - the key of the feature to enableRemoteException
public boolean disableUserFeature(String token, String featureKey) throws RemoteException
FuncTestRpcHandler
disableUserFeature
in interface FuncTestRpcHandler
featureKey
- - the key of the feature to disableRemoteException
public boolean enableSiteFeature(String token, String featureKey) throws RemoteException
FuncTestRpcHandler
enableSiteFeature
in interface FuncTestRpcHandler
featureKey
- - the key of the feature to enableRemoteException
public boolean disableSiteFeature(String token, String featureKey) throws RemoteException
FuncTestRpcHandler
disableSiteFeature
in interface FuncTestRpcHandler
featureKey
- - the key of the feature to disableRemoteException
public boolean setWelcomeMessage(String token, String welcomeMessage)
setWelcomeMessage
in interface FuncTestRpcHandler
public boolean resetWelcomeMessage(String token)
resetWelcomeMessage
in interface FuncTestRpcHandler
public String getExportBuildNumber(String token)
FuncTestRpcHandler
getExportBuildNumber
in interface FuncTestRpcHandler
token
- the authenticationpublic String getOldestSpaceImportAllowed(String token)
FuncTestRpcHandler
getOldestSpaceImportAllowed
in interface FuncTestRpcHandler
token
- the authenticationpublic String getPluginExportCompatibility(String token, String pluginKey)
FuncTestRpcHandler
getPluginExportCompatibility
in interface FuncTestRpcHandler
token
- the authenticationpluginKey
- the plugin keypublic Vector<Hashtable> createPagesFromPrototype(String token, Hashtable pageStruct, int count) throws RemoteException
FuncTestRpcHandler
e.g. if the page title passed is "Hey Ho", the created pages will be "Hey Ho 1", "Hey Ho 2" and so on.
createPagesFromPrototype
in interface FuncTestRpcHandler
pageStruct
- a template page to create multiple pages fromcount
- the number of pages to create - pages created are 1-indexedRemoteException
public boolean updateGlobalSettingBoolean(String token, String name, boolean value) throws RemoteException
FuncTestRpcHandler
Settings
boolean field.updateGlobalSettingBoolean
in interface FuncTestRpcHandler
name
- name of the field used to store the setting (see field names inside Settings
.RemoteException
public String updateGlobalSettingString(String token, String name, String value) throws RemoteException
FuncTestRpcHandler
Settings
String field.updateGlobalSettingString
in interface FuncTestRpcHandler
name
- name of the field used to store the setting (see field names inside Settings
.value
- the String
value the field should takeRemoteException
public Vector<String> createSpaces(String token, int count) throws RemoteException
FuncTestRpcHandler
createSpaces
in interface FuncTestRpcHandler
count
- the number to createRemoteException
- if you are not awesome enough to use this methodpublic int getNumberOfActiveUsers(String token) throws RemoteException
FuncTestRpcHandler
getNumberOfActiveUsers
in interface FuncTestRpcHandler
RemoteException
public boolean isUnlimitedUserLicense(String token) throws RemoteException
isUnlimitedUserLicense
in interface FuncTestRpcHandler
RemoteException
public Vector<Hashtable> getAliveThreads(String token) throws RemoteException
getAliveThreads
in interface FuncTestRpcHandler
RemoteException
public String getStackDump(String token, String threadNameRegex) throws RemoteException
getStackDump
in interface FuncTestRpcHandler
RemoteException
public boolean setEnableAnonymousRpc(String token, String value) throws RemoteException
FuncTestRpcHandler
setEnableAnonymousRpc
in interface FuncTestRpcHandler
RemoteException
public Hashtable<String,Object> getContentForAllLabels(String token, int offset, int maxResults, String labels)
FuncTestRpcHandler
getContentForAllLabels
in interface FuncTestRpcHandler
public Hashtable<String,Object> getContentInSpacesForAllLabels(String token, int offset, int maxResults, String spaceKeysString, String labelsString)
FuncTestRpcHandler
getContentInSpacesForAllLabels
in interface FuncTestRpcHandler
public Hashtable<String,Object> getAllContentForAllLabels(String token, int offset, int maxResults, String labelsString)
FuncTestRpcHandler
getAllContentForAllLabels
in interface FuncTestRpcHandler
public Hashtable<String,Object> getForLabels(String token, String labelableType, int offset, int maxResults, String labelsString)
FuncTestRpcHandler
getForLabels
in interface FuncTestRpcHandler
public int addLabelToLabelable(String token, String labelName, String labelableId, String labelableType)
FuncTestRpcHandler
addLabelToLabelable
in interface FuncTestRpcHandler
public boolean startLoggingRequests(String token)
FuncTestRpcHandler
Call FuncTestRpcHandler.finishLoggingRequests(String)
to stop logging and to retrieve results.
startLoggingRequests
in interface FuncTestRpcHandler
public Vector<String> finishLoggingRequests(String token)
FuncTestRpcHandler
Logging must have been previously started using FuncTestRpcHandler.startLoggingRequests(String)
.
finishLoggingRequests
in interface FuncTestRpcHandler
public boolean resetDatabaseStatistics(String token)
FuncTestRpcHandler
Call FuncTestRpcHandler.getDatabaseStatistics(String)
to get results since the last reset.
resetDatabaseStatistics
in interface FuncTestRpcHandler
public String getDatabaseStatistics(String token)
FuncTestRpcHandler
Statistics since the last call to FuncTestRpcHandler.resetDatabaseStatistics(String)
are returned.
getDatabaseStatistics
in interface FuncTestRpcHandler
public boolean runGarbageCollection(String token)
runGarbageCollection
in interface FuncTestRpcHandler
public boolean isImportTaskRunning(String token)
isImportTaskRunning
in interface FuncTestRpcHandler
public String getAnonyimizedClusterNodeIdentifier(String token)
getAnonyimizedClusterNodeIdentifier
in interface FuncTestRpcHandler
public boolean moveBlogPost(String token, String blogPostId, String targetSpaceKey)
moveBlogPost
in interface FuncTestRpcHandler
public boolean assertThatIndexQueueEntryHasBeenProcessed(String token, String searchableClassname, String searchableId) throws RemoteException
assertThatIndexQueueEntryHasBeenProcessed
in interface FuncTestRpcHandler
RemoteException
public boolean increaseHighValue(String token)
FuncTestRpcHandler
increaseHighValue
in interface FuncTestRpcHandler
token
- the rpc authentication tokenpublic Vector<String> getRecordedErrorLogMessages(String token)
getRecordedErrorLogMessages
in interface FuncTestRpcHandler
public Vector<String> getRecordedHibernateSql(String token, String requestUri)
getRecordedHibernateSql
in interface FuncTestRpcHandler
public boolean setGlobalLanguage(String token, String language) throws RemoteException
FuncTestRpcHandler
setGlobalLanguage
in interface FuncTestRpcHandler
RemoteException
Copyright © 2003–2018 Atlassian. All rights reserved.