|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Command | |
---|---|
ccc.commands | Commands available in CCC. |
Uses of Command in ccc.commands |
---|
Subclasses of Command in ccc.commands | |
---|---|
class |
ApplyWorkingCopyCommand
Command: apply the current working copy. |
class |
CreateCommentCommand
Command used for creating a comment. |
class |
DeleteCommentCommand
Command used to delete a comment. |
class |
DeleteResourceCommand
Command: delete a resource. |
class |
RenameResourceCommand
Command: rename a resource. |
class |
UpdateAliasCommand
Command: updates an alias. |
class |
UpdateCachingCommand
Command: update cache duration. |
class |
UpdateCommentCommand
Command to update a comment. |
class |
UpdateCurrentUserCommand
Command: update a user's own email and password. |
class |
UpdateFileCommand
Command: update an existing file. |
class |
UpdateFolderCommand
Command: updates a folder. |
class |
UpdatePageCommand
Command: updates a page with the specified delta. |
class |
UpdateResourceAclCommand
Command: update cache duration. |
class |
UpdateTemplateCommand
Command: update a template. |
class |
UpdateUserCommand
Command: update a user. |
Methods in ccc.commands that return Command | |
---|---|
Command<? extends ResourceEntity> |
CommandFactory.createAliasCommand(Alias alias)
Create a 'create alias' command. |
Command<java.lang.Void> |
CommandFactory.createDeleteResourceCmd(java.util.UUID resourceId)
Create a 'delete resource' command. |
Command<FileEntity> |
CommandFactory.createFileCommand(java.util.UUID parentFolder,
File file,
java.lang.String title,
java.lang.String description,
ResourceName resourceName,
RevisionMetadata rm,
java.io.InputStream dataStream)
Create a 'create file' command. |
Command<FolderEntity> |
CommandFactory.createFolderCommand(java.util.UUID parentId,
java.lang.String name,
java.lang.String title)
Create a 'create folder' command. |
Command<PageEntity> |
CommandFactory.createPageCommand(java.util.UUID parentId,
Page page)
Create a 'create page' command. |
Command<java.lang.Void> |
CommandFactory.createRootCommand(FolderEntity f)
Create a 'create root' command. |
Command<Search> |
CommandFactory.createSearchCommand(java.util.UUID parentId,
java.lang.String title)
Create a 'create search' command. |
Command<? extends ResourceEntity> |
CommandFactory.createTemplateCommand(Template template)
Create a 'create template' command. |
Command<java.lang.Void> |
CommandFactory.lockResourceCommand(java.util.UUID resourceId)
Create a 'lock resource' command. |
Command<ResourceSummary> |
CommandFactory.publishResource(java.util.UUID resourceId)
Create a 'publish resource' command. |
Command<java.lang.Void> |
CommandFactory.unlockResourceCommand(java.util.UUID resourceId)
Create an 'unlock resource' command. |
Command<java.lang.Void> |
CommandFactory.unpublishResourceCommand(java.util.UUID resourceId)
Create an 'unpublish resource' command. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |