Uses of Interface
com.orchestranetworks.userservice.UserServiceEventOutcome
Packages that use UserServiceEventOutcome
-
Uses of UserServiceEventOutcome in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return UserServiceEventOutcomeModifier and TypeMethodDescriptionUserServiceExtended.initialize(UserServiceInitializeContext<S> aContext) This method is called on the user service creation before display.static UserServiceEventOutcomeUserServiceNext.nextClose()The user will be redirected to the previous selection.static UserServiceEventOutcomeIf the service is opened in a popup, will execute the JavaScript code before closing the popup.static UserServiceEventOutcomeUserServiceNext.nextService(ServiceKey aServiceKey) The current user service will close and a new one will be displayed.static UserServiceEventOutcomeUserServiceNext.nextService(ServiceKey aServiceKey, Adaptation aRecordOrDataSet) The current user service will close, the specified record or dataset will be selected and the specified service started.static UserServiceEventOutcomeUserServiceNext.nextService(ServiceKey aServiceKey, AdaptationHome aDataSpaceOrSnapshot) The current user service will close, the specified dataspace or snapshot will be selected and the specified service started.static UserServiceEventOutcomeUserServiceNext.nextService(ServiceKey aServiceKey, AdaptationTable aTable) The current user service will close, the specified table will be selected and the specified service started.static UserServiceEventOutcomeUserServiceNext.nextTableView(Adaptation aDataSet, String aTableViewPublicationId) The current user service will close and the specified table view will be selected.static UserServiceEventOutcomeThe current user service will close and user will be redirected.static UserServiceEventOutcomeUserServiceNext.nextWorkflowView(WorkflowView aWorkflowView) The current user service will close and a workflow view will be selected.static UserServiceEventOutcomeUserServiceNext.nextWorkItem(WorkItemKey aWorkItemKey) The current user service will close and the work item be selected.static UserServiceEventOutcomeUserServiceNext.nextWorkItem(WorkItemKey aWorkItemKey, boolean startWorkItem) The current user service will close and the work item be selected.UserServiceEvent.processEvent(UserServiceEventContext anEventContext) Processes the event.UserService.processEventOutcome(UserServiceProcessEventOutcomeContext<S> aContext, UserServiceEventOutcome anEventOutcome) This method is called by EBX® after processing initialization or an action or submit event callback if the returned a notnullvalue.Methods in com.orchestranetworks.userservice with parameters of type UserServiceEventOutcomeModifier and TypeMethodDescriptionUserService.processEventOutcome(UserServiceProcessEventOutcomeContext<S> aContext, UserServiceEventOutcome anEventOutcome) This method is called by EBX® after processing initialization or an action or submit event callback if the returned a notnullvalue.