All Classes
-
All Classes Interface Summary Class Summary Class Description BatchProvider A provider interface for the batch handlerEntityActionsManager Handles everything related to the custom actions registration and executionEntityBatchHandler This handles batch operations internally as much as possible, the idea is to provide for a standard way to reduce huge numbers of calls down to 1 call to the server which puts the data together into a single responseEntityBatchHandler.ResponseBase Base class for all response data which will be encoded and outputEntityBatchHandler.ResponseError Holds the error values which will be encoded by the various EB utilsEntityBatchHandler.ResponseResult Holds the results from a successful response requestEntityBrokerRESTServiceManager This creates all the needed services (as if it were a service manager), this will let us create the services we need without too much confusion and ensure we are using the same ones
If this is used then the services should not be created in some other way but should be initiated here and then exported from this class onlyEntityDescriptionManager This handles all the methods related to generating descriptions for entities, html and xml currently supportedEntityEncodingManager This handles the internal encoding (translation and formatting) of entity data, this can be used by various parts of the EB system
this is for internal use only currently but may be exposed laterEntityHandlerImpl Implementation of the handler for the EntityBroker system
This handles all the processing of incoming requests (http based) and includes method to process the request data and ensure classloader safetyEntityRedirectsManager Handles everything related the URL redirects handling and processingEntityRESTProviderBase This is the standard entity REST provider which will be created and set in the entity broker manager, it will register itself with the entitybrokermanager on startup or construction, it should also be unregistered correctly