Uses of Interface
com.orchestranetworks.userservice.declaration.UserServiceDeclaration
-
Packages that use UserServiceDeclaration Package Description com.orchestranetworks.module This package allows to handle module registration.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.userservice.declaration A public API for declaring user services. -
-
Uses of UserServiceDeclaration in com.orchestranetworks.module
Methods in com.orchestranetworks.module with parameters of type UserServiceDeclaration Modifier and Type Method Description <S extends EntitySelection,T extends ActivationContext<S>>
voidModuleServiceRegistrationContext. registerUserService(UserServiceDeclaration<S,T> aUserServiceDeclaration)Registers a new user service in EBX®. -
Uses of UserServiceDeclaration in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type UserServiceDeclaration Modifier and Type Method Description <S extends EntitySelection,T extends ActivationContext<S>>
voidSchemaExtensionsContext. registerUserService(UserServiceDeclaration<S,T> aNewUserServiceDeclaration)Registers a new user service for the current data model in EBX®. -
Uses of UserServiceDeclaration in com.orchestranetworks.userservice.declaration
Subinterfaces of UserServiceDeclaration in com.orchestranetworks.userservice.declaration Modifier and Type Interface Description static interfaceUserServiceDeclaration.OnAssociationDeclares a user service that works at an association element level.static interfaceUserServiceDeclaration.OnAssociationRecordDeclares a user service that works on a single associated record.static interfaceUserServiceDeclaration.OnDatasetDeclares a user service that works at the global dataset level.static interfaceUserServiceDeclaration.OnDataspaceDeclares a user service that works at the global dataspace level.static interfaceUserServiceDeclaration.OnHierarchyDeclares a user service that works at the hierarchy level.static interfaceUserServiceDeclaration.OnHierarchyNodeDeclares a user service that works on a single hierarchy node.static interfaceUserServiceDeclaration.OnRecordDeclares a user service that works on a single record.static interfaceUserServiceDeclaration.OnTableViewDeclares a user service that works at the table level, tabular view level and/or record selection level.
-