Package com.orchestranetworks.service


package com.orchestranetworks.service
Provides classes and interfaces for implementing specific services and access rules on EBX®.

Services

In EBX®, there are two type of services:

  • A UI service is integrated into Manager sessions – see ServiceContext.
  • A programmatic service is called externally, for example from a batch or from a web service implementation – see ProgrammaticService.

If a service has to perform any update on data in EBX®, it has to implement a Procedure.

Access Rules

In EBX®, access to data may be restricted programmatically – see AccessRule.