Uses of Class
org.apache.jackrabbit.core.config.ImportConfig
-
Packages that use ImportConfig Package Description org.apache.jackrabbit.core.config org.apache.jackrabbit.core.xml -
-
Uses of ImportConfig in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return ImportConfig Modifier and Type Method Description ImportConfig
WorkspaceConfig. getImportConfig()
ImportConfig
RepositoryConfigurationParser. parseImportConfig(Element parent)
Read the optional Import Element of Workspace's configuration.Constructors in org.apache.jackrabbit.core.config with parameters of type ImportConfig Constructor Description WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig)
Creates a workspace configuration object.WorkspaceConfig(String home, String name, boolean clustered, FileSystemFactory fsf, PersistenceManagerConfig pmc, QueryHandlerFactory qhf, ISMLockingFactory ismLockingFactory, WorkspaceSecurityConfig workspaceSecurityConfig, ImportConfig importConfig, long defaultLockTimeout)
Creates a workspace configuration object. -
Uses of ImportConfig in org.apache.jackrabbit.core.xml
Constructors in org.apache.jackrabbit.core.xml with parameters of type ImportConfig Constructor Description SessionImporter(NodeImpl importTargetNode, SessionImpl session, int uuidBehavior, ImportConfig config)
Creates a newSessionImporter
instance.WorkspaceImporter(Path parentPath, WorkspaceImpl wsp, SessionContext sessionContext, int uuidBehavior, ImportConfig config)
Creates a newWorkspaceImporter
instance.
-