public interface IBusinessContextManagerSPI
Modifier and Type | Method and Description |
---|---|
IBusinessContextSPI |
getBusinessContext(HttpServletRequest request)
Get a businessContext previously built.
|
IBusinessContextSPI |
getBusinessContext(IServiceInterfaceRequest request)
Get a businessContext previously built.
|
void |
register(String id,
String name,
String xml)
Registers a new context
|
void |
unregister(String id)
Deletes a selected context.
|
void |
updateRegistration(String id,
String name,
String xml)
Updates a selected context.
|
IBusinessContextSPI getBusinessContext(HttpServletRequest request)
request
- IBusinessContextSPI getBusinessContext(IServiceInterfaceRequest request)
request
- void register(String id, String name, String xml) throws PortalObjectAlreadyExistsException, PortalException
id
- context id.name
- context name.xml
- xml content.PortalObjectAlreadyExistsException
- if some context already exists with the same id.PortalException
void updateRegistration(String id, String name, String xml) throws PortalObjectNotFoundException, PortalException
id
- context id.name
- context name.xml
- xml content.PortalObjectNotFoundException
- if the context was not found.PortalException
void unregister(String id) throws PortalObjectNotFoundException, PortalException
id
- context id.PortalObjectNotFoundException
- if the context was not found.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.