Uses of Interface
com.orchestranetworks.userservice.declaration.ActivationContext
-
Packages that use ActivationContext 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 ActivationContext in com.orchestranetworks.module
Methods in com.orchestranetworks.module with type parameters of type ActivationContext 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 ActivationContext in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with type parameters of type ActivationContext 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 ActivationContext in com.orchestranetworks.userservice.declaration
Classes in com.orchestranetworks.userservice.declaration with type parameters of type ActivationContext Modifier and Type Interface Description interfaceUserServiceDeclaration<S extends EntitySelection,U extends ActivationContext<S>>This interface allows to declare a user service.Subinterfaces of ActivationContext in com.orchestranetworks.userservice.declaration Modifier and Type Interface Description interfaceActivationContextOnAssociationProvides a context to define the activation scope and permission rules for a user service being declared on an association level.interfaceActivationContextOnAssociationRecordProvides a context to define the activation scope and permission rules for a user service being declared on an associated record level.interfaceActivationContextOnDatasetProvides a context to define the activation scope and permission rules for a user service being declared on a dataset level.interfaceActivationContextOnDataspaceProvides a context to define the activation scope and permission rules for a user service being declared on a dataspace level.interfaceActivationContextOnHierarchyProvides a context to define the activation scope and permission rules for a user service being declared on a hierarchy level.interfaceActivationContextOnHierarchyNodeProvides a context to define the activation scope and permission rules for a user service being declared on a hierarchy node level.interfaceActivationContextOnRecordProvides a context to define the activation scope and permission rules for a user service being declared on a record level.interfaceActivationContextOnTableViewProvides a context to define the activation scope and permission rules for a user service being declared on a table level.interfaceActivationContextWithDatasetSet<S extends DatasetEntitySelection>Provides common methods for activation contexts related to datasets.interfaceActivationContextWithSchemaNodeSet<S extends TableEntitySelection>Provides common methods for activation contexts based on a set of schema nodes.
-