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
 List<UserOperation> UserResource.getOperations()
           
 Map<String,UserOperation> UserResource.getOperationsAsMap()
           
 

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

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


Apache CXF API

Apache CXF