Uses of Class
co.ecg.alpaca.toolkit.exception.RequestException
Packages that use RequestException
Package
Description
-
Uses of RequestException in co.ecg.alpaca.core.broadworks.framework
Methods in co.ecg.alpaca.core.broadworks.framework that throw RequestExceptionModifier and TypeMethodDescriptionstatic longServiceProviderHelper.getNumberOfAdminsInServiceProvider(ServiceProvider serviceProvider, boolean includeServiceProviderAdmins, boolean includeGroupAdmins, boolean includeDepartmentAdmins) static List<UserRegistration> UserRegistrationHelper.getUserRegistrationList(User user) RetrievesUserRegistrationcollection for the givenUser.static voidUserHelper.populateUserList(BroadWorksServer bws, List<User> users) Populates a list of User objects using asynchronous calls to perform the population in an efficient mannerstatic <T extends BroadWorksUser>
List<T> ServiceInstanceHelper.retrieveServiceInstances(BroadWorksProcess broadWorksProcess, Group group, ServiceType serviceType, Class<T> serviceClazz) Retrieves a list of Service Instances and populated them concurrently. -
Uses of RequestException in co.ecg.alpaca.core.broadworks.migration
Methods in co.ecg.alpaca.core.broadworks.migration that throw RequestExceptionModifier and TypeMethodDescriptionabstract RAbstractImport.getAddRequest()Getter for the fieldaddRequest.protected <R extends Response>
voidAbstractImport.mapRequestAndFire(Request<R> request, Response response) Convenience method to map a request to a response and add it to the request bundlerprotected <R extends Response>
voidAbstractImport.mapRequestAndFire(Request<R> request, Response response, Consumer<R> responseConsumer) Convenience method to map a request to a response and add it to the request bundlerAbstractImport.mapRequestAndFire(Q request, Response response, Consumer<Q> afterMappingConsumer, Consumer<R> responseConsumer) Convenience method to map a request to a response and add it to the request bundler -
Uses of RequestException in co.ecg.alpaca.core.broadworks.migration.device
Methods in co.ecg.alpaca.core.broadworks.migration.device that throw RequestExceptionModifier and TypeMethodDescriptionvoidAbstractDeviceImport.addCustomTags()Adds Custom TagsvoidAbstractDeviceImport.addOutputDevice()Fires the DeviceAddRequest to create the output deviceGroupAccessDeviceImport.getAddRequest()Getter for the fieldaddRequest.ServiceProviderAccessDeviceImport.getAddRequest()Getter for the fieldaddRequest.SystemAccessDeviceImport.getAddRequest()Getter for the fieldaddRequest.voidGroupAccessDeviceImport.rebuildDevice()Rebuilds the GroupAccessDevice configurationvoidServiceProviderAccessDeviceImport.rebuildDevice()Rebuilds the ServiceProviderAccessDevice configurationvoidSystemAccessDeviceImport.rebuildDevice()Rebuilds the ServiceProviderAccessDevice configurationGroupAccessDeviceImport.retrieveOutputDevice()Retrieves the OutputDevice bases on the information in the add request.ServiceProviderAccessDeviceImport.retrieveOutputDevice()Retrieves the OutputDevice bases on the information in the add request.SystemAccessDeviceImport.retrieveOutputDevice()Retrieves the OutputDevice bases on the information in the add request. -
Uses of RequestException in co.ecg.alpaca.core.broadworks.migration.group
Methods in co.ecg.alpaca.core.broadworks.migration.group that throw RequestException -
Uses of RequestException in co.ecg.alpaca.core.broadworks.migration.serviceprovider
Methods in co.ecg.alpaca.core.broadworks.migration.serviceprovider that throw RequestExceptionModifier and TypeMethodDescriptionEnterpriseImport.getAddRequest()Getter for the fieldaddRequest.ServiceProviderImport.getAddRequest()Getter for the fieldaddRequest. -
Uses of RequestException in co.ecg.alpaca.core.broadworks.migration.user
Methods in co.ecg.alpaca.core.broadworks.migration.user that throw RequestExceptionModifier and TypeMethodDescriptionprotected voidBroadWorksUserImport.addCommunicationBarringInformation()Method to add Communication Barring Information for Users in an Enterprise.protected voidBroadWorksUserImport.addFeatureAccessCodeInformation()Method to add Feature Access Code Information for Users.AutoAttendantImport.getAddRequest()Getter for the fieldaddRequest.BroadWorksAnywherePortalImport.getAddRequest()Getter for the fieldaddRequest.CallCenterImport.getAddRequest()Getter for the fieldaddRequest.CollaborateBridgeImport.getAddRequest()Getter for the fieldaddRequest.FindMeFollowMeImport.getAddRequest()Getter for the fieldaddRequest.FlexibleSeatingHostImport.getAddRequest()Getter for the fieldaddRequest.GroupPagingImport.getAddRequest()Getter for the fieldaddRequest.HuntGroupImport.getAddRequest()Getter for the fieldaddRequest.InstantGroupCallImport.getAddRequest()Getter for the fieldaddRequest.MeetMeConferencingBridgeImport.getAddRequest()Getter for the fieldaddRequest.RoutePointImport.getAddRequest()Getter for the fieldaddRequest.UserImport.getAddRequest()Getter for the fieldaddRequest.VoiceXmlImport.getAddRequest()Getter for the fieldaddRequest. -
Uses of RequestException in co.ecg.alpaca.toolkit.generated
Methods in co.ecg.alpaca.toolkit.generated that throw RequestException -
Uses of RequestException in co.ecg.alpaca.toolkit.messaging
Methods in co.ecg.alpaca.toolkit.messaging that throw RequestExceptionModifier and TypeMethodDescriptionvoidPerforms the Login Procedure for each OCS client in the switchboardstatic voidOCSSwitchboard.performOCSLogin(String username, String password, BroadWorksServer broadWorksServer, OCSClient ocsClient, org.springframework.context.ApplicationContext applicationContext, MessageDigestUtils messageDigestUtils) Performs the Login Procedure for a specific OCS client -
Uses of RequestException in co.ecg.alpaca.toolkit.messaging.request
Methods in co.ecg.alpaca.toolkit.messaging.request that throw RequestExceptionModifier and TypeMethodDescriptionvoidRequestBundle.addRequest(Request<?> request) Adds a new request to the bundleprotected voidRequest.appendChild(String tagName) Append an empty tag to a command; this creates an element with no content.protected voidRequest.appendChild(String tagName, String value) Creates and appends a text element with the given name and value to the command element.protected voidRequest.appendChild(Element e) Add an XML element child to this command.This generates a Response object from a Request.RequestBundle.fire()This generates a Response object from a Request.protected voidRequest.formRequest()This method is used to append elements to a request before it is sentstatic <R extends Response,T extends BroadWorksObject>
Map<T, R> RequestHelper.getResponsePerObjectMap(BroadWorksServer bws, List<T> objects, Class<T> typeParameterClass, Class<? extends Request<R>> request) Performs aRequestusing the providedBroadWorksServeracross a list ofBroadWorksObjecttaking the request as a single argument and returns the responses in a Map.static <E> ERequestHelper.mapObjects(E output, Object input) Maps two objects by copying 'get' and 'is' methods to matching 'set' methods.static <E> ERequestHelper.mapObjects(E output, Object input, boolean mapNullValues) Maps two objects by copying 'get' and 'is' methods to matching 'set' methods.static <R extends Request<?>,O extends BroadWorksObject>
RRequestHelper.mapObjectToRequest(R request, O object) Method to map the fields of a BroadWorksObject onto a given request.static <R extends Response,T extends BroadWorksObject>
voidRequestHelper.requestPerObjectProducer(BroadWorksServer bws, List<T> objects, Class<? extends BroadWorksObject> typeParameterClass, Class<? extends Request<R>> request, BiConsumer<T, R> consumer) Performs aRequestusing the providedBroadWorksServeracross a list ofBroadWorksObjecttaking the request as a single argument.static <R extends Response,T extends BroadWorksObject>
voidRequestHelper.requestPerObjectProducer(BroadWorksServer bws, List<T> objects, Class<? extends BroadWorksObject> typeParameterClass, Class<? extends Request<R>> request, BiConsumer<T, R> consumer, String... expectedErrorCodes) Performs aRequestusing the providedBroadWorksServeracross a list ofBroadWorksObjecttaking the request as a single argument.static <S extends Request<R>,R extends Response, T extends BroadWorksObject>
voidRequestHelper.requestPerObjectProducer(BroadWorksServer bws, List<T> objects, Class<? extends BroadWorksObject> typeParameterClass, Class<S> request, UnaryOperator<S> operator, BiConsumer<T, R> consumer, String... expectedErrorCodes) Performs aRequestusing the providedBroadWorksServeracross a list ofBroadWorksObjecttaking the request as a single argument.RequestHelper.requestPerStringProducer(BroadWorksServer broadWorksServer, List<String> strings, Class<S> requestClass, UnaryOperator<S> operator, BiConsumer<String, R> consumer, String... expectedErrorCodes) Performs aRequestusing the providedBroadWorksServeracross a list ofStringtaking the request as a single argument. -
Uses of RequestException in co.ecg.alpaca.toolkit.messaging.response
Methods in co.ecg.alpaca.toolkit.messaging.response that throw RequestExceptionModifier and TypeMethodDescriptionbooleanResponseBundle.containsError()Returns true if the RequestBundle contains an error responsebooleanResponse.isCommandType(String type) Determine whether this response has a command (element) "xsi:type" (attribute) value of "c:" + commandType or literally commandType. -
Uses of RequestException in co.ecg.alpaca.toolkit.model
Methods in co.ecg.alpaca.toolkit.model that throw RequestExceptionModifier and TypeMethodDescriptionvoidBroadWorksServer.connect(LibraryProperties.BroadWorksServerConfig configuration) Delegate factory method for the creation of a BroadWorksServer.protected <R extends Response,O>
voidBroadWorksService.mapRequestAndFire(O object, Request<R> request, Object mappingObject) Convenience method to map a request to a response and add it to the request bundlerBroadWorksService.mapRequestAndFire(O object, Q request, Object mappingObject, Consumer<R> responseConsumer) Convenience method to map a request to a response and add it to the request bundlerBroadWorksService.mapRequestAndFire(O object, Q request, Object mappingObject, Consumer<R> responseConsumer, Consumer<Q> requestConsumer) BroadWorksService.mapRequestAndFire(O object, Q request, Object mappingObject, Consumer<R> responseConsumer, Consumer<Q> requestConsumer, String... expectedErrorCodes) Convenience method to map a request to a response and add it to the request bundlerabstract <E extends Response>
EBroadWorksObject.populate()