Interface UserServiceSetupObjectContext<S extends EntitySelection>
-
- All Superinterfaces:
UserServiceInvocationContext<S>
,UserServiceRequest
public interface UserServiceSetupObjectContext<S extends EntitySelection> extends UserServiceInvocationContext<S>, UserServiceRequest
This interface provides information and utility methods useful when defining objects managed by the user service.
-
-
Method Summary
-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceInvocationContext
getEntitySelection
-
Methods inherited from interface com.orchestranetworks.userservice.UserServiceRequest
canClose, getCurrentPerspective, getParameter, getParameterValues, getRepository, getServiceDescription, getServiceKey, getServiceLabel, getServiceModuleName, getSession, isInitialDisplay
-
-