Uses of Interface
com.orchestranetworks.userservice.UserServiceInvocationContext
Packages that use UserServiceInvocationContext
Package
Description
A public API for user services.
Allows the definition of activation rules and permission rules on user services.
-
Uses of UserServiceInvocationContext in com.orchestranetworks.userservice
Subinterfaces of UserServiceInvocationContext in com.orchestranetworks.userserviceModifier and TypeInterfaceDescriptioninterfaceThis 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 processing an event outcome.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 UserServiceInvocationContext in com.orchestranetworks.userservice.permission
Subinterfaces of UserServiceInvocationContext in com.orchestranetworks.userservice.permissionModifier and TypeInterfaceDescriptioninterfaceServicePermissionRuleContext<S extends EntitySelection>Provides the context in which a service permission rule is being evaluated.