| Package | Description | 
|---|---|
| oracle.ifs.beans | |
| oracle.ifs.server | 
| Modifier and Type | Method and Description | 
|---|---|
S_LibraryObjectDataSharedStateFactory | 
LibraryObject.getSharedStateFactory()
Returns a factory that can be used by bean-side callers
 to get shared state from a S_LibraryObjectData instance. 
 | 
protected S_LibraryObjectDataSharedStateFactory | 
LibrarySession.getSharedStateFactory()
Returns the Shared State factory in effect for the session. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected S_LibraryObjectDataSharedStateFactory | 
S_LibrarySession.m_SharedStateFactory
The Shared state factory 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected S_LibraryObjectDataSharedStateFactory | 
S_LibrarySession.getSharedStateFactory()
Returns the Shared State factory in effect for the domain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
S_LibraryObjectDataSharedState | 
S_LibraryObjectData.findOrCreateSharedState(S_LibraryObjectDataSharedStateFactory ssFactory)
Gets the shared state, creating it if it doesn't exist. 
 | 
S_LibraryObjectDataSharedState | 
S_LibraryObjectData.findOrCreateSharedState(S_LibrarySession session,
                       S_LibraryObjectDataSharedStateFactory ssFactory,
                       boolean applyMutations)
Gets the shared state, creating it if it doesn't exist. 
 | 
Copyright © 2025. All rights reserved.