JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Interface
com.attivio.sdk.server.global.GlobalDataStructureFactory
Packages that use
GlobalDataStructureFactory
Package
Description
com.attivio.sdk.server.component.configuration
Interfaces used by components to signal they wish to have certain platform dependencies injected and to standardize on best practices in terms of configuration.
Uses of
GlobalDataStructureFactory
in
com.attivio.sdk.server.component.configuration
Methods in
com.attivio.sdk.server.component.configuration
with parameters of type
GlobalDataStructureFactory
Modifier and Type
Method
Description
void
GlobalDataStructureFactoryAware.
setGlobalDataStructureFactory
(
GlobalDataStructureFactory
fac)
This method will be called by the AIE server to supply a
GlobalDataStructureFactory
that this component can store and use.