Uses of Class
ccc.api.types.FailureCode

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

Uses of FailureCode in ccc.api.core
 

Methods in ccc.api.core that return FailureCode
 FailureCode ActionSummary.getFailureCode()
          Accessor.
 

Methods in ccc.api.core with parameters of type FailureCode
 void ActionSummary.setFCode(FailureCode code)
          Mutator.
 

Constructors in ccc.api.core with parameters of type FailureCode
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 FailureCode in ccc.api.types
 

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

Uses of FailureCode in ccc.domain
 

Methods in ccc.domain that return FailureCode
 FailureCode ActionEntity.getCode()
          Accessor.
 



Copyright © 2010. All Rights Reserved.