Uses of Class
co.ecg.alpaca.toolkit.task.BroadWorksProcess
Packages that use BroadWorksProcess
Package
Description
-
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.framework
Methods in co.ecg.alpaca.core.broadworks.framework with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionstatic void
BusyLampFieldHelper.busyLampFieldMonitorUserForUserList
(BroadWorksProcess broadWorksProcess, User toMonitor, HashMap<User, Integer> monitoringList) Sets a User on the Busy Lamp Field monitoring list for a set of Users.static List<DeviceFile>
DeviceFileHelper.downloadAllDeviceFilesForAccessDeviceProfile
(AccessDevice accessDevice, BroadWorksProcess process) Method to download allDeviceFile
s for a provided AccessDevice.DeviceFileHelper.downloadAllDeviceFilesForGroup
(Group group, String deviceType, BroadWorksProcess process) Method to download all Group level custom device files.static List<DeviceFile>
DeviceFileHelper.downloadFTPFiles
(AccessDevice device, List<DeviceFile> deviceFiles, BroadWorksProcess process) Helper Method to download device files that are stored on an FTP server.static AlpacaFileToken
DeviceFileHelper.downloadHTTPFile
(AccessDevice accessDevice, String url, String fileName, BroadWorksProcess process) downloadHTTPFile.static AlpacaFileToken
DeviceFileHelper.downloadHTTPFile
(BroadWorksServer broadWorksServer, String url, String fileName, BroadWorksProcess errorableProcess) Helper Method to download device files that are stored on an HTTP/HTTPS server.static URI
ServiceHelper.getCustomSettingsURI
(BroadWorksProcess process, User user, ClientApplicationType applicationType, boolean createIfNotExists) Retrieves the User Custom Settings URI for the ClientApplicationTypestatic List<AccessDevice>
UserHelper.getUserAccessDeviceList
(BroadWorksProcess broadWorksProcess, User user) Retrieves the list of Access Devices for a given UserUserHelper.getUserAccessDeviceNames
(BroadWorksProcess broadWorksProcess, User user) Retrieves the list of Access Devices for a given Userstatic UserServices
UserHelper.getUserServicesForAllAssignedServices
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Retrieves a UserServices object populated with information from all services and service packs assigned to the User.static boolean
UserHelper.randomizeUser
(BroadWorksProcess broadWorksProcess, User user, boolean includeUser, String pattern) Randomizes a User's authentication information optional resetting the underlying Group Access Devices.static void
DeviceFileHelper.rebuildAccessDeviceConfigurationFiles
(BroadWorksProcess process, AccessDevice accessDevice) Utility Method to rebuild an AccessDevice configuration files.static void
DeviceHelper.resetAccessDeviceIfAllowed
(BroadWorksProcess<?, ?> process, AccessDevice accessDevice) Attempts to reset the device if 3 conditions are met 1.static List<AnnouncementFile>
GroupHelper.retrieveAnnouncementResourceList
(BroadWorksProcess process, Group group) Retrieves a map ofAnnouncementFileKey
and their respectingLabeledMediaFileResource
that represent the Announcement files for the Group.static List<AnnouncementFile>
ServiceProviderHelper.retrieveEnterpriseAnnouncements
(BroadWorksProcess process, Enterprise enterprise) Method to retrieveAnnouncementFile
associated with the Enterprise.static <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.static List<AnnouncementFile>
ServiceProviderHelper.retrieveServiceProviderAnnouncements
(BroadWorksProcess process, AbstractServiceProviderInformation<?> information) Method to retrieveAnnouncementFile
associated with the ServiceProvider.static AlpacaFileToken
ServiceHelper.retrieveUserCustomSettings
(BroadWorksProcess process, User user, ClientApplicationType applicationType) Retrieves the User Custom Settings file for the ClientApplicationType and stores it using the file manager as an AlpacaFileToken.static void
DeviceFileHelper.uploadHTTPFile
(AccessDevice accessDevice, DeviceFile deviceFile, BroadWorksProcess process) uploadHTTPFile.static void
DeviceFileHelper.uploadHTTPFile
(AccessDevice accessDevice, String resolvedFileName, String content, BroadWorksProcess process) uploadHTTPFile.static void
ServiceHelper.uploadUserCustomSettings
(BroadWorksProcess process, User user, ClientApplicationType applicationType, AlpacaFileToken alpacaFileToken) Uploads a User custom settings fileGroupHelper.validateAnnouncementFiles
(BroadWorksProcess process, Group group) Method to verify that all announcement files within a Group can be retrieved. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.information
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.informationModifier and TypeClassDescriptionclass
AbstractInformationBuilder<T extends BroadWorksObject,
E extends AbstractInformationBuilder<T, E, O, S>, O extends BroadWorksObjectInformation<T>, S extends Enum<S>> The abstract class to handle population of BroadWorksObjectInformation classes.class
AbstractServiceProviderInformationBuilder<T extends ServiceProvider,
B extends AbstractServiceProviderInformationBuilder<T, B, S, E>, S extends AbstractServiceProviderInformation<T>, E extends Enum<E>> Builder for shared information for Service Providers and Enterprisesclass
AccessDeviceInformationBuilder<T extends AccessDevice,
I extends AccessDeviceInformation<T>> Builder for the AccessDeviceInformation Classclass
Builder for theAutoAttendantInformation
Classclass
Builder for theBroadWorksAnywherePortalInformation
Classclass
BroadWorksUserInformationBuilder<T extends BroadWorksUser,
B extends BroadWorksUserInformationBuilder<T, B, S, E>, S extends BroadWorksUserInformation<T>, E extends Enum<E>> Builder for shared information for BroadWorks users and service instancesclass
Builder for theCallCenterInformation
Classclass
Builder for theCollaborateBridgeInformation
Classclass
Builder for the EnterpriseInformation Classclass
Builder for theFindMeFollowMeInformation
Classclass
FlexibleSeatingHostInformationBuilder class.class
Builder for the GroupInformation Classclass
Builder for theGroupPagingInformation
Classclass
Builder for theHuntGroupInformation
Classclass
Builder for theInstantGroupCallInformation
Classclass
Builder for theMeetMeConferencingBridgeInformation
Classclass
Builder for theRoutePointInformation
Classclass
Builder for the ServiceProviderInformation Classclass
Builder for the UserInformation Classclass
Builder for theVoiceXmlInformation
ClassConstructors in co.ecg.alpaca.core.broadworks.information with parameters of type BroadWorksProcessModifierConstructorDescriptionAbstractInformationBuilder
(BroadWorksProcess parentProcess, T object, Class<S> informationStepClass) Constructor for AbstractInformationBuilder.AbstractServiceProviderInformationBuilder
(BroadWorksProcess parentProcess, T serviceProvider, Class<E> buildStep) Constructor for AbstractServiceProviderInformationBuilder.AccessDeviceInformationBuilder
(BroadWorksProcess parentProcess, T accessDevice) Constructor for AccessDeviceInformationBuilder.AutoAttendantInformationBuilder
(BroadWorksProcess parentProcess, AutoAttendant user) Constructor for AutoAttendantInformationBuilder.BroadWorksAnywherePortalInformationBuilder
(BroadWorksProcess parentProcess, BroadWorksAnywherePortal user) Constructor for BroadWorksAnywherePortalInformationBuilder.BroadWorksUserInformationBuilder
(BroadWorksProcess<?, ?> parentProcess, T user, Class<E> buildStep) Constructor for BroadWorksUserInformationBuilder.CallCenterInformationBuilder
(BroadWorksProcess parentProcess, CallCenter user) Constructor for CallCenterInformationBuilder.CollaborateBridgeInformationBuilder
(BroadWorksProcess parentProcess, CollaborateBridge user) Constructor for CollaborateBridgeInformationBuilder.EnterpriseInformationBuilder
(BroadWorksProcess parentProcess, Enterprise enterprise) Constructor for EnterpriseInformationBuilder.FindMeFollowMeInformationBuilder
(BroadWorksProcess parentProcess, FindMeFollowMe user) Constructor for FindMeFollowMeInformationBuilder.FlexibleSeatingHostInformationBuilder
(BroadWorksProcess parentProcess, FlexibleSeatingHost user) Constructor for FlexibleSeatingHostInformationBuilder.GroupInformationBuilder
(BroadWorksProcess parentProcess, Group group) Constructor for GroupInformationBuilder.GroupPagingInformationBuilder
(BroadWorksProcess parentProcess, GroupPaging user) Constructor for GroupPagingInformationBuilder.HuntGroupInformationBuilder
(BroadWorksProcess parentProcess, HuntGroup user) Constructor for HuntGroupInformationBuilder.InstantGroupCallInformationBuilder
(BroadWorksProcess parentProcess, InstantGroupCall user) Constructor for InstantGroupCallInformationBuilder.MeetMeConferencingBridgeInformationBuilder
(BroadWorksProcess parentProcess, MeetMeConferencingBridge user) Constructor for MeetMeConferencingBridgeInformationBuilder.RoutePointInformationBuilder
(BroadWorksProcess parentProcess, RoutePoint user) Constructor for RoutePointInformationBuilder.ServiceProviderInformationBuilder
(BroadWorksProcess parentProcess, ServiceProvider serviceProvider) Constructor for ServiceProviderInformationBuilder.UserInformationBuilder
(BroadWorksProcess<?, ?> parentProcess, User user) Constructor for UserInformationBuilder.VoiceXmlInformationBuilder
(BroadWorksProcess parentProcess, VoiceXml user) Constructor for VoiceXmlInformationBuilder. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migrationModifier and TypeClassDescriptionclass
AbstractCollectionMigration<O extends BroadWorksObject,
I extends BroadWorksObjectInformation<O>, T extends TransformInterface, S extends Enum<S>, E extends AbstractCollectionMigration<O, I, T, S, E>> An Abstract Collection Migration framework to change a collection of input BroadWorksObjects to a collection of output BroadWorksObjects.class
AbstractDestroy<O extends BroadWorksObjectInformation,
E extends Enum<E>, T extends AbstractDestroy<O, E, T>> Abstract tool to destroy a BroadWorks object.class
AbstractImport<O extends BroadWorksObject,
T extends BroadWorksObjectInformation<O>, R extends Request<DefaultResponse>, S extends Enum<S>, E extends AbstractImport<O, T, R, S, E>> Abstract BroadWorksObject Import - Performs the creation of aBroadWorksObject
given aBroadWorksObjectInformation
.class
AbstractMigration<O extends BroadWorksObject,
I extends BroadWorksObjectInformation<O>, T extends TransformInterface, S extends Enum<S>, E extends AbstractMigration<O, I, T, S, E>> An Abstract Migration framework to change an input BroadWorksObject to an output BroadWorksObject.class
AbstractTypeMigration<O extends BroadWorksObject,
I extends BroadWorksObjectInformation<O>, P extends BroadWorksObject, Q extends BroadWorksObjectInformation<P>, T extends TransformInterface, S extends Enum<S>, E extends AbstractTypeMigration<O, I, P, Q, T, S, E>> An Abstract Migration framework to change an input BroadWorksObject to an different output BroadWorksObject.class
MigrationEncumbrances<Source extends BroadWorksObjectInformation,
Parent extends BroadWorksObjectInformation> The abstract representation of MigrationEncumbrancesclass
MigrationRequirements<Source extends BroadWorksObjectInformation,
Destination extends BroadWorksObjectInformation> The abstract representation of MigrationRequirementsMethods in co.ecg.alpaca.core.broadworks.migration that return BroadWorksProcessModifier and TypeMethodDescriptionAbstractCollectionMigration.getDestinationProcess()
Getter for the fielddestinationProcess
.AbstractMigration.getDestinationProcess()
Getter for the fielddestinationProcess
.AbstractTypeMigration.getDestinationProcess()
Getter for the fielddestinationProcess
.Constructors in co.ecg.alpaca.core.broadworks.migration with parameters of type BroadWorksProcessModifierConstructorDescriptionAbstractCollectionMigration
(BroadWorksProcess parentProcess, Class<S> buildStepClass) Creates a new Abstract Collection Migration with the provided input BroadWorksObjects.AbstractDestroy
(BroadWorksProcess parentProcess, O input, Class<E> stepClass) Constructor for AbstractDestroy.AbstractImport
(BroadWorksProcess parentProcess, T information, Class<S> buildStepClass) Creates a new Object Import with the provided informationAbstractMigration
(BroadWorksProcess parentProcess, Class<S> buildStepClass) Creates a new Abstract Migration with the provided input BroadWorksObject.AbstractTypeMigration
(BroadWorksProcess parentProcess, Class<S> buildStepClass) Creates a new Abstract Migration with the provided input BroadWorksObject and transformation.MigrationEncumbrances
(BroadWorksProcess process, Source source, Parent parent, MigrationType type) Creates a new MigrationEncumbrances class for the provided source BroadWorksObjectInformation and the intended migration type.MigrationRequirements
(BroadWorksProcess process, Source source, Destination destination, MigrationType type) Creates a new MigrationRequirements class for the provided source BroadWorksObjectInformation and destination BroadWorksObjectInformation. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.device
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.deviceModifier and TypeClassDescriptionclass
AbstractDeviceDestroy<D extends AccessDevice,
T extends AccessDeviceInformation<D>, E extends Enum<E>, A extends AbstractDeviceDestroy<D, T, E, A>> An abstract Access Device destroy.class
AbstractDeviceImport<T extends AccessDevice,
R extends Request<DefaultResponse>, E extends Enum<E>, A extends AbstractDeviceImport<T, R, E, A>> An abstract AccessDevice import into Broadworks.class
AbstractDeviceMigration<O extends AccessDevice,
I extends AccessDeviceInformation<O>, E extends Enum<E>, T extends AbstractDeviceMigration<O, I, E, T>> An abstract migration for AccessDevicesclass
AccessDeviceMigrationRequirements class.class
Performs the task of removing a GroupAccessDevice from the BroadWorksSystem.class
Performs the import of a GroupAccessDevice to a BroadWorksServer given the provided AccessDeviceInformation.class
The GroupAccessDeviceMigration class handles the movement of GroupAccessDevice settings within BroadWorks.class
Performs the task of removing a ServiceProviderAccessDevice from the BroadWorks System.class
Performs the import of a ServiceProviderAccessDevice to a BroadWorksServer given the provided AccessDeviceInformationclass
The ServiceProviderAccessDeviceMigration class handles the movement of ServiceProviderAccessDevice settings within BroadWorks.class
Performs the task of removing a SystemAccessDevice from the BroadWorks Systemclass
Performs the import of a ServiceProviderAccessDevice to a BroadWorksServer given the provided AccessDeviceInformation.class
The SystemAccessDeviceMigration class handles the movement of SystemAccessDevice settings within BroadWorks.Constructors in co.ecg.alpaca.core.broadworks.migration.device with parameters of type BroadWorksProcessModifierConstructorDescriptionAbstractDeviceDestroy
(BroadWorksProcess parentProcess, T accessDeviceInformation, Class<E> stepClass) Constructor for AbstractDeviceDestroy.AbstractDeviceImport
(BroadWorksProcess parentProcess, AccessDeviceInformation<T> information, Class<E> buildStepClass) Creates a new Object Import with the provided informationAbstractDeviceMigration
(BroadWorksProcess parentProcess, I input, Class<E> buildStepClass, GenericTransform<I, I>... transform) AccessDeviceMigrationRequirements
(BroadWorksProcess process, AccessDeviceInformation<?> source) Constructor for AccessDeviceMigrationRequirements.GroupAccessDeviceDestroy
(BroadWorksProcess parentProcess, GroupAccessDeviceInformation accessDeviceInformation) Constructor for GroupAccessDeviceDestroy.GroupAccessDeviceImport
(BroadWorksProcess parentProcess, AccessDeviceInformation<GroupAccessDevice> information) Creates a new Object Import with the provided informationGroupAccessDeviceMigration
(BroadWorksProcess parentProcess, GroupAccessDeviceInformation inputInformation, GenericTransform<GroupAccessDeviceInformation, GroupAccessDeviceInformation>... transformation) Creates a new GroupAccessDevice migration object with the input device as the source and the add request as the target.ServiceProviderAccessDeviceDestroy
(BroadWorksProcess parentProcess, ServiceProviderAccessDeviceInformation accessDeviceInformation) Constructor for ServiceProviderAccessDeviceDestroy.ServiceProviderAccessDeviceImport
(BroadWorksProcess parentProcess, AccessDeviceInformation<ServiceProviderAccessDevice> information) Creates a new Object Import with the provided informationServiceProviderAccessDeviceMigration
(BroadWorksProcess parentProcess, ServiceProviderAccessDeviceInformation inputInformation, GenericTransform<ServiceProviderAccessDeviceInformation, ServiceProviderAccessDeviceInformation>... transformation) Creates a new ServiceProviderAccessDevice migration object with the input device as the source and the add request as the target.SystemAccessDeviceDestroy
(BroadWorksProcess parentProcess, SystemAccessDeviceInformation accessDeviceInformation) Constructor for SystemAccessDeviceDestroy.SystemAccessDeviceImport
(BroadWorksProcess parentProcess, AccessDeviceInformation<SystemAccessDevice> information) Creates a new Object Import with the provided informationSystemAccessDeviceMigration
(BroadWorksProcess parentProcess, SystemAccessDeviceInformation inputInformation, GenericTransform<SystemAccessDeviceInformation, SystemAccessDeviceInformation>... transformation) Creates a new SystemAccessDevice migration object with the input device as the source and the add request as the target. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.group
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.groupModifier and TypeClassDescriptionclass
The GroupCloneRequirements class houses all requirement checks for aGroup
to have valid clone target.class
Implementation of AbstractDestroy forGroup
objects.class
Process to create a newGroup
on the BroadWorks system given the providedGroupInformation
.class
The Group Migration class handles the movement of Group settings within BroadWorks.class
The GroupMigrationEncumbrances class houses all encumbrance checks for aGroup
to be eligible for migration.class
The GroupMigrationRequirements class houses all requirement checks for a Group to have a valid migration target.class
The Group To Enterprise Migration class handles the transformation of a Group into a destination Enterprise with the Group inside.class
The MultiGroupTransformEncumbrances class houses User level Encumbrance checks for a aGroupToEnterpriseMigration
or aUserCollectionMigration
.Methods in co.ecg.alpaca.core.broadworks.migration.group with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionstatic List<EncumbranceError>
GroupToEnterpriseMigration.checkMigrationEncumbrances
(BroadWorksProcess process, List<GroupInformation> newGroups, GroupInformation groupInformation, AbstractServiceProviderInformation<?> sourceParentInformation) checkMigrationEncumbrances.static List<GroupInformation>
GroupToEnterpriseMigration.splitGroups
(BroadWorksProcess process, GroupInformation sourceInformation, Map<String, List<User>> groupToUsersMap) splitGroups.Constructors in co.ecg.alpaca.core.broadworks.migration.group with parameters of type BroadWorksProcessModifierConstructorDescriptionGroupCloneRequirements
(BroadWorksProcess process, GroupInformation source, BroadWorksServer destination) Creates a new GroupCloneRequirements with the provided Group Information and Destination BroadWorksServer.GroupDestroy
(BroadWorksProcess parentProcess, GroupInformation groupInformation) Constructor for GroupDestroy.GroupImport
(BroadWorksProcess parent, GroupInformation information) Creates a new Object Import with the provided informationGroupImport
(BroadWorksProcess parentProcess, GroupInformation information, T serviceProviderInformation) Creates a new Object Import with the provided informationGroupMigration
(BroadWorksProcess parent, GroupInformation inputInformation, ServiceProvider destination, Boolean isRename, String newId, GroupMigrationTransform... transform) Performs the migration of aGroup
by removing it and recreating with the specified add request.GroupMigrationEncumbrances
(BroadWorksProcess process, GroupInformation groupInformation, T parentInformation, MigrationType type) Creates a GroupMigrationEncumbrances class for the specified Group Information and MigrationTypeGroupMigrationRequirements
(BroadWorksProcess process, GroupInformation information, AbstractServiceProviderInformation destinationInformation, MigrationType type) Creates a new GroupMigrationRequirements class with the provided GroupInformation, DestinationInformation, and Migration TypeGroupToEnterpriseMigration
(BroadWorksProcess parentProcess, GroupInformation inputInformation, String enterpriseId, AbstractServiceProviderInformation<?> sourceParentInformation, Map<String, List<User>> groupToUsersMap, GroupToEnterpriseTransform... transform) Performs the migration of aGroup
to anEnterprise
by removing it and recreating it within a new Enterprise.SplitGroupEncumbrances
(BroadWorksProcess process, GroupInformation sourceInformation, GroupInformation destinationGroup) Constructor for SplitGroupEncumbrances. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.serviceprovider
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.serviceproviderModifier and TypeClassDescriptionclass
AbstractServiceProviderImport<O extends ServiceProvider,
T extends AbstractServiceProviderInformation<O>, R extends Request<DefaultResponse>, S extends Enum<S>, E extends AbstractServiceProviderImport<O, T, R, S, E>> Process to create a newServiceProvider
orEnterprise
on the BroadWorks system given the provided information.class
Process to create a newEnterprise
on the BroadWorks system given the providedEnterpriseInformation
.class
The EnterpriseMigration class handles the movement of Enterprise settings within BroadWorks.class
Implementation of AbstractDestroy forServiceProvider
objects.class
Process to create a newServiceProvider
on the BroadWorks system given the providedServiceProviderInformation
.class
The ServiceProviderMigration class handles the movement of ServiceProvider settings within BroadWorks.class
The ServiceProviderMigrationEncumbrances class houses all encumbrance checks for aServiceProvider
to be eligible for migration.class
The ServiceProviderMigrationRequirements class houses all requirement checks for a ServiceProvider to have a valid migration target.Constructors in co.ecg.alpaca.core.broadworks.migration.serviceprovider with parameters of type BroadWorksProcessModifierConstructorDescriptionAbstractServiceProviderImport
(BroadWorksProcess parentProcess, T information, Class<S> buildSteps) Constructor for AbstractServiceProviderImport.EnterpriseImport
(BroadWorksProcess parentProcess, EnterpriseInformation information) Creates a new Object Import with the provided informationEnterpriseImport
(BroadWorksProcess parentProcess, EnterpriseInformation information, boolean isRename) EnterpriseMigration
(BroadWorksProcess parentProcess, EnterpriseInformation inputInformation, BroadWorksServer destinationServer, boolean isAdoptDestinationDefaultDomain, String newId, ServiceProviderMigrationTransform<EnterpriseInformation>... transform) Performs the migration of aEnterprise
by removing it and recreating with the specified add request.ServiceProviderDestroy
(BroadWorksProcess parentProcess, AbstractServiceProviderInformation<?> serviceProviderInformation) Constructor for ServiceProviderDestroy.ServiceProviderImport
(BroadWorksProcess parentProcess, ServiceProviderInformation information) Creates a new Object Import with the provided informationServiceProviderImport
(BroadWorksProcess parentProcess, ServiceProviderInformation information, boolean isRename) ServiceProviderMigration
(BroadWorksProcess parentProcess, ServiceProviderInformation inputInformation, BroadWorksServer destinationServer, boolean isAdoptDestinationDefaultDomain, String newId, ServiceProviderMigrationTransform<ServiceProviderInformation>... transform) Performs the migration of aServiceProvider
by removing it and recreating with the specified add request.ServiceProviderMigrationEncumbrances
(BroadWorksProcess process, AbstractServiceProviderInformation<?> source) Creates a new ServiceProviderMigrationEncumbrance with the provided ServiceProviderInformation.ServiceProviderMigrationRequirements
(BroadWorksProcess process, AbstractServiceProviderInformation<?> source, BroadWorksServer destination) Creates a new ServiceProviderMigrationRequirements with the provided ServiceProviderInformation and the Destination BroadWorksServer. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.transform
Methods in co.ecg.alpaca.core.broadworks.migration.transform with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionBroadWorksClusterTransform.checkUsersForConflictingDomains
(BroadWorksProcess process, BroadWorksServer destination, String systemDefaultDomain, T information) checkUsersForConflictingDomains.BroadWorksClusterTransform.transform
(BroadWorksProcess process, BroadWorksServer destination, T information, boolean isAdoptDestinationDefaultDomain, String newId) transform.GroupBroadWorksClusterTransform.transform
(BroadWorksProcess process, ServiceProvider destinationServiceProvider, GroupInformation information, String newId, BroadWorksServer destinationBroadWorksServer, boolean isAdoptDestinationDefaultDomain) transform.GroupIdTransform.transform
(BroadWorksProcess process, ServiceProvider destinationServiceProvider, GroupInformation information, String newId, BroadWorksServer destination, boolean isAdoptDestinationDefaultDomain) transform.GroupToEnterpriseTransform.transform
(BroadWorksProcess process, EnterpriseInformation outputEnterpriseInformation, AbstractServiceProviderInformation<?> sourceParentInformation, GroupInformation groupInformation, List<GroupInformation> newGroupList, GroupMigrationTransform... groupTransforms) transform.GroupTransform.transform
(BroadWorksProcess process, Group destinationGroup, UserInformation information) transform.ServiceProviderIdTransform.transform
(BroadWorksProcess process, BroadWorksServer destination, T information, boolean isAdoptDestinationDefaultDomain, String newId) transform.ServiceProviderTransform.transform
(BroadWorksProcess process, ServiceProvider destinationServiceProvider, GroupInformation information, String newId, BroadWorksServer destination, boolean isAdoptDestinationDefaultDomain) transform.TimeZoneTransform.transform
(BroadWorksProcess process, BroadWorksServer destination, T information, boolean isAdoptDestinationDefaultDomain, String newId) transform. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.transform.announcement
Methods in co.ecg.alpaca.core.broadworks.migration.transform.announcement with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionAbstractServiceProviderTransform.transform
(BroadWorksProcess process, BroadWorksServer destination, T information, boolean isAdoptDestinationDefaultDomain, String newId) transform.GroupAnnouncementTransform.transform
(BroadWorksProcess process, ServiceProvider destinationServiceProvider, GroupInformation information, String newId, BroadWorksServer destination, boolean isAdoptDestinationDefaultDomain) transform.UserAnnouncementTransform.transform
(BroadWorksProcess process, Group destinationGroup, UserInformation input) transform. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.transform.interfaces
Methods in co.ecg.alpaca.core.broadworks.migration.transform.interfaces with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionGroupMigrationTransform.transform
(BroadWorksProcess process, ServiceProvider destinationServiceProvider, GroupInformation information, String newId, BroadWorksServer destination, boolean isAdoptDestinationDefaultDomain) transform.GroupToEnterpriseMigrationTransform.transform
(BroadWorksProcess process, EnterpriseInformation outputEnterpriseInformation, AbstractServiceProviderInformation<?> sourceParentInformation, GroupInformation groupInformation, List<GroupInformation> newGroupList, GroupMigrationTransform... groupTransforms) transform.ServiceProviderMigrationTransform.transform
(BroadWorksProcess process, BroadWorksServer destination, T information, boolean isAdoptDestinationDefaultDomain, String newId) transform.UserMigrationTransform.transform
(BroadWorksProcess process, Group destinationGroup, UserInformation input) transform. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.user
Subclasses of BroadWorksProcess in co.ecg.alpaca.core.broadworks.migration.userModifier and TypeClassDescriptionclass
Process to create a newAutoAttendant
on the BroadWorks system given the providedAutoAttendantInformation
.class
Process to create a newBroadWorksAnywherePortal
on the BroadWorks system given the providedBroadWorksAnywherePortalInformation
.class
BroadWorksUserImport<O extends BroadWorksUser,
T extends BroadWorksUserInformation<O>, R extends Request<DefaultResponse>, S extends Enum<S>, E extends BroadWorksUserImport<O, T, R, S, E>> Process to create a newBroadWorksUser
on the BroadWorks system given the providedBroadWorksUserInformation
.class
Process to create a newCallCenter
on the BroadWorks system given the providedCallCenterInformation
.class
Process to create a newCollaborateBridge
on the BroadWorks system given the providedCollaborateBridgeInformation
.class
Process to create a newFindMeFollowMe
on the BroadWorks system given the providedFindMeFollowMeInformation
.class
FlexibleSeatingHostImport class.class
/** * Process to create a newGroupPaging
on the BroadWorks system given the providedGroupPagingInformation
.class
Process to create a newHuntGroup
on the BroadWorks system given the providedHuntGroupInformation
.class
Process to create a newInstantGroupCall
on the BroadWorks system given the providedInstantGroupCallInformation
.class
Process to create a newMeetMeConferencingBridge
on the BroadWorks system given the providedMeetMeConferencingBridgeInformation
.class
Process to create a newRoutePoint
on the BroadWorks system given the providedRoutePointInformation
.class
Process to create a collection ofUser
on the BroadWorks system given the provided collection ofUserInformation
.class
The User Collection Migration class handles the movement of a collection of Users and their settings within BroadWorks.class
The UserCollectionMigrationEncumbrances class houses all encumbrance checks for a collection ofUser
to be eligible for User Collection Migration.class
Implementation of AbstractDestroy forUser
objects.class
Process to create a newUser
on the BroadWorks system given the providedUserInformation
.class
The User Migration class handles the movement of User settings within BroadWorks.class
The UserMigrationEncumbrances class houses all encumbrance checks for aUser
to be eligible for migration.class
The UserMigrationRequirements class houses all requirement checks for a User to have a valid migration target.class
Process to create a newVoiceXml
on the BroadWorks system given the providedVoiceXmlInformation
.Constructors in co.ecg.alpaca.core.broadworks.migration.user with parameters of type BroadWorksProcessModifierConstructorDescriptionAutoAttendantImport
(BroadWorksProcess parentProcess, AutoAttendantInformation information) Constructor for AutoAttendantImport.BroadWorksAnywherePortalImport
(BroadWorksProcess parentProcess, BroadWorksAnywherePortalInformation information) Constructor for BroadWorksAnywherePortalImport.BroadWorksUserImport
(BroadWorksProcess parentProcess, T information, Class<S> buildSteps) Constructor for BroadWorksUserImport.CallCenterImport
(BroadWorksProcess parentProcess, CallCenterInformation information) Constructor for CallCenterImport.CollaborateBridgeImport
(BroadWorksProcess parentProcess, CollaborateBridgeInformation information) Constructor for CollaborateBridgeImport.FindMeFollowMeImport
(BroadWorksProcess parentProcess, FindMeFollowMeInformation information) Constructor for FindMeFollowMeImport.FlexibleSeatingHostImport
(BroadWorksProcess errorableProcess, FlexibleSeatingHostInformation information) Constructor for FlexibleSeatingHostImport.GroupPagingImport
(BroadWorksProcess errorableProcess, GroupPagingInformation information) Constructor for GroupPagingImport.HuntGroupImport
(BroadWorksProcess parentProcess, HuntGroupInformation information) Constructor for HuntGroupImport.InstantGroupCallImport
(BroadWorksProcess parentProcess, InstantGroupCallInformation information) Constructor for InstantGroupCallImport.MeetMeConferencingBridgeImport
(BroadWorksProcess parentProcess, MeetMeConferencingBridgeInformation information) Constructor for MeetMeConferencingBridgeImport.RoutePointImport
(BroadWorksProcess parentProcess, RoutePointInformation information) Constructor for RoutePointImport.UserCollectionImport
(BroadWorksProcess<?, ?> parentProcess, List<UserInformation> users, GroupInformation destinationInformation) Creates a User Collection Import with the provided BroadWorksServer User list.UserCollectionMigration
(BroadWorksProcess parentProcess, HashMap<User, UserInformation> inputInformations, GroupInformation destinationInformation, HashMap<User, List<UserMigrationTransform>> transformations) Creates a new Abstract Collection Migration with the provided input BroadWorksObjects.UserCollectionMigrationEncumbrances
(BroadWorksProcess process, List<UserInformation> users) Creates a new MigrationEncumbrances class for the provided source BroadWorksObjectInformation and the intended migration type.UserDestroy
(BroadWorksProcess parentProcess, UserInformation userInformation) Constructor for UserDestroy.UserImport
(BroadWorksProcess<?, ?> parentProcess, UserInformation information) Constructor for UserImport.UserMigration
(BroadWorksProcess parent, UserInformation inputInformation, Group destination, UserMigrationTransform... transform) Performs the migration of aUser
by removing it and recreating with the specified add request.UserMigrationEncumbrances
(BroadWorksProcess process, UserInformation userInformation, T parentInformation, MigrationType target) Creates a UserMigrationEncumbrances class for the specified User InformationUserMigrationRequirements
(BroadWorksProcess process, UserInformation userInformation, T destinationInformation, MigrationType type) Creates a new UserMigrationRequirements class with the provided UserInformation, DestinationInformation, and Migration TypeVoiceXmlImport
(BroadWorksProcess parentProcess, VoiceXmlInformation information) Constructor for VoiceXmlImport. -
Uses of BroadWorksProcess in co.ecg.alpaca.core.model.broadworks.user
Methods in co.ecg.alpaca.core.model.broadworks.user with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionstatic UserGroupServiceInformation
UserGroupServiceInformation.getUserGroupServiceInformation
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Retrieves the list of Group Services information that can be configured for a specific Uservoid
BroadWorksAuthenticationInformation.setDeviceCredentialsForUser
(BroadWorksProcess process, User user) setDeviceCredentialsForUser.void
BroadWorksAuthenticationInformation.setValuesForUser
(BroadWorksProcess process, BroadWorksUser user) setValuesForUser.void
BroadWorksAuthenticationInformation.setVoiceMessagingCredentialsForUser
(BroadWorksProcess process, BroadWorksUser user) setVoiceMessagingCredentialsForUser.Constructors in co.ecg.alpaca.core.model.broadworks.user with parameters of type BroadWorksProcessModifierConstructorDescriptionBroadWorksAuthenticationInformation
(BroadWorksProcess process, BroadWorksUser user, UserServices userServices) Create a BroadWorksAuthenticationInformation object for the givenBroadWorksUser
-
Uses of BroadWorksProcess in co.ecg.alpaca.core.repositories
Methods in co.ecg.alpaca.core.repositories with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionstatic TimesTenHelper
TimesTenHelper.getTimesTenHelper
(BroadWorksProcess broadWorksProcess) -
Uses of BroadWorksProcess in co.ecg.alpaca.toolkit.generated
Methods in co.ecg.alpaca.toolkit.generated with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionstatic GroupServices
GroupServices.getGroupServicesForGroup
(BroadWorksProcess broadWorksProcess, List<GroupService> serviceList, Group group) static UserServices
UserServices.getUserServicesForUser
(BroadWorksProcess broadWorksProcess, List<UserService> serviceList, BroadWorksUser user) static void
GroupServices.pushGroupServicesForGroup
(BroadWorksProcess broadWorksProcess, GroupServices services, Group group) static void
UserServices.pushUserServicesForUser
(BroadWorksProcess broadWorksProcess, UserServices services, BroadWorksUser user) -
Uses of BroadWorksProcess in co.ecg.alpaca.toolkit.generated.services
Methods in co.ecg.alpaca.toolkit.generated.services with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionvoid
EnterpriseBroadWorksMobility.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
EnterpriseCallCenterMonitoring.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
EnterpriseCallRecording.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
EnterprisePreAlertingAnnouncement.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
EnterpriseTrunkGroup.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
EnterpriseVirtualOnNetEnterpriseExtensions.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Adds all available service data to a Enterprisevoid
GroupAccountAuthorizationCodes.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupAdviceOfCharge.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupBroadWorksMobility.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallCapacityManagement.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallCenterMonitoring.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallingPlan.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallPark.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallPickup.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCallRecording.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupCustomRingback.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupEmergencyZones.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupGroupNightForwarding.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupIncomingCallingPlan.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupIntegratedIMP.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupIntercept.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupInventoryReport.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupMusicOnHold.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupMWIDeliveryToMobileEndpoint.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupOutgoingCallingPlan.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupPolycomPhoneServices.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupPreAlertingAnnouncement.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupPreferredCarrier.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupRouteList.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupSeriesCompletion.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupSpeedDial100.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupThirdPartyVoiceMailSupport.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupTrunkGroup.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupVirtualOnNetEnterpriseExtensions.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
GroupVoiceMessaging.push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a Groupvoid
ServiceProviderAdviceOfCharge.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderBroadWorksMobility.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderCommunicator.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderExternalCustomRingback.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderInCallServiceActivation.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderIntegratedIMP.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderMaliciousCallTrace.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderMWIDeliveryToMobileEndpoint.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderPreferredCarrier.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderRouteList.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderTrunkGroup.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderVoiceMessaging.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
ServiceProviderZoneCallingRestrictions.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Adds all available service data to a ServiceProvidervoid
UserAdviceOfCharge.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAlternateNumbers.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAnonymousCallRejection.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAuthentication.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAutomaticCallback.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAutomaticCollectCall.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserAutomaticHoldRetrieve.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserBargeInExempt.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserBroadWorksMobility.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserBusyLampField.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallCenterMonitoring.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingAlways.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingAlwaysSecondary.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingBusy.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingNoAnswer.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingNotReachable.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallForwardingSelective.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingLineIDBlockingOverride.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingLineIDDeliveryBlocking.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingNameDelivery.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingNameRetrieval.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingNumberDelivery.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallingPartyCategory.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallMeNow.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallNotify.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallPark.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallPickup.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallRecording.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallTransfer.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCallWaiting.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserChargeNumber.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserClassMark.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCommPilotExpress.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCommunicationBarringUserControl.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCommunicator.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserConnectedLineIdentificationRestriction.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserCustomRingback.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserDirectedCallPickupWithBargeIn.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserDirectoryNumberHunting.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserDirectRoute.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserDoNotDisturb.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserExecutive.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserExecutiveAssistant.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserExternalCallingLineIDDelivery.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserExternalCustomRingback.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserFaxMessaging.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserGroupNightForwarding.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserHotelingGuest.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserHotelingHost.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserInCallServiceActivation.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserIncomingCallingPlan.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserINIntegration.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserIntegratedIMP.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserIntercept.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserInternalCallingLineIDDelivery.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserLegacyAutomaticCallback.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserMaliciousCallTrace.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserMusicOnHold.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserMWIDeliveryToMobileEndpoint.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserNumberPortabilityAnnouncement.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserOutgoingCallingPlan.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPersonalAssistant.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPhysicalLocation.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPolycomPhoneServices.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPreAlertingAnnouncement.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPreferredCarrier.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPrepaid.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPriorityAlert.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPrivacy.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserPushToTalk.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserReceptionistEnterprise.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserReceptionistOffice.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserReceptionistSmallBusiness.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserRemoteOffice.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserResourcePriority.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserRouteList.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSecurityClassification.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSelectiveCallAcceptance.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSelectiveCallRejection.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSequentialRing.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSeriesCompletion.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSharedCallAppearance.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSilentAlerting.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSimultaneousRingFamily.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSimultaneousRingPersonal.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSMDIMessageDesk.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSpeedDial100.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserSpeedDial8.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserThirdPartyVoiceMailSupport.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserTwoStageDialing.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserVideoAddOn.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserVoiceMessaging.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserVoicePortalCalling.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a Uservoid
UserZoneCallingRestrictions.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Adds all available service data to a UserConstructors in co.ecg.alpaca.toolkit.generated.services with parameters of type BroadWorksProcessModifierConstructorDescriptionEnterpriseBroadWorksMobility
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedEnterpriseCallCenterMonitoring
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedEnterpriseCallRecording
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedEnterprisePreAlertingAnnouncement
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedEnterpriseTrunkGroup
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedEnterpriseVirtualOnNetEnterpriseExtensions
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Returns a EnterpriseService Object with the Enterprise AssignedGroupAccountAuthorizationCodes
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupAdviceOfCharge
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupBroadWorksMobility
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallCapacityManagement
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallCenterMonitoring
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallingPlan
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallPark
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallPickup
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCallRecording
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupCustomRingback
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupEmergencyZones
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupGroupNightForwarding
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupIncomingCallingPlan
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupIntegratedIMP
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupIntercept
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupInventoryReport
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupMusicOnHold
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupMWIDeliveryToMobileEndpoint
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupOutgoingCallingPlan
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupPolycomPhoneServices
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupPreAlertingAnnouncement
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupPreferredCarrier
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupRouteList
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupSeriesCompletion
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupSpeedDial100
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupThirdPartyVoiceMailSupport
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupTrunkGroup
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupVirtualOnNetEnterpriseExtensions
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedGroupVoiceMessaging
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group AssignedServiceProviderAdviceOfCharge
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderBroadWorksMobility
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderCommunicator
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderExternalCustomRingback
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderInCallServiceActivation
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderIntegratedIMP
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderMaliciousCallTrace
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderMWIDeliveryToMobileEndpoint
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderPreferredCarrier
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderRouteList
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderTrunkGroup
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderVoiceMessaging
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedServiceProviderZoneCallingRestrictions
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Returns a ServiceProviderService Object with the ServiceProvider AssignedUserAdviceOfCharge
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAlternateNumbers
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAnonymousCallRejection
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAuthentication
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAutomaticCallback
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAutomaticCollectCall
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserAutomaticHoldRetrieve
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserBargeInExempt
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserBroadWorksMobility
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserBusyLampField
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallCenterMonitoring
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingAlways
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingAlwaysSecondary
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingBusy
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingNoAnswer
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingNotReachable
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallForwardingSelective
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingLineIDBlockingOverride
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingLineIDDeliveryBlocking
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingNameDelivery
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingNameRetrieval
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingNumberDelivery
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallingPartyCategory
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallMeNow
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallNotify
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallPark
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallPickup
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallRecording
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallTransfer
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCallWaiting
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserChargeNumber
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserClassMark
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCommPilotExpress
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCommunicationBarringUserControl
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCommunicator
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserConnectedLineIdentificationRestriction
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserCustomRingback
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserDirectedCallPickupWithBargeIn
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserDirectoryNumberHunting
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserDirectRoute
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserDoNotDisturb
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserExecutive
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserExecutiveAssistant
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserExternalCallingLineIDDelivery
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserExternalCustomRingback
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserFaxMessaging
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserGroupNightForwarding
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserHotelingGuest
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserHotelingHost
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserInCallServiceActivation
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserIncomingCallingPlan
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserINIntegration
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserIntegratedIMP
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserIntercept
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserInternalCallingLineIDDelivery
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserLegacyAutomaticCallback
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserMaliciousCallTrace
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserMusicOnHold
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserMWIDeliveryToMobileEndpoint
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserNumberPortabilityAnnouncement
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserOutgoingCallingPlan
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPersonalAssistant
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPhysicalLocation
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPolycomPhoneServices
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPreAlertingAnnouncement
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPreferredCarrier
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPrepaid
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPriorityAlert
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPrivacy
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserPushToTalk
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserReceptionistEnterprise
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserReceptionistOffice
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserReceptionistSmallBusiness
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserRemoteOffice
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserResourcePriority
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserRouteList
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSecurityClassification
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSelectiveCallAcceptance
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSelectiveCallRejection
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSequentialRing
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSeriesCompletion
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSharedCallAppearance
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSilentAlerting
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSimultaneousRingFamily
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSimultaneousRingPersonal
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSMDIMessageDesk
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSpeedDial100
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserSpeedDial8
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserThirdPartyVoiceMailSupport
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserTwoStageDialing
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserVideoAddOn
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserVoiceMessaging
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserVoicePortalCalling
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User AssignedUserZoneCallingRestrictions
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Returns a UserService Object with the User Assigned -
Uses of BroadWorksProcess in co.ecg.alpaca.toolkit.model
Methods in co.ecg.alpaca.toolkit.model that return BroadWorksProcessMethods in co.ecg.alpaca.toolkit.model with parameters of type BroadWorksProcessModifier and TypeMethodDescriptionabstract void
BroadWorksEnterpriseService.push
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) void
BroadWorksEnterpriseService.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) abstract void
BroadWorksGroupService.push
(BroadWorksProcess broadWorksProcess, Group group) abstract void
BroadWorksServiceProviderService.push
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) abstract void
BroadWorksUserService.push
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) void
BroadWorksService.setBroadWorksProcess
(BroadWorksProcess broadWorksProcess) Constructors in co.ecg.alpaca.toolkit.model with parameters of type BroadWorksProcessModifierConstructorDescriptionBroadWorksEnterpriseService
(BroadWorksProcess broadWorksProcess, Enterprise enterprise) Creates a BroadWorksServiceProviderService with the provided Enterprise.BroadWorksGroupService
(BroadWorksProcess broadWorksProcess, Group group) Creates a BroadWorksGroupService with the provided GroupBroadWorksService
(BroadWorksProcess broadWorksProcess) Creates a new BroadWorksService with the given BroadWorksProcessBroadWorksServiceProviderService
(BroadWorksProcess broadWorksProcess, ServiceProvider serviceProvider) Creates a BroadWorksServiceProviderService with the provided ServiceProviderBroadWorksUserService
(BroadWorksProcess broadWorksProcess, BroadWorksUser user) Creates a new BroadWorksUserService with the given User -
Uses of BroadWorksProcess in co.ecg.alpaca.toolkit.task
Constructors in co.ecg.alpaca.toolkit.task with parameters of type BroadWorksProcessModifierConstructorDescriptionBroadWorksProcess
(BroadWorksProcess parentProcess, Class<E> stepClazz)