eXo JCR :: Component :: Extension Service 1.16.0-CR2

Constant Field Values


Contents
org.exoplatform.*

org.exoplatform.services.jcr.ext.backup.BackupChain
public static final int FULL_WORKING 1
public static final int INCREMENTAL_WORKING 2
public static final long TIMEOUT 10000L

org.exoplatform.services.jcr.ext.backup.BackupChainLog
public static final String PREFIX "backup-"

org.exoplatform.services.jcr.ext.backup.BackupJob
public static final int FINISHED 4
public static final int FULL 1
public static final int INCREMENTAL 2
public static final int STARTING 0
public static final int WAITING 1
public static final int WORKING 2

org.exoplatform.services.jcr.ext.backup.BackupManager
public static final int FULL_AND_INCREMENTAL 1
public static final int FULL_BACKUP_ONLY 0

org.exoplatform.services.jcr.ext.backup.RepositoryBackupChain
public static final int FINISHED 4
public static final int FULL_BACKUP_FINISHED_INCREMENTAL_BACKUP_WORKING 16
public static final int INITIALIZED 0
public static final int WORKING 8

org.exoplatform.services.jcr.ext.backup.RepositoryBackupChainLog
public static final String PREFIX "repository-backup-"

org.exoplatform.services.jcr.ext.backup.impl.BackupManagerImpl
public static final String BACKUP_DIR "backup-dir"
public static final String BACKUP_PROPERTIES "backup-properties"
public static final String DEFAULT_INCREMENTAL_JOB_PERIOD "default-incremental-job-period"
public static final String DEFAULT_VALUE_INCREMENTAL_JOB_PERIOD "3600"
public static final String FULL_BACKUP_TYPE "full-backup-type"
public static final String INCREMENTAL_BACKUP_TYPE "incremental-backup-type"

org.exoplatform.services.jcr.ext.backup.impl.BackupMessage
public static final String DATE_FORMAT_PATTERN "yyyy-MM-dd HH:mm:ss.SSS"

org.exoplatform.services.jcr.ext.backup.impl.BackupMessagesLog
public static final int MESSAGES_MAXSIZE 250

org.exoplatform.services.jcr.ext.backup.impl.JobRepositoryRestore
public static final int REPOSITORY_RESTORE_FAIL 3
public static final int REPOSITORY_RESTORE_INITIALIZED 4
public static final int REPOSITORY_RESTORE_STARTED 1
public static final int REPOSITORY_RESTORE_SUCCESSFUL 2

org.exoplatform.services.jcr.ext.backup.impl.JobWorkspaceRestore
public static final int RESTORE_FAIL 3
public static final int RESTORE_INITIALIZED 4
public static final int RESTORE_STARTED 1
public static final int RESTORE_SUCCESSFUL 2

org.exoplatform.services.jcr.ext.backup.impl.PendingChangesLog.Type
public static final int CHANGESLOG_WITH_STREAM 2
public static final int CHANGESLOG_WITHOUT_STREAM 1

org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent.Constants
public static final String BASE_URL "/jcr-backup"
public static final String DATE_FORMAT_RFC_1123 "EEE, dd MMM yyyy HH:mm:ss zzz"

org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent.Constants.OperationType
public static final String BACKUP_SERVICE_INFO "/info"
public static final String COMPLETED_BACKUPS_INFO "/info/backup/completed"
public static final String COMPLETED_BACKUPS_REPOSITORY_INFO "/info/backup-repository/completed"
public static final String CURRENT_AND_COMPLETED_BACKUPS_INFO "/info/backup"
public static final String CURRENT_AND_COMPLETED_BACKUPS_INFO_ON_WS "/info/backup"
public static final String CURRENT_AND_COMPLETED_BACKUPS_REPOSITORY_INFO "/info/backup-repository"
public static final String CURRENT_BACKUPS_INFO "/info/backup/current"
public static final String CURRENT_BACKUPS_REPOSITORY_INFO "/info/backup-repository/current"
public static final String CURRENT_OR_COMPLETED_BACKUP_INFO "/info/backup"
public static final String CURRENT_OR_COMPLETED_BACKUP_REPOSITORY_INFO "/info/backup-repository-id"
public static final String CURRENT_RESTORE_INFO_ON_REPOSITORY "/info/restore-repository"
public static final String CURRENT_RESTORE_INFO_ON_WS "/info/restore"
public static final String CURRENT_RESTORES "/info/restores"
public static final String CURRENT_RESTORES_REPOSITORY "/info/restores-repository"
public static final String DROP_WORKSPACE "/drop-workspace"
public static final String GET_DEFAULT_REPOSITORY_CONFIG "/info/default-repository-config"
public static final String GET_DEFAULT_WORKSPACE_CONFIG "/info/default-ws-config"
public static final String RESTORE "/restore"
public static final String RESTORE_BACKUP_SET "/restore/backup-set"
public static final String RESTORE_REPOSITORY "/restore-repository"
public static final String RESTORE_REPOSITORY_BACKUP_SET "/restore-repository/backup-set"
public static final String START_BACKUP "/start"
public static final String START_BACKUP_REPOSITORY "/start-backup-repository"
public static final String STOP_BACKUP "/stop"
public static final String STOP_BACKUP_REPOSITORY "/stop-backup-repository"

org.exoplatform.services.jcr.ext.backup.server.bean.response.ShortInfo
public static final int COMPLETED 0
public static final int CURRENT -1
public static final int RESTORE 1

org.exoplatform.services.jcr.ext.common.SessionProvider
public static final String SESSION_PROVIDER "JCRsessionProvider"

org.exoplatform.services.jcr.ext.registry.RegistryService
public static final String EXO_APPLICATIONS "exo:applications"
public static final String EXO_GROUPS "exo:groups"
protected static final String EXO_REGISTRY "exo:registry"
protected static final String EXO_REGISTRY_NT "exo:registry"
protected static final String EXO_REGISTRYENTRY "exo:registryEntry"
protected static final String EXO_REGISTRYENTRY_NT "exo:registryEntry"
protected static final String EXO_REGISTRYGROUP_NT "exo:registryGroup"
public static final String EXO_SERVICES "exo:services"
public static final String EXO_USERS "exo:users"
protected static final String NT_FILE "registry-nodetypes.xml"

org.exoplatform.services.jcr.ext.repository.RestRepositoryService.Constants
public static final String BASE_URL "/jcr-service"

org.exoplatform.services.jcr.ext.repository.RestRepositoryService.Constants.OperationType
public static final String CREATE_REPOSITORY "/create-repository"
public static final String CREATE_WORKSPACE "/create-workspace"
public static final String DEFAULT_WS_CONFIG "/default-ws-config"
public static final String REMOVE_REPOSITORY "/remove-repository"
public static final String REMOVE_WORKSPACE "/remove-workspace"
public static final String REPOSITORIES_LIST "/repositories"
public static final String REPOSITORY_SERVICE_CONFIGURATION "/repository-service-configuration"
public static final String UPDATE_WORKSPACE_CONFIG "/update-workspace-config"
public static final String WORKSPACES_LIST "/workspaces"

org.exoplatform.services.jcr.ext.resource.UnifiedNodeReference
public static final String JCR_SCHEME "jcr"


eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.