lumis.doui.source
Interface ISourceContext

Package class diagram package ISourceContext
All Known Implementing Classes:
SourceContext

@StableMinor(version="5.5",
             sinceVersion="4.0")
public interface ISourceContext

Offers information about the context where a source is being used.

Since:
4.0.4

Method Summary
 DouiContext getDouiContext()
          Returns the doui context this source context belongs to.
 ServiceInstanceConfig getServiceInstanceConfig()
          Returns the service instance of this context.
 SessionConfig getSessionConfig()
          Returns the user session information.
 ITransaction getTransaction()
          Returns the transaction for persistence access.
 

Method Detail

getDouiContext

DouiContext getDouiContext()
Returns the doui context this source context belongs to.

Returns:
the doui context this source context belongs to, or null if this source context does not belongs to a doui context.
Since:
4.0.4

getTransaction

ITransaction getTransaction()
Returns the transaction for persistence access.

Returns:
the transaction for persistence access.
Since:
4.0.4

getSessionConfig

SessionConfig getSessionConfig()
Returns the user session information.

Returns:
the user session information.
Since:
4.0.4

getServiceInstanceConfig

ServiceInstanceConfig getServiceInstanceConfig()
Returns the service instance of this context.

Returns:
the service instance of this context.
Since:
4.0.4


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.