Uses of Interface
com.orchestranetworks.userservice.UserServiceRequest
Packages that use UserServiceRequest
Package
Description
A public API for user services.
Provides classes and interfaces for implementing workflow processes and
invoking them.
-
Uses of UserServiceRequest in com.orchestranetworks.userservice
Subinterfaces of UserServiceRequest in com.orchestranetworks.userserviceModifier and TypeInterfaceDescriptioninterfaceThis interface provides information and utility methods useful when processing an Ajax request.interfaceThis interface provides information and utility methods useful when processing an event.interfaceThis interface provides information and utility methods useful when processing a GET request.interfaceThis interface defines methods to get contextual information about the user service being invoked.interfaceUserServiceInitializeContext<S extends EntitySelection>This interface provides information and utility methods useful when initializing a user service.interfaceThis interface provides information and utility methods useful when defining a user service pane.interfaceThis interface provides information and utility methods useful when processing an event outcome.interfaceThis interface provides information and utility methods useful when defining a user service raw pane.interfaceUserServiceSetupDisplayContext<S extends EntitySelection>This interface provides information and utility methods useful when setting up a user service display.interfaceUserServiceSetupObjectContext<S extends EntitySelection>This interface provides information and utility methods useful when defining objects managed by the user service.interfaceUserServiceValidateContext<S extends EntitySelection>This interface provides information and utility methods useful when performing custom validation. -
Uses of UserServiceRequest in com.orchestranetworks.workflow
Methods in com.orchestranetworks.workflow with parameters of type UserServiceRequestModifier and TypeMethodDescriptionstatic WorkflowEngineWorkflowEngine.getFromUserServiceContext(UserServiceRequest aContext) Creates a workflow engine from a user service context.