Uses of Class
ccc.api.types.ActionStatus

Packages that use ActionStatus
ccc.api.core   
ccc.api.types   
ccc.client.core   
ccc.domain The core domain model for CCC. 
 

Uses of ActionStatus in ccc.api.core
 

Methods in ccc.api.core that return ActionStatus
 ActionStatus ActionSummary.getStatus()
          Accessor.
 

Methods in ccc.api.core with parameters of type ActionStatus
 void ActionSummary.setStatus(ActionStatus status)
          Mutator.
 

Constructors in ccc.api.core with parameters of type ActionStatus
ActionSummary(java.util.UUID id, CommandType type, Username actorUsername, java.util.Date after, ResourceType subjectType, java.lang.String path, ActionStatus status, FailureCode fCode)
          Constructor.
 

Uses of ActionStatus in ccc.api.types
 

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

Uses of ActionStatus in ccc.client.core
 

Methods in ccc.client.core with parameters of type ActionStatus
static java.lang.String I18n.getLocalisedStatus(ActionStatus status)
          Looks up for localised string for the ActionStatus.
 

Uses of ActionStatus in ccc.domain
 

Methods in ccc.domain that return ActionStatus
 ActionStatus ActionEntity.getStatus()
          Accessor.
 



Copyright © 2010. All Rights Reserved.