Uses of Class
ccc.api.types.CommandType

Packages that use CommandType
ccc.api.core   
ccc.api.exceptions   
ccc.api.types   
ccc.client.actions   
ccc.client.core   
ccc.client.gwt.views.gxt   
ccc.client.gwt.widgets   
ccc.client.presenters   
ccc.client.views   
ccc.commands Commands available in CCC. 
ccc.domain The core domain model for CCC. 
 

Uses of CommandType in ccc.api.core
 

Methods in ccc.api.core that return CommandType
 CommandType Revision.getCommand()
          Deprecated. 
 CommandType Action.getCommand()
          Accessor.
 CommandType ActionSummary.getType()
          Accessor.
 

Methods in ccc.api.core with parameters of type CommandType
 void ActionSummary.setType(CommandType type)
          Mutator.
 

Constructors in ccc.api.core with parameters of type CommandType
Action(java.util.UUID resourceId, CommandType command, java.util.Date executeAfter, java.util.Map<java.lang.String,java.lang.String> parameters)
          Constructor.
ActionSummary(java.util.UUID id, CommandType type, Username actorUsername, java.util.Date after, ResourceType subjectType, java.lang.String path, ActionStatus status, FailureCode fCode)
          Constructor.
Revision(CommandType command, Username actorUsername, java.util.Date on, long index, java.lang.String comment, boolean isMajorEdit)
          Constructor.
 

Uses of CommandType in ccc.api.exceptions
 

Methods in ccc.api.exceptions that return CommandType
 CommandType InsufficientPrivilegesException.getAction()
          Accessor.
 

Constructors in ccc.api.exceptions with parameters of type CommandType
InsufficientPrivilegesException(CommandType action, java.util.UUID user)
          Constructor.
 

Uses of CommandType in ccc.api.types
 

Methods in ccc.api.types that return CommandType
static CommandType CommandType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CommandType[] CommandType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CommandType in ccc.client.actions
 

Constructors in ccc.client.actions with parameters of type CommandType
CreateActionAction(java.util.UUID resourceId, CommandType command, java.util.Date executeAfter, java.util.Map<java.lang.String,java.lang.String> actionParameters)
          Constructor.
 

Uses of CommandType in ccc.client.core
 

Fields in ccc.client.core with type parameters of type CommandType
static Bus<CommandType> InternalServices.REMOTING_BUS
           
 

Methods in ccc.client.core with parameters of type CommandType
static java.lang.String I18n.getLocalisedType(CommandType command)
          Looks up for localised string for the command type.
 

Method parameters in ccc.client.core with type arguments of type CommandType
protected  void RemotingAction.fireEvent(Event<CommandType> event)
          Submit an event to the event bus.
 

Uses of CommandType in ccc.client.gwt.views.gxt
 

Methods in ccc.client.gwt.views.gxt that return CommandType
 CommandType CreateActionDialog.getCommandType()
          Accessor.
 

Uses of CommandType in ccc.client.gwt.widgets
 

Methods in ccc.client.gwt.widgets that return CommandType
 CommandType CreateActionPanel.commandType()
          Accessor.
 

Method parameters in ccc.client.gwt.widgets with type arguments of type CommandType
 void GroupTable.handle(Event<CommandType> event)
          Handle an event.
 void CommentTable.handle(Event<CommandType> event)
          Handle an event.
 void ResourceTable.handle(Event<CommandType> event)
          Handle an event.
 void ActionTable.handle(Event<CommandType> event)
          Handle an event.
 

Uses of CommandType in ccc.client.presenters
 

Method parameters in ccc.client.presenters with type arguments of type CommandType
 void UpdateGroupPresenter.handle(Event<CommandType> event)
          Handle an event.
 void UpdateCommentPresenter.handle(Event<CommandType> event)
          Handle an event.
 void RenameResourcePresenter.handle(Event<CommandType> event)
          Handle an event.
 void EditTextFilePresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateUserPresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateTextFilePresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreatePagePresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateGroupPresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateFolderPresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateAliasPresenter.handle(Event<CommandType> event)
          Handle an event.
 void CreateActionPresenter.handle(Event<CommandType> event)
          Handle an event.
 void ChangeResourceTemplatePresenter.handle(Event<CommandType> event)
          Handle an event.
 

Uses of CommandType in ccc.client.views
 

Methods in ccc.client.views that return CommandType
 CommandType CreateAction.getCommandType()
          Accessor.
 

Uses of CommandType in ccc.commands
 

Methods in ccc.commands that return CommandType
protected  CommandType UpdateUserCommand.getType()
          Get the type of this command.
protected  CommandType UpdateTemplateCommand.getType()
          Get the type of this command.
protected  CommandType UpdateResourceAclCommand.getType()
          Get the type of this command.
protected  CommandType UpdatePageCommand.getType()
          Get the type of this command.
protected  CommandType UpdateFolderCommand.getType()
          Get the type of this command.
protected  CommandType UpdateFileCommand.getType()
          Get the type of this command.
protected  CommandType UpdateCurrentUserCommand.getType()
          Get the type of this command.
protected  CommandType UpdateCommentCommand.getType()
          Get the type of this command.
protected  CommandType UpdateCachingCommand.getType()
          Get the type of this command.
protected  CommandType UpdateAliasCommand.getType()
          Get the type of this command.
protected  CommandType RenameResourceCommand.getType()
          Get the type of this command.
protected  CommandType DeleteResourceCommand.getType()
          Get the type of this command.
protected  CommandType DeleteCommentCommand.getType()
          Get the type of this command.
protected  CommandType CreateCommentCommand.getType()
          Get the type of this command.
protected abstract  CommandType Command.getType()
          Get the type of this command.
protected  CommandType ApplyWorkingCopyCommand.getType()
          Get the type of this command.
 

Uses of CommandType in ccc.domain
 

Methods in ccc.domain that return CommandType
 CommandType ActionEntity.getType()
          Accessor.
 

Constructors in ccc.domain with parameters of type CommandType
ActionEntity(CommandType type, java.util.Date executeAfter, UserEntity actor, ResourceEntity subject, java.util.Map<java.lang.String,java.lang.String> parameters)
          Constructor.
LogEntry(UserEntity actor, CommandType action, java.util.Date happenedOn, java.util.UUID subjectId, java.lang.String detail)
          Constructor.
 



Copyright © 2010. All Rights Reserved.