public interface IDouiManager
Modifier and Type | Method and Description |
---|---|
void |
clearDouiServiceDefinitionCache(String serviceId) |
Node |
getDouiServiceDefinitionNode(String serviceId,
ITransaction transaction) |
DouiServiceInterfaceInstanceDefinition |
getDouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig,
String serviceInterfaceInstanceId,
IDouiDefinitionProcessor processor,
ITransaction transaction)
Return the doui definition for a service interface instance.
|
void |
register(SessionConfig sessionConfig,
String douiConfigPath,
ITransaction transaction) |
void |
unregister(SessionConfig sessionConfig,
String serviceId,
ITransaction transaction) |
DouiServiceInterfaceInstanceDefinition getDouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, ITransaction transaction) throws PortalException
sessionConfig
- the user session information.serviceInterfaceInstanceId
- the service interface instance identifier.processor
- an optional definition processor. If null the definition
will not be pre-processed.transaction
- the transaction for persistence access.PortalException
void register(SessionConfig sessionConfig, String douiConfigPath, ITransaction transaction) throws ManagerException, PortalException
ManagerException
PortalException
void unregister(SessionConfig sessionConfig, String serviceId, ITransaction transaction) throws ManagerException, PortalException
ManagerException
PortalException
Node getDouiServiceDefinitionNode(String serviceId, ITransaction transaction) throws ManagerException, PortalException
ManagerException
PortalException
void clearDouiServiceDefinitionCache(String serviceId) throws PortalException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.