Uses of Class
org.apache.cxf.jaxrs.model.UserOperation
-
Packages that use UserOperation Package Description 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 Modifier and Type Method Description List<UserOperation>UserResource. getOperations()Map<String,UserOperation>UserResource. getOperationsAsMap()Method parameters in org.apache.cxf.jaxrs.model with type arguments of type UserOperation Modifier and Type Method Description voidUserResource. setOperations(List<UserOperation> ops)Constructor parameters in org.apache.cxf.jaxrs.model with type arguments of type UserOperation Constructor Description UserResource(String className, String pathValue, List<UserOperation> ops)
-