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

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.
addAttchment(Confluence, Page, Attachment, URL) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
addAttchment(Confluence, Page, Attachment, File) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
addAttchment(Confluence, Page, Attachment, InputStream) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
addBlock(String, boolean) - Method in class biz.source_code.miniTemplator.MiniTemplator
Adds an instance of a template block.
addBlock(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Adds an instance of a template block.
addBlockOpt(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Adds an instance of an optional template block.
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

biz.source_code.miniTemplator - package biz.source_code.miniTemplator
 
blockExists(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Checks whether a block with the specified name exists within the template.
build(Reader) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 
build(URL) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 

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
cloneReset() - Method in class biz.source_code.miniTemplator.MiniTemplator
Clones this MiniTemplator object and resets the clone.
Confluence - Class in org.codehaus.swizzle.confluence
 
Confluence(String, Confluence.ProxyInfo) - Constructor for class org.codehaus.swizzle.confluence.Confluence
 
Confluence(XmlRpcClient) - Constructor for class org.codehaus.swizzle.confluence.Confluence
 
Confluence(Confluence) - Constructor for class org.codehaus.swizzle.confluence.Confluence
 
Confluence.ProxyInfo - Class in org.codehaus.swizzle.confluence
 
Confluence.ProxyInfo(String, int, String, String) - Constructor for class org.codehaus.swizzle.confluence.Confluence.ProxyInfo
 
Confluence2 - Class in org.codehaus.swizzle.confluence
 
Confluence2(Confluence) - Constructor for class org.codehaus.swizzle.confluence.Confluence2
 
Confluence2(String, Confluence.ProxyInfo) - Constructor for class org.codehaus.swizzle.confluence.Confluence2
 
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
 
ConfluenceExportDecorator - Class in org.codehaus.swizzle.confluence
 
ConfluenceExportDecorator(Confluence, String, String, String) - Constructor for class org.codehaus.swizzle.confluence.ConfluenceExportDecorator
 
ConfluenceFactory - Class in org.codehaus.swizzle.confluence
 
ConfluenceFactory() - Constructor for class org.codehaus.swizzle.confluence.ConfluenceFactory
 
ConfluenceUtils - Class in org.bsc.maven.plugin.confluence
 
ConfluenceUtils() - Constructor for class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
createInstanceDetectingVersion(String, Confluence.ProxyInfo, String, String) - Static method in class org.codehaus.swizzle.confluence.ConfluenceFactory
 
createInstanceVersion3x(String, Confluence.ProxyInfo) - Static method in class org.codehaus.swizzle.confluence.ConfluenceFactory
 
createInstanceVersion4x(String, Confluence.ProxyInfo) - Static method in class org.codehaus.swizzle.confluence.ConfluenceFactory
 

D

deactivateUser(String) - Method in class org.codehaus.swizzle.confluence.Confluence
deactivates the specified user
decode(String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 

E

editUser(User) - Method in class org.codehaus.swizzle.confluence.Confluence
edits the details of a user
encodeAnchor(String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
escapeHtml(String) - Static method in class biz.source_code.miniTemplator.MiniTemplator
Escapes special HTML characters.
ExportFormat - Enum in org.codehaus.swizzle.confluence
 
exportPage(String, String, ExportFormat, File) - Method in class org.codehaus.swizzle.confluence.ConfluenceExportDecorator
 
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
 
findPageByTitle(Confluence, String, String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 

G

generateOutput(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Generates the HTML page and writes it into a file.
generateOutput(Writer) - Method in class biz.source_code.miniTemplator.MiniTemplator
Generates the HTML page and writes it to a character stream.
generateOutput() - Method in class biz.source_code.miniTemplator.MiniTemplator
Generates the HTML page and returns it as a string.
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).
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
 
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.
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
getCreator() - Method in class org.codehaus.swizzle.confluence.Attachment
creator of the attachment
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).
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
getGroups() - Method in class org.codehaus.swizzle.confluence.Confluence
gets all groups as a list of Strings
getId() - Method in class org.codehaus.swizzle.confluence.Attachment
numeric id of the attachment
getInt(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
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
getList(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
getMap(String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
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.
getOrCreatePage(Confluence, String, String, String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
getOrCreatePage(Confluence, Page, String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
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
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.
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.
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.
getServicePrefix() - Method in class org.codehaus.swizzle.confluence.Confluence
 
getServicePrefix() - Method in class org.codehaus.swizzle.confluence.Confluence2
 
getSpace(String) - Method in class org.codehaus.swizzle.confluence.Confluence
returns a single Space.
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
getUrl() - Method in class org.codehaus.swizzle.confluence.Attachment
url to download the attachment 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
getVariables() - Method in class biz.source_code.miniTemplator.MiniTemplator
Returns a map with the names and current values of the template variables.
getVersion(Confluence) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 

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
host - Variable in class org.codehaus.swizzle.confluence.Confluence.ProxyInfo
 

L

loadSubtemplate(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Loads the template string of a subtemplate (used for the $Include command).
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

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
 
MiniTemplator - Class in biz.source_code.miniTemplator
A compact template engine for HTML files.
MiniTemplator() - Constructor for class biz.source_code.miniTemplator.MiniTemplator
Dummy constructor, used internally in newInstance().
MiniTemplator.BlockNotDefinedException - Exception in biz.source_code.miniTemplator
Thrown when Minitemplator.addBlock is called with a blockName that is not defined within the template.
MiniTemplator.BlockNotDefinedException(String) - Constructor for exception biz.source_code.miniTemplator.MiniTemplator.BlockNotDefinedException
 
MiniTemplator.Builder - Class in biz.source_code.miniTemplator
Specifies the parameters for constructing a MiniTemplator object.
MiniTemplator.Builder() - Constructor for class biz.source_code.miniTemplator.MiniTemplator.Builder
 
MiniTemplator.TemplateSyntaxException - Exception in biz.source_code.miniTemplator
Thrown when a syntax error is encountered within the template.
MiniTemplator.TemplateSyntaxException(String) - Constructor for exception biz.source_code.miniTemplator.MiniTemplator.TemplateSyntaxException
 
MiniTemplator.VariableNotDefinedException - Exception in biz.source_code.miniTemplator
Thrown when Minitemplator.setVariable is called with a variableName that is not defined within the template and the isOptional parameter is false.
MiniTemplator.VariableNotDefinedException(String) - Constructor for exception biz.source_code.miniTemplator.MiniTemplator.VariableNotDefinedException
 
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.

N

newInstance() - Method in class biz.source_code.miniTemplator.MiniTemplator
Allocates a new uninitialized MiniTemplator object.

O

org.bsc.maven.plugin.confluence - package org.bsc.maven.plugin.confluence
 
org.codehaus.swizzle.confluence - package org.codehaus.swizzle.confluence
 

P

password - Variable in class org.codehaus.swizzle.confluence.Confluence.ProxyInfo
 
port - Variable in class org.codehaus.swizzle.confluence.Confluence.ProxyInfo
 

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(Confluence, String, String, String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
removePage(Confluence, Page, String) - Static method in class org.bsc.maven.plugin.confluence.ConfluenceUtils
 
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.
reset() - Method in class biz.source_code.miniTemplator.MiniTemplator
Resets the MiniTemplator object to the initial state.

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.
sendRawData - Variable in class org.codehaus.swizzle.confluence.Confluence
 
sendRawData(boolean) - Method in class org.codehaus.swizzle.confluence.Confluence
 
SERVICE_PREFIX_1 - Static variable in class org.codehaus.swizzle.confluence.Confluence
 
SERVICE_PREFIX_2 - Static variable in class org.codehaus.swizzle.confluence.Confluence2
 
setBoolean(String, boolean) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setBoolean(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setCharset(Charset) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 
setComment(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setConditionFlags(Set<String>) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 
setContentType(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setCreated(Date) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setCreator(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setDate(String, Date) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setDate(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setFileName(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setFileSize(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setId(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setInt(String, int) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setInt(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setList(String, List) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setMap(String, Map) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setPageId(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setShortFormEnabled(boolean) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 
setSkipUndefinedVars(boolean) - Method in class biz.source_code.miniTemplator.MiniTemplator.Builder
 
setString(String, String) - Method in class org.codehaus.swizzle.confluence.MapObject
 
setTitle(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setUrl(String) - Method in class org.codehaus.swizzle.confluence.Attachment
 
setUserInformation(UserInformation) - Method in class org.codehaus.swizzle.confluence.Confluence
updates user information
setVariable(String, String, boolean) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets a template variable.
setVariable(String, String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets a template variable.
setVariable(String, int) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets a template variable to an integer value.
setVariableEsc(String, String, boolean) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets a template variable to an escaped value.
setVariableEsc(String, String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets a template variable to an escaped value.
setVariableOpt(String, String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets an optional template variable.
setVariableOpt(String, int) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets an optional template variable to an integer value.
setVariableOptEsc(String, String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Sets an optional template variable to an escaped value.
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.MapObject
 
toString() - Method in class org.codehaus.swizzle.confluence.MapObject
 

U

url - Variable in enum org.codehaus.swizzle.confluence.ExportFormat
 
userName - Variable in class org.codehaus.swizzle.confluence.Confluence.ProxyInfo
 

V

valueOf(String) - Static method in enum org.codehaus.swizzle.confluence.ExportFormat
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.swizzle.confluence.ExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
variableExists(String) - Method in class biz.source_code.miniTemplator.MiniTemplator
Checks whether a variable with the specified name exists within the template.

W

willSendRawData() - Method in class org.codehaus.swizzle.confluence.Confluence
 
A B C D E F G H L M N O P R S T U V W 

Copyright © 2013. All rights reserved.