Uses of Class
com.orchestranetworks.service.ServiceGroupKey
Packages that use ServiceGroupKey
Package
Description
This package allows to handle module registration.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
This package allows customizing toolbars.
A public API for declaring user services.
-
Uses of ServiceGroupKey in com.orchestranetworks.module
Methods in com.orchestranetworks.module with parameters of type ServiceGroupKeyModifier and TypeMethodDescriptionvoidModuleServiceRegistrationContext.registerServiceGroup(ServiceGroupKey aServiceGroupKey, UserMessage aLabel, UserMessage aDescription) Registers a new user service group in EBX®. -
Uses of ServiceGroupKey in com.orchestranetworks.service
Fields in com.orchestranetworks.service declared as ServiceGroupKeyModifier and TypeFieldDescriptionstatic final ServiceGroupKeyServiceGroupKey.CUSTOM_SERVICES_WITHOUT_GROUPService group containing all non built-in services without specified group.static final ServiceGroupKeyServiceGroupKey.EBX_IMPORT_EXPORTService group containing services to export and import data.static final ServiceGroupKeyServiceGroupKey.EBX_SERVICES_WITHOUT_GROUPService group containing all built-in services without specified group.static final ServiceGroupKeyServiceGroupKey.EBX_VIEWSService group containing services to display in the 'Views' menu.Methods in com.orchestranetworks.service that return ServiceGroupKeyModifier and TypeMethodDescriptionstatic ServiceGroupKeyServiceGroupKey.forServiceGroupInModule(String moduleName, String serviceGroupName) Returns the identifier of a service group defined in a module.static ServiceGroupKeyReturns the service key that corresponds to the specified string. -
Uses of ServiceGroupKey in com.orchestranetworks.ui.toolbar
Methods in com.orchestranetworks.ui.toolbar with parameters of type ServiceGroupKeyModifier and TypeMethodDescriptionvoidToolbarMenu.addServiceGroup(ServiceGroupKey aGroupKey) Sets the key of the group of service to be displayed.voidToolbarMenu.addServiceGroup(ServiceGroupKey aGroupKey, boolean isSmartFiltering) Sets the key of the group of service to be displayed.voidToolbarMenu.addServiceGroup(ServiceGroupKey aGroupKey, List<ServiceKey> excludedService, boolean isSmartFiltering) Sets the key of the group of service to be displayed. -
Uses of ServiceGroupKey in com.orchestranetworks.userservice.declaration
Methods in com.orchestranetworks.userservice.declaration with parameters of type ServiceGroupKeyModifier and TypeMethodDescriptionvoidUserServicePropertiesDefinitionContext.setGroup(ServiceGroupKey aServiceGroupKey) Defines the group to which this service belongs to.