Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.model.UserOperation

Packages that use UserOperation
org.apache.cxf.jaxrs.model   
 

Uses of UserOperation in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return types with arguments of type UserOperation
 java.util.List<UserOperation> UserResource.getOperations()
           
 java.util.Map<java.lang.String,UserOperation> UserResource.getOperationsAsMap()
           
 

Method parameters in org.apache.cxf.jaxrs.model with type arguments of type UserOperation
 void UserResource.setOperations(java.util.List<UserOperation> ops)
           
 

Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type UserOperation
UserResource(java.lang.String className, java.lang.String pathValue, java.util.List<UserOperation> ops)
           
 


Apache CXF API

Apache CXF