Package com.kheops.jmap.server
Class ExportationController
java.lang.Object
com.kheops.jmap.server.AbstractController
com.kheops.jmap.server.AbstractAdminController
com.kheops.jmap.server.ExportationController
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.kheops.jmap.server.AbstractAdminController
lastException
Fields inherited from class com.kheops.jmap.server.AbstractController
controllerFactory, server, userContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exportSystemData
(File exportTo) boolean
exportSystemData
(File exportTo, int exportType, Object[] resourcesIds) static ExportationController
getExportableResources
(int exportType) static ExportationController
getInstance
(UserContext userContext) Methods inherited from class com.kheops.jmap.server.AbstractAdminController
getCurrentUser, getInstance, getLastException, isCurrentUserSuperAdmin, log, log, moveObjects, moveObjects, reserveId, unreserveId
Methods inherited from class com.kheops.jmap.server.AbstractController
getNextSequenceValue, getSystemDatabase, initializeSequence, isSequenceExists
-
Field Details
-
EXPORT_TYPE_DATABASES
public static final int EXPORT_TYPE_DATABASES- See Also:
-
EXPORT_TYPE_STYLE_TEMPLATES
public static final int EXPORT_TYPE_STYLE_TEMPLATES- See Also:
-
EXPORT_TYPE_SPATIAL_DATA_SOURCES
public static final int EXPORT_TYPE_SPATIAL_DATA_SOURCES- See Also:
-
EXPORT_TYPE_PROJECTS
public static final int EXPORT_TYPE_PROJECTS- See Also:
-
EXPORT_TYPE_ALL
public static final int EXPORT_TYPE_ALL- See Also:
-
EXPORT_TYPE_REMOTE_CONNECTIONS
public static final int EXPORT_TYPE_REMOTE_CONNECTIONS- See Also:
-
EXPORT_TYPE_SCHEDULES
public static final int EXPORT_TYPE_SCHEDULES- See Also:
-
EXPORT_TYPE_METADATA_TEMPLATES
public static final int EXPORT_TYPE_METADATA_TEMPLATES- See Also:
-
-
Constructor Details
-
ExportationController
-
-
Method Details