Package com.orchestranetworks.userservice
package com.orchestranetworks.userservice
A public API for user services.
-
ClassDescriptionIdentifies an object from a given context.UserService<S extends EntitySelection>Main interface to be implemented for a user service.This interface provides information and utility methods useful when processing an Ajax request.Interface that an Ajax request callback must implement.This interface provides methods to generate a response when processing an Ajax request.This interface provides methods to set up a user service display.Interface that an event callback must implement.This interface provides information and utility methods useful when processing an event.An object returned by an event callback should implement this interface.This runtime exception is thrown by some methods related to user services.UserServiceExtended<S extends EntitySelection>Extended interface that can be implemented by a user service.UserServiceForCreate<S extends EntitySelection>Extended interface that can be implemented by a user service replacing a creation form.This interface provides information and utility methods useful when processing a GET request.This interface defines methods to get contextual information about the user service being invoked.Interface that a GET request callback must implement.This interface provides methods to generate a response when processing an GET request.UserServiceInitializeContext<S extends EntitySelection>This interface provides information and utility methods useful when initializing a user service.UserServiceInvocationContext<S extends EntitySelection>This interface defines methods to get contextual information about the user service being invoked.This class provides static methods to create standard outcome values specifying what to do next.This interface provides methods to access objects registered for the user service.This interface provides methods to register or remove objects managed by the user service.This interface provides methods to access or update objects registered for the user service.Interface that a user service pane must implement.This interface provides information and utility methods useful when defining a user service pane.This interface provides useful methods for rendering a user service pane.This interface provides information and utility methods useful when processing an event outcome.This interface allows to define a user service raw pane.This interface provides information and utility methods useful when defining a user service raw pane.This interface provides useful methods for rendering a user service pane.Defines an interface to provide information about a request for a user service.This interface defines methods to build URLs that are useful for a user service.Deprecated.UserServiceSetupDisplayContext<S extends EntitySelection>This interface provides information and utility methods useful when setting up a user service display.UserServiceSetupObjectContext<S extends EntitySelection>This interface provides information and utility methods useful when defining objects managed by the user service.A tab in a tabbed pane.This layout divides the pane into a set of
tabs
.This interface offers the possibility to mix in a single transaction and in any specified order: Record creations, Record or dataset updates, Custom procedure executions.Enumeration for specifying the outcome of a transaction when the underlying data, of the object being updated, was deleted by another thread.This class provides methods to execute transactions from a user service.UserServiceValidateContext<S extends EntitySelection>This interface provides information and utility methods useful when performing custom validation.This interface provides methods for rendering a user service content.
UserServiceDisplayConfigurator.newTabbedPane()
now returns aUserServiceTabbedPane
.