Interface UserServiceAjaxContext
-
- All Superinterfaces:
UserServiceObjectContext
,UserServiceRequest
public interface UserServiceAjaxContext extends UserServiceRequest, UserServiceObjectContext
This interface provides information and utility methods useful when processing an Ajax request.- Since:
- 5.8.0
- See Also:
UserServiceAjaxRequest.processRequest(UserServiceAjaxContext, UserServiceAjaxResponse)
-
-
Method Summary
-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceObjectContext
getPermission, getValueContext, getValueContext, isDataDeleted
-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceRequest
canClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
-
-