String |
UserServiceResourceLocator.getURLForAction(UserServiceEvent aCallback,
URLQuery aQuery) |
Returns a URL that will trigger an action event when clicked by a user.
|
String |
UserServiceResourceLocator.getURLForAjaxRequest(UserServiceAjaxRequest aCallback,
URLQuery aQuery) |
Returns a URL that will invoke an Ajax request callback.
|
String |
UserServiceResourceLocator.getURLForGetRequest(UserServiceGetRequest aCallback,
URLQuery aQuery) |
Returns a URL that will invoke a GET request callback.
|
String |
UserServiceResourceLocator.getURLForResource(String aModuleName,
String aResourcePath,
URLQuery aQuery) |
Returns the URL string for the specified web resource.
|
String |
UserServiceResourceLocator.getURLForServiceSelection(ServiceKey aServiceKey,
AdaptationHome aDataSpaceOrSnapshot,
URLQuery aQuery) |
Returns a user interface URL that selects the specified dataspace or
snapshot and starts the specified service on it.
|
String |
UserServiceResourceLocator.getURLForServiceSelection(ServiceKey aServiceKey,
Adaptation aRecordOrInstance,
SchemaNode aNode,
URLQuery aQuery) |
Returns a user interface URL which selects the specified node of the
given record or dataset and starts the specified service on it.
|
String |
UserServiceResourceLocator.getURLForServiceSelection(ServiceKey aServiceKey,
Adaptation aRecordOrDataSet,
URLQuery aQuery) |
Returns a user interface URL which selects the specified record or
dataset and starts the specified service on it.
|
String |
UserServiceResourceLocator.getURLForServiceSelection(ServiceKey aServiceKey,
URLQuery aQuery) |
Returns a user interface URL to start the specified service.
|