Uses of Class
org.sakaiproject.entitybroker.EntityView.Method
-
Packages that use EntityView.Method Package Description org.sakaiproject.entitybroker -
-
Uses of EntityView.Method in org.sakaiproject.entitybroker
Methods in org.sakaiproject.entitybroker that return EntityView.Method Modifier and Type Method Description static EntityView.MethodEntityView. translateViewKeyToMethod(String viewKey)Translate a viewkey into an http methodstatic EntityView.MethodEntityView.Method. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityView.Method[]EntityView.Method. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sakaiproject.entitybroker with parameters of type EntityView.Method Modifier and Type Method Description voidEntityView. setMethod(EntityView.Method method)
-