Package | Description |
---|---|
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
protected S_LibraryObjectDataSharedState |
S_LibraryObjectDataSharedStateFactory.constructSharedState()
Returns a newly constructed shared state instance of the proper type.
|
protected S_LibraryObjectDataSharedState |
S_LibrarySession.constructSharedState()
Returns a newly constructed shared state instance of the proper type.
|
S_LibraryObjectDataSharedState |
S_LibraryObjectData.findOrCreateSharedState()
Gets the shared state, creating it if it doesn't exist.
|
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)
Gets the shared state, creating it if it doesn't exist.
|
S_LibraryObjectDataSharedState |
S_LibraryObjectData.findOrCreateSharedState(S_LibrarySession session,
boolean applyMutations)
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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
S_Folder.getItemIds(SortSpecification sort,
S_LibraryObjectDataSharedState state)
Get the IDs of all folders that contain this instance.
|
protected void |
S_LibraryObjectData.setSharedState(S_LibraryObjectDataSharedState state)
Sets the S_LibraryObjectDataSharedState for this S_LibraryObjectData
|
Copyright © 2023. All rights reserved.