A B C D E F G H I L M O P R S T U W X

A

addAnonymousPermissionsToSpace(List, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Give anonymous users the permissions {{permissions}} on the space with the key {{spaceKey}}.
addAnonymousPermissionToSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Give anonymous users the permission {{permission}} on the space with the key {{spaceKey}}.
addAttachment(long, Attachment, byte[]) - Method in class org.codehaus.swizzle.confluence.Confluence
add a new attachment to a content entity object.
addComment(Comment) - Method in class org.codehaus.swizzle.confluence.Confluence
adds a comment to the page.
addGroup(String) - Method in class org.codehaus.swizzle.confluence.Confluence
add a new group
addLabelById(long, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Adds a label with the given ID to the object with the given ContentEntityObject ID.
addLabelByName(String, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Adds a label to the object with the given ContentEntityObject ID.
addLabelByNameToSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Adds a label to the object with the given ContentEntityObject ID.
addLabelByObject(Label, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Adds the given label object to the object with the given ContentEntityObject ID.
addPermissionsToSpace(List, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Give the entity named {{remoteEntityName}} (either a group or a user) the permissions {{permissions}} on the space with the key {{spaceKey}}.
addPermissionToSpace(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Give the entity named {{remoteEntityName}} (either a group or a user) the permission {{permission}} on the space with the key {{spaceKey}}.
addSpace(Space) - Method in class org.codehaus.swizzle.confluence.Confluence
create a new space, passing in name, key and description.
addUser(User, String) - Method in class org.codehaus.swizzle.confluence.Confluence
add a new user with the given password
addUserToGroup(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
add a user to a particular group
Attachment - Class in org.codehaus.swizzle.confluence
 
Attachment() - Constructor for class org.codehaus.swizzle.confluence.Attachment
 
Attachment(Map) - Constructor for class org.codehaus.swizzle.confluence.Attachment
 

B

BlogEntry - Class in org.codehaus.swizzle.confluence
 
BlogEntry() - Constructor for class org.codehaus.swizzle.confluence.BlogEntry
 
BlogEntry(Map) - Constructor for class org.codehaus.swizzle.confluence.BlogEntry
 
BlogEntrySummary - Class in org.codehaus.swizzle.confluence
 
BlogEntrySummary() - Constructor for class org.codehaus.swizzle.confluence.BlogEntrySummary
 
BlogEntrySummary(Map) - Constructor for class org.codehaus.swizzle.confluence.BlogEntrySummary
 

C

changeMyPassword(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
changes the current user's password
changeUserPassword(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
changes the specified user's password
Comment - Class in org.codehaus.swizzle.confluence
 
Comment() - Constructor for class org.codehaus.swizzle.confluence.Comment
 
Comment(Map) - Constructor for class org.codehaus.swizzle.confluence.Comment
 
Confluence - Class in org.codehaus.swizzle.confluence
 
Confluence(String) - Constructor for class org.codehaus.swizzle.confluence.Confluence
 
ConfluenceException - Exception in org.codehaus.swizzle.confluence
This exception is thrown to signal an error on the server.
ConfluenceException() - Constructor for exception org.codehaus.swizzle.confluence.ConfluenceException
 
ConfluenceException(String) - Constructor for exception org.codehaus.swizzle.confluence.ConfluenceException
 
ConfluenceException(Throwable) - Constructor for exception org.codehaus.swizzle.confluence.ConfluenceException
 
ConfluenceException(String, Throwable) - Constructor for exception org.codehaus.swizzle.confluence.ConfluenceException
 

D

deactivateUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
deactivates the specified user

E

editUser(User) - Method in class org.codehaus.swizzle.confluence.Confluence
edits the details of a user
exportSite(boolean) - Method in class org.codehaus.swizzle.confluence.Confluence
exports a Confluence instance and returns a String holding the URL for the download.
exportSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
exports a space and returns a String holding the URL for the download.

F

fields - Variable in class org.codehaus.swizzle.confluence.MapObject
 

G

getActiveUsers(boolean) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all registered users as Strings
getAncestors(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the ancestors (as PageSummary instances) of this page (parent, parent's parent etc).
getAttachment(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
get information about an attachment.
getAttachmentData(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
get the contents of an attachment.
getAttachments(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the Attachments for this page (useful to point users to download them with the full file download URL returned).
getAuthor() - Method in class org.codehaus.swizzle.confluence.BlogEntry
username of the author
getBaseUrl() - Method in class org.codehaus.swizzle.confluence.ServerInfo
The base URL for the confluence instance
getBlogEntries(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the BlogEntrySummary instances in the space.
getBlogEntry(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns a single BlogEntry.
getBlogEntryByDayAndTitle(String, int, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'.
getBoolean(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getBuildId() - Method in class org.codehaus.swizzle.confluence.ServerInfo
the build ID of the Confluence instance (usually a number)
getChildren(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the direct children (as PageSummary instances) of this page.
getComment() - Method in class org.codehaus.swizzle.confluence.Attachment
comment for the attachment {color:#cc3300}(Required){color}
getComment(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns an individual comment.
getComments(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the Comments for this page.
getContent() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the blog entry content
getContent() - Method in class org.codehaus.swizzle.confluence.Comment
notated content of the comment (use renderContent to render)
getContent() - Method in class org.codehaus.swizzle.confluence.Page
the page content
getContent() - Method in class org.codehaus.swizzle.confluence.UserInformation
the user description
getContentStatus() - Method in class org.codehaus.swizzle.confluence.Page
status of the page (eg current or deleted)
getContentType() - Method in class org.codehaus.swizzle.confluence.Attachment
mime content type of the attachment {color:#cc0000}(Required){color}
getCreated() - Method in class org.codehaus.swizzle.confluence.Attachment
creation date of the attachment
getCreated() - Method in class org.codehaus.swizzle.confluence.Comment
creation date of the attachment
getCreated() - Method in class org.codehaus.swizzle.confluence.Page
timestamp page was created
getCreationDate() - Method in class org.codehaus.swizzle.confluence.UserInformation
the date the user was created
getCreator() - Method in class org.codehaus.swizzle.confluence.Attachment
creator of the attachment
getCreator() - Method in class org.codehaus.swizzle.confluence.Comment
creator of the attachment
getCreator() - Method in class org.codehaus.swizzle.confluence.Page
username of the creator
getCreatorName() - Method in class org.codehaus.swizzle.confluence.UserInformation
the creator of the user
getDate(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getDescendents(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the descendents (as PageSummary instances) of this page (children, children's children etc).
getDescription() - Method in class org.codehaus.swizzle.confluence.Space
the HTML rendered space description
getEmail() - Method in class org.codehaus.swizzle.confluence.User
the email address of this user
getExcerpt() - Method in class org.codehaus.swizzle.confluence.SearchResult
a short excerpt of this result if it makes sense
getFileName() - Method in class org.codehaus.swizzle.confluence.Attachment
file name of the attachment {color:#cc3300}(Required){color}
getFileSize() - Method in class org.codehaus.swizzle.confluence.Attachment
numeric file size of the attachment in bytes
getFullname() - Method in class org.codehaus.swizzle.confluence.User
the full name of this user
getGroups() - Method in class org.codehaus.swizzle.confluence.Confluence
gets all groups as a list of Strings
getHomepage() - Method in class org.codehaus.swizzle.confluence.Space
the id of the space homepage
getId() - Method in class org.codehaus.swizzle.confluence.Attachment
numeric id of the attachment
getId() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the id of the blog entry
getId() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the id of the blog entry
getId() - Method in class org.codehaus.swizzle.confluence.Comment
numeric id of the comment
getId() - Method in class org.codehaus.swizzle.confluence.Label
the ID of the label
getId() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
the id of the historical page
getId() - Method in class org.codehaus.swizzle.confluence.PageSummary
the id of the page
getId() - Method in class org.codehaus.swizzle.confluence.SearchResult
the long ID of this result (if the type has one)
getId() - Method in class org.codehaus.swizzle.confluence.UserInformation
the ID of the user
getInt(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getKey() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
the space key
getLabelContentById(long) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the content for a given label ID
getLabelContentByName(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the content for a given label name.
getLabelContentByObject(Label) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the content for a given Label object.
getLabelsByDetail(String, String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Retrieves the Labels matching the given {{labelName}}, {{namespace}}, {{spaceKey}} or {{owner}}.
getLabelsById(long) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns all Labels for the given ContentEntityObject ID
getLastModificationDate() - Method in class org.codehaus.swizzle.confluence.UserInformation
the date the user was last modified
getLastModifierName() - Method in class org.codehaus.swizzle.confluence.UserInformation
the url to view this user online
getList(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getLockedBy() - Method in class org.codehaus.swizzle.confluence.Permission
The user or group name of the permission's owner
getLocks() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the number of locks current on this page
getLocks() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the number of locks current on this page
getLocks() - Method in class org.codehaus.swizzle.confluence.PageSummary
the number of locks current on this page
getLockType() - Method in class org.codehaus.swizzle.confluence.Permission
The type of permission.
getMajorVersion() - Method in class org.codehaus.swizzle.confluence.ServerInfo
the major version number of the Confluence instance
getMap(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getMinorVersion() - Method in class org.codehaus.swizzle.confluence.ServerInfo
the minor version number of the Confluence instance
getModified() - Method in class org.codehaus.swizzle.confluence.Page
timestamp page was modified
getModified() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
timestamp change was made
getModifier() - Method in class org.codehaus.swizzle.confluence.Page
username of the page's last modifier
getModifier() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
the user who made this change
getMostPopularLabels(int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the most popular Labels for the Confluence instance, with a specified maximum number.
getMostPopularLabelsInSpace(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the most popular Labels for the given {{spaceKey}}, with a specified maximum number of results.
getName() - Method in class org.codehaus.swizzle.confluence.Label
the nameof the label
getName() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
the name of the space
getName() - Method in class org.codehaus.swizzle.confluence.User
the username of this user
getNamespace() - Method in class org.codehaus.swizzle.confluence.Label
the namespace of the label
getOwner() - Method in class org.codehaus.swizzle.confluence.Label
the username of the owner
getPage(PageSummary) - Method in class org.codehaus.swizzle.confluence.Confluence
returns a single Page
getPage(String) - Method in class org.codehaus.swizzle.confluence.Confluence
 
getPage(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns a single Page
getPageHistory(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the PageHistorySummary instances - useful for looking up the previous versions of a page, and who changed them.
getPageId() - Method in class org.codehaus.swizzle.confluence.Attachment
page ID of the attachment
getPageId() - Method in class org.codehaus.swizzle.confluence.Comment
page ID of the comment
getPagePermissions(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns a List of Permissions representing the permissions set on the given page.
getPages(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the PageSummary instances in the space.
getParentId() - Method in class org.codehaus.swizzle.confluence.PageSummary
the id of the parent page
getPatchLevel() - Method in class org.codehaus.swizzle.confluence.ServerInfo
the patch-level of the Confluence instance
getPermissions(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns a List of Permissions representing the permissions the current user has for this space (a list of "view", "modify", "comment" and / or "admin").
getPermissionsForUser(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns a List of Permissions representing the permissions the given user has for this space.
getPublishDate() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the date the blog post was published
getRecentlyUsedLabels(int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the recently used Labels for the Confluence instance, with a specified maximum number of results.
getRecentlyUsedLabelsInSpace(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the recently used Labels for the given {{spaceKey}}, with a specified maximum number of results.
getRelatedLabels(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the Labels related to the given label name, with a specified maximum number of results.
getRelatedLabelsInSpace(String, String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns the Labels related to the given label name for the given {{spaceKey}}, with a specified maximum number of results.
getServerInfo() - Method in class org.codehaus.swizzle.confluence.Confluence
retrieve some basic information about the server being connected to.
getSpace() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the key of the space that this blog entry belongs to
getSpace() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the key of the space that this blog entry belongs to
getSpace(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns a single Space.
getSpace() - Method in class org.codehaus.swizzle.confluence.PageSummary
the key of the space that this page belongs to
getSpaceLevelPermissions() - Method in class org.codehaus.swizzle.confluence.Confluence
returns List of the space level Permissions which may be granted.
getSpaces() - Method in class org.codehaus.swizzle.confluence.Confluence
returns all the SpaceSummary instances that the current user can see.
getSpacesContainingContentWithLabel(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns all Spaces that have content labelled with {{labelName}}.
getSpacesWithLabel(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns an array of Spaces that have been labelled with {{labelName}}.
getString(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getTitle() - Method in class org.codehaus.swizzle.confluence.Attachment
title of the attachment
getTitle() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the title of the page
getTitle() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the title of the blog entry
getTitle() - Method in class org.codehaus.swizzle.confluence.Comment
title of the comment
getTitle() - Method in class org.codehaus.swizzle.confluence.PageSummary
the title of the page
getTitle() - Method in class org.codehaus.swizzle.confluence.RSSFeed
the feed's title
getTitle() - Method in class org.codehaus.swizzle.confluence.SearchResult
the feed's title
getType() - Method in class org.codehaus.swizzle.confluence.SearchResult
the type of this result - page, comment, spacedesc, attachment, userinfo, blogpost
getUrl() - Method in class org.codehaus.swizzle.confluence.Attachment
url to download the attachment online
getUrl() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the url to view this blog entry online
getUrl() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
the url to view this blog entry online
getUrl() - Method in class org.codehaus.swizzle.confluence.Comment
url to view the comment online
getUrl() - Method in class org.codehaus.swizzle.confluence.PageSummary
the url to view this page online
getUrl() - Method in class org.codehaus.swizzle.confluence.RSSFeed
the URL of the RSS feed
getUrl() - Method in class org.codehaus.swizzle.confluence.SearchResult
the remote URL needed to view this search result online
getUrl() - Method in class org.codehaus.swizzle.confluence.SpaceSummary
the url to view this space online
getUrl() - Method in class org.codehaus.swizzle.confluence.User
the url to view this user online
getUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
get a single user
getUserGroups(String) - Method in class org.codehaus.swizzle.confluence.Confluence
get a user's current groups as a list of Strings
getUserInformation(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Retrieves user information
getUsername() - Method in class org.codehaus.swizzle.confluence.UserInformation
the username of this user
getVersion() - Method in class org.codehaus.swizzle.confluence.BlogEntry
the version number of this blog entry
getVersion() - Method in class org.codehaus.swizzle.confluence.Page
the version number of this page
getVersion() - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
the version of this historical page
getVersion() - Method in class org.codehaus.swizzle.confluence.UserInformation
the version

H

hasGroup(String) - Method in class org.codehaus.swizzle.confluence.Confluence
checks if a group exists
hasUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
checks if a user exists

I

isCurrent() - Method in class org.codehaus.swizzle.confluence.Page
whether the page is current and not deleted
isDevelopmentBuild() - Method in class org.codehaus.swizzle.confluence.ServerInfo
Whether the build is a developer-only release or not
isHomePage() - Method in class org.codehaus.swizzle.confluence.Page
whether or not this page is the space's homepage

L

Label - Class in org.codehaus.swizzle.confluence
 
Label() - Constructor for class org.codehaus.swizzle.confluence.Label
 
Label(Map) - Constructor for class org.codehaus.swizzle.confluence.Label
 
login(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
 
logout() - Method in class org.codehaus.swizzle.confluence.Confluence
remove this token from the list of logged in tokens.

M

Main - Class in org.codehaus.swizzle.confluence
 
Main() - Constructor for class org.codehaus.swizzle.confluence.Main
 
MapObject - Class in org.codehaus.swizzle.confluence
 
MapObject() - Constructor for class org.codehaus.swizzle.confluence.MapObject
 
MapObject(Map) - Constructor for class org.codehaus.swizzle.confluence.MapObject
 
moveAttachment(String, String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
move an attachment to a different content entity object and/or give it a new name.

O

org.codehaus.swizzle.confluence - package org.codehaus.swizzle.confluence
 

P

Page - Class in org.codehaus.swizzle.confluence
 
Page() - Constructor for class org.codehaus.swizzle.confluence.Page
 
Page(Map) - Constructor for class org.codehaus.swizzle.confluence.Page
 
PageHistorySummary - Class in org.codehaus.swizzle.confluence
 
PageHistorySummary() - Constructor for class org.codehaus.swizzle.confluence.PageHistorySummary
 
PageHistorySummary(Map) - Constructor for class org.codehaus.swizzle.confluence.PageHistorySummary
 
PageSummary - Class in org.codehaus.swizzle.confluence
 
PageSummary() - Constructor for class org.codehaus.swizzle.confluence.PageSummary
 
PageSummary(Map) - Constructor for class org.codehaus.swizzle.confluence.PageSummary
 
Permission - Class in org.codehaus.swizzle.confluence
 
Permission() - Constructor for class org.codehaus.swizzle.confluence.Permission
 
Permission(Map) - Constructor for class org.codehaus.swizzle.confluence.Permission
 

R

reactivateUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
reactivates the specified user
removeAllPermissionsForGroup(String) - Method in class org.codehaus.swizzle.confluence.Confluence
Remove all the global and space level permissions for {{groupname}}.
removeAnonymousPermissionFromSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Remove the permission {{permission} from anonymous users on the space with the key {{spaceKey}}.
removeAttachment(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
remove an attachment from a content entity object.
removeComment(String) - Method in class org.codehaus.swizzle.confluence.Confluence
removes a comment from the page.
removeGroup(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
remove a group.
removeLabelById(long, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Removes the label with the given ID from the object with the given ContentEntityObject ID.
removeLabelByName(String, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Removes the given label from the object with the given ContentEntityObject ID.
removeLabelByNameFromSpace(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Removes the given label from the given {{spaceKey}}.
removeLabelByObject(Label, long) - Method in class org.codehaus.swizzle.confluence.Confluence
Removes the given label object from the object with the given ContentEntityObject ID.
removePage(String) - Method in class org.codehaus.swizzle.confluence.Confluence
remove a page
removePermissionFromSpace(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
Remove the permission {{permission} from the entity named {{remoteEntityName}} (either a group or a user) on the space with the key {{spaceKey}}.
removeSpace(String) - Method in class org.codehaus.swizzle.confluence.Confluence
remove a space completely.
removeUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
delete a user.
removeUserFromGroup(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
remove a user from a group.
renderContent(String, String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns the HTML rendered content for this page.
renderContent(String, String) - Method in class org.codehaus.swizzle.confluence.Confluence
 
renderContent(PageSummary) - Method in class org.codehaus.swizzle.confluence.Confluence
 
renderContent(String, String, String, Map) - Method in class org.codehaus.swizzle.confluence.Confluence
Like the above renderContent(), but you can supply an optional hash (map, dictionary, etc) containing additional instructions for the renderer.
RSSFeed - Class in org.codehaus.swizzle.confluence
 
RSSFeed() - Constructor for class org.codehaus.swizzle.confluence.RSSFeed
 
RSSFeed(Map) - Constructor for class org.codehaus.swizzle.confluence.RSSFeed
 

S

search(String, int) - Method in class org.codehaus.swizzle.confluence.Confluence
return a list of SearchResults which match a given search query (including pages and other content types).
search(String, Map, int) - Method in class org.codehaus.swizzle.confluence.Confluence
Returns a list of SearchResults like the previous search, but you can optionally limit your search by adding parameters to the parameter map.
SearchResult - Class in org.codehaus.swizzle.confluence
 
SearchResult() - Constructor for class org.codehaus.swizzle.confluence.SearchResult
 
SearchResult(Map) - Constructor for class org.codehaus.swizzle.confluence.SearchResult
 
sendRawData - Variable in class org.codehaus.swizzle.confluence.Confluence
 
sendRawData(boolean) - Method in class org.codehaus.swizzle.confluence.Confluence
 
ServerInfo - Class in org.codehaus.swizzle.confluence
 
ServerInfo() - Constructor for class org.codehaus.swizzle.confluence.ServerInfo
 
ServerInfo(Map) - Constructor for class org.codehaus.swizzle.confluence.ServerInfo
 
setAuthor(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setBaseUrl(String) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setBoolean(String, boolean) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setBoolean(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setBuildId(String) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setComment(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setContent(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setContent(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setContent(String) - Method in class org.codehaus.swizzle.confluence.Page
 
setContent(String) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setContentStatus(String) - Method in class org.codehaus.swizzle.confluence.Page
 
setContentType(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setCreated(Date) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setCreated(Date) - Method in class org.codehaus.swizzle.confluence.Comment
 
setCreated(Date) - Method in class org.codehaus.swizzle.confluence.Page
 
setCreationDate(Date) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setCreator(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setCreator(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setCreator(String) - Method in class org.codehaus.swizzle.confluence.Page
 
setCreatorName(String) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setCurrent(boolean) - Method in class org.codehaus.swizzle.confluence.Page
 
setDate(String, Date) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setDate(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setDescription(String) - Method in class org.codehaus.swizzle.confluence.Space
 
setDevelopmentBuild(boolean) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setEmail(String) - Method in class org.codehaus.swizzle.confluence.User
 
setExcerpt(String) - Method in class org.codehaus.swizzle.confluence.SearchResult
 
setFileName(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setFileSize(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setFullname(String) - Method in class org.codehaus.swizzle.confluence.User
 
setHomePage(boolean) - Method in class org.codehaus.swizzle.confluence.Page
 
setHomepage(String) - Method in class org.codehaus.swizzle.confluence.Space
 
setId(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setId(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setId(String) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setId(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setId(String) - Method in class org.codehaus.swizzle.confluence.Label
 
setId(String) - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
 
setId(String) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setId(String) - Method in class org.codehaus.swizzle.confluence.SearchResult
 
setId(String) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setInt(String, int) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setInt(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setKey(String) - Method in class org.codehaus.swizzle.confluence.SpaceSummary
 
setLastModificationDate(Date) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setLastModifierName(String) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setList(String, List) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setLockedBy(String) - Method in class org.codehaus.swizzle.confluence.Permission
 
setLocks(int) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setLocks(int) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setLocks(int) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setLockType(String) - Method in class org.codehaus.swizzle.confluence.Permission
 
setMajorVersion(int) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setMap(String, Map) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setMinorVersion(int) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setModified(Date) - Method in class org.codehaus.swizzle.confluence.Page
 
setModified(Date) - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
 
setModifier(String) - Method in class org.codehaus.swizzle.confluence.Page
 
setModifier(String) - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
 
setName(String) - Method in class org.codehaus.swizzle.confluence.Label
 
setName(String) - Method in class org.codehaus.swizzle.confluence.SpaceSummary
 
setName(String) - Method in class org.codehaus.swizzle.confluence.User
 
setNamespace(String) - Method in class org.codehaus.swizzle.confluence.Label
 
setOwner(String) - Method in class org.codehaus.swizzle.confluence.Label
 
setPageId(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setPageId(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setParentId(String) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setPatchLevel(int) - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
setPublishDate(Date) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setSpace(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setSpace(String) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setSpace(String) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setString(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.RSSFeed
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.SearchResult
 
setType(String) - Method in class org.codehaus.swizzle.confluence.SearchResult
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.Comment
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.PageSummary
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.RSSFeed
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.SearchResult
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.SpaceSummary
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.User
 
setUserInformation(UserInformation) - Method in class org.codehaus.swizzle.confluence.Confluence
updates user information
setUsername(String) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
setVersion(int) - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
setVersion(int) - Method in class org.codehaus.swizzle.confluence.Page
 
setVersion(int) - Method in class org.codehaus.swizzle.confluence.PageHistorySummary
 
setVersion(int) - Method in class org.codehaus.swizzle.confluence.UserInformation
 
Space - Class in org.codehaus.swizzle.confluence
 
Space() - Constructor for class org.codehaus.swizzle.confluence.Space
 
Space(Map) - Constructor for class org.codehaus.swizzle.confluence.Space
 
SpaceSummary - Class in org.codehaus.swizzle.confluence
 
SpaceSummary() - Constructor for class org.codehaus.swizzle.confluence.SpaceSummary
 
SpaceSummary(Map) - Constructor for class org.codehaus.swizzle.confluence.SpaceSummary
 
storeBlogEntry(BlogEntry) - Method in class org.codehaus.swizzle.confluence.Confluence
add or update a blog entry.
storePage(Page) - Method in class org.codehaus.swizzle.confluence.Confluence
add or update a page.
SwizzleException - Exception in org.codehaus.swizzle.confluence
This is the exception thrown by the Swizzle to signal errors.
SwizzleException() - Constructor for exception org.codehaus.swizzle.confluence.SwizzleException
 
SwizzleException(String) - Constructor for exception org.codehaus.swizzle.confluence.SwizzleException
 
SwizzleException(Throwable) - Constructor for exception org.codehaus.swizzle.confluence.SwizzleException
 
SwizzleException(String, Throwable) - Constructor for exception org.codehaus.swizzle.confluence.SwizzleException
 

T

toMap() - Method in class org.codehaus.swizzle.confluence.MapObject
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.Attachment
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.BlogEntry
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.BlogEntrySummary
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.Comment
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.MapObject
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.Page
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.ServerInfo
 
toRawMap() - Method in class org.codehaus.swizzle.confluence.UserInformation
 
toString() - Method in class org.codehaus.swizzle.confluence.MapObject
 

U

User - Class in org.codehaus.swizzle.confluence
 
User() - Constructor for class org.codehaus.swizzle.confluence.User
 
User(Map) - Constructor for class org.codehaus.swizzle.confluence.User
 
UserInformation - Class in org.codehaus.swizzle.confluence
 
UserInformation() - Constructor for class org.codehaus.swizzle.confluence.UserInformation
 
UserInformation(Map) - Constructor for class org.codehaus.swizzle.confluence.UserInformation
 

W

willSendRawData() - Method in class org.codehaus.swizzle.confluence.Confluence
 

X

XWiki - Class in org.codehaus.swizzle.confluence
 
XWiki(String) - Constructor for class org.codehaus.swizzle.confluence.XWiki
 

A B C D E F G H I L M O P R S T U W X

Copyright © 2012 The Codehaus Foundation. All Rights Reserved.