com.sap.netweaver.kmc.expimp

Interface IPrivateConstants


public interface IPrivateConstants

Contains definitions of constants for the Export/Import service that must only be used by the service and its user interface itself.
Other applications must only use constants defined in IExportImportService.

Copyright 2007 SAP AG


Field Summary
static RID ADM_DIR_EXPORT
           
static RID ADM_DIR_EXPORT_ARCHIVED
           
static RID ADM_DIR_EXPORT_PENDING
           
static RID ADM_DIR_EXPORT_RUNNING
           
static RID ADM_DIR_EXPORT_TEMPLATES
           
static RID ADM_DIR_IMPORT
           
static RID ADM_DIR_IMPORT_ARCHIVED
           
static RID ADM_DIR_IMPORT_PENDING
           
static RID ADM_DIR_IMPORT_RUNNING
           
static RID ADM_DIR_ROOT
           
static long CANCEL_CHECK_INTERVAL
          specifies the minimum interval [sec] for checking if an export/import has been cancelled
static String CONTAINER_EXTENSION
          file extension of deploy container for KM content modules
static String CTC_DESCRIPTION
           
static String DIR_EXPIMP
           
static String DIR_EXPORT
           
static String DIR_GLOBAL
           
static String DIR_IMPORT
           
static String DIR_IMPORT_WORK
           
static String DIR_META_INF
          path witin KM content modules used to store meta information
static String ENC_UTF8
          encoding to be used for converting strings to bytes and vice versa
static String[] EXCLUDE_FOLDERS
          list of folder names that are excluded from export
static String FILE_CONTENT
          name of the file containing the binary content of a serialized KM resource
static String FILE_CONTENT_COMPRESSED
          name of the file containing the compressed binary content of a serialized KM resource
static String FILE_METADATA
          name of the file containing the meta data of a serialized KM resource
static Category LOG
          used for logging
static String LOG_EXPORT
          name of the log file to be written on export
static String LOG_IMPORT
          name of the log file to be written on import
static String MANIFEST_KMC
          name of the manifest file of KM content modules
static long MAX_MODULE_SIZE
          size restriction of KM content modules (currently 1.8 GB)
static String MODULE_EXTENSION
          file extension of KM content modules
static String PARAM_CONTENT_ENCODING
           
static String PARAM_CONTENT_TYPE
           
static String PARAM_GUID
           
static String PARAM_RESOURCE_TYPE
           
static String PARAM_RID
           
static String PARAM_TARGET
           
static RID PERS_DIR_EXPORT
           
static RID PERS_DIR_IMPORT
           
static RID PERS_DIR_IMPORT_WORK
           
static RID PERS_DIR_ROOT
           
static String PROP_CREATED
           
static String PROP_CREATED_BY
           
static String PROP_CREATED_MAX
           
static String PROP_CREATED_MIN
           
static String PROP_DEPTH_MAX
           
static String PROP_DISPLAY_VALIDFROMPROPNAME
           
static String PROP_DISPLAY_VALIDTOPROPNAME
           
static String PROP_DOWNLOAD
           
static String PROP_DURATION
           
static String PROP_GUID_EXPORT
           
static String PROP_GUID_IMPORT
           
static String PROP_ID
           
static String PROP_LOG
           
static String PROP_MODIFIED_MAX
           
static String PROP_MODIFIED_MIN
           
static String PROP_NAME
           
static String PROP_NAME_FILTER
           
static String PROP_NAMESPACE
           
static String PROP_NAMESPACE_TBP
           
static String PROP_NUM_COLLECTIONS
           
static String PROP_NUM_ERRORS
           
static String PROP_NUM_ITEMS
           
static String PROP_NUM_LINKS
           
static String PROP_NUM_RESOURCES
           
static String PROP_PROGRESS
           
static String PROP_RID_PREFIX
           
static String PROP_SIZE
           
static String PROP_SIZE_MAX
           
static String PROP_SIZE_MIN
           
static String PROP_STATE
           
static String PROP_SUB_ANNOTATION
           
static String PROP_SUB_CHANNEL
           
static String PROP_SUB_COUNT
           
static String PROP_SUB_EVENT
           
static String PROP_SUB_EXPIRATION
           
static String PROP_SUB_ID
           
static String PROP_SUB_INTERVAL
           
static String PROP_SUB_LEVEL
           
static String PROP_SUB_LINKS
           
static String PROP_SUB_NAME
           
static String PROP_SUB_NEXTSEND
           
static String PROP_SUB_OWNER
           
static String PROP_SUB_RECIPIENT
           
static String PROP_SUB_RECTYPE
           
static String PROP_SUB_UNSUBSCRIBED
           
static String PROP_SYSTEM_ID
           
static String PROP_TBP
           
static String PROP_VALIDFROMPROPNAME
           
static String PROP_VALIDTOPROPNAME
           
static String RESULT_FOLDER
           
static long STATUS_UPDATE_INTERVAL
          specifies the minimum interval [sec] for checking if an export/import has been cancelled
static String TAG_EXPORT
           
static String TAG_FILTER
           
static String TAG_RID
           
static String TAG_SCOPE
           
static String TAG_STATISTICS
           
static String TYPE_COLLECTION
           
static String TYPE_EXTERNAL_LINK
           
static String TYPE_INTERNAL_LINK
           
static String TYPE_RESOURCE
           
static String VERSION
          version string for the generated content modules
static String XML_FORMS_EXTENSION
           
static String XML_FORMS_PROJECT
           
static String XML_FORMS_RESOURCETYPE
           
 

Field Detail

LOG

static final Category LOG
used for logging


VERSION

static final String VERSION
version string for the generated content modules

See Also:
Constant Field Values

ENC_UTF8

static final String ENC_UTF8
encoding to be used for converting strings to bytes and vice versa

See Also:
Constant Field Values

CANCEL_CHECK_INTERVAL

static final long CANCEL_CHECK_INTERVAL
specifies the minimum interval [sec] for checking if an export/import has been cancelled

See Also:
Constant Field Values

STATUS_UPDATE_INTERVAL

static final long STATUS_UPDATE_INTERVAL
specifies the minimum interval [sec] for checking if an export/import has been cancelled

See Also:
Constant Field Values

MAX_MODULE_SIZE

static final long MAX_MODULE_SIZE
size restriction of KM content modules (currently 1.8 GB)


EXCLUDE_FOLDERS

static final String[] EXCLUDE_FOLDERS
list of folder names that are excluded from export


ADM_DIR_ROOT

static final RID ADM_DIR_ROOT

ADM_DIR_EXPORT

static final RID ADM_DIR_EXPORT

ADM_DIR_EXPORT_TEMPLATES

static final RID ADM_DIR_EXPORT_TEMPLATES

ADM_DIR_EXPORT_PENDING

static final RID ADM_DIR_EXPORT_PENDING

ADM_DIR_EXPORT_RUNNING

static final RID ADM_DIR_EXPORT_RUNNING

ADM_DIR_EXPORT_ARCHIVED

static final RID ADM_DIR_EXPORT_ARCHIVED

ADM_DIR_IMPORT

static final RID ADM_DIR_IMPORT

ADM_DIR_IMPORT_PENDING

static final RID ADM_DIR_IMPORT_PENDING

ADM_DIR_IMPORT_RUNNING

static final RID ADM_DIR_IMPORT_RUNNING

ADM_DIR_IMPORT_ARCHIVED

static final RID ADM_DIR_IMPORT_ARCHIVED

PERS_DIR_ROOT

static final RID PERS_DIR_ROOT

PERS_DIR_EXPORT

static final RID PERS_DIR_EXPORT

PERS_DIR_IMPORT

static final RID PERS_DIR_IMPORT

PERS_DIR_IMPORT_WORK

static final RID PERS_DIR_IMPORT_WORK

RESULT_FOLDER

static final String RESULT_FOLDER
See Also:
Constant Field Values

DIR_GLOBAL

static final String DIR_GLOBAL

DIR_EXPIMP

static final String DIR_EXPIMP
See Also:
Constant Field Values

DIR_EXPORT

static final String DIR_EXPORT
See Also:
Constant Field Values

DIR_IMPORT

static final String DIR_IMPORT
See Also:
Constant Field Values

DIR_IMPORT_WORK

static final String DIR_IMPORT_WORK
See Also:
Constant Field Values

MODULE_EXTENSION

static final String MODULE_EXTENSION
file extension of KM content modules

See Also:
Constant Field Values

CONTAINER_EXTENSION

static final String CONTAINER_EXTENSION
file extension of deploy container for KM content modules

See Also:
Constant Field Values

DIR_META_INF

static final String DIR_META_INF
path witin KM content modules used to store meta information

See Also:
Constant Field Values

MANIFEST_KMC

static final String MANIFEST_KMC
name of the manifest file of KM content modules

See Also:
Constant Field Values

LOG_EXPORT

static final String LOG_EXPORT
name of the log file to be written on export

See Also:
Constant Field Values

LOG_IMPORT

static final String LOG_IMPORT
name of the log file to be written on import

See Also:
Constant Field Values

FILE_METADATA

static final String FILE_METADATA
name of the file containing the meta data of a serialized KM resource

See Also:
Constant Field Values

FILE_CONTENT

static final String FILE_CONTENT
name of the file containing the binary content of a serialized KM resource

See Also:
Constant Field Values

FILE_CONTENT_COMPRESSED

static final String FILE_CONTENT_COMPRESSED
name of the file containing the compressed binary content of a serialized KM resource

See Also:
Constant Field Values

TAG_EXPORT

static final String TAG_EXPORT
See Also:
Constant Field Values

TAG_RID

static final String TAG_RID
See Also:
Constant Field Values

TAG_SCOPE

static final String TAG_SCOPE
See Also:
Constant Field Values

TAG_FILTER

static final String TAG_FILTER
See Also:
Constant Field Values

TAG_STATISTICS

static final String TAG_STATISTICS
See Also:
Constant Field Values

PARAM_RID

static final String PARAM_RID
See Also:
Constant Field Values

PARAM_GUID

static final String PARAM_GUID
See Also:
Constant Field Values

PARAM_TARGET

static final String PARAM_TARGET
See Also:
Constant Field Values

PARAM_RESOURCE_TYPE

static final String PARAM_RESOURCE_TYPE
See Also:
Constant Field Values

PARAM_CONTENT_TYPE

static final String PARAM_CONTENT_TYPE
See Also:
Constant Field Values

PARAM_CONTENT_ENCODING

static final String PARAM_CONTENT_ENCODING
See Also:
Constant Field Values

TYPE_COLLECTION

static final String TYPE_COLLECTION
See Also:
Constant Field Values

TYPE_RESOURCE

static final String TYPE_RESOURCE
See Also:
Constant Field Values

TYPE_INTERNAL_LINK

static final String TYPE_INTERNAL_LINK

TYPE_EXTERNAL_LINK

static final String TYPE_EXTERNAL_LINK

XML_FORMS_EXTENSION

static final String XML_FORMS_EXTENSION
See Also:
Constant Field Values

XML_FORMS_PROJECT

static final String XML_FORMS_PROJECT
See Also:
Constant Field Values

XML_FORMS_RESOURCETYPE

static final String XML_FORMS_RESOURCETYPE
See Also:
Constant Field Values

PROP_NAMESPACE

static final String PROP_NAMESPACE
See Also:
Constant Field Values

PROP_ID

static final String PROP_ID
See Also:
Constant Field Values

PROP_NAME

static final String PROP_NAME
See Also:
Constant Field Values

PROP_CREATED_BY

static final String PROP_CREATED_BY
See Also:
Constant Field Values

PROP_CREATED

static final String PROP_CREATED
See Also:
Constant Field Values

PROP_RID_PREFIX

static final String PROP_RID_PREFIX
See Also:
Constant Field Values

PROP_GUID_EXPORT

static final String PROP_GUID_EXPORT
See Also:
Constant Field Values

PROP_GUID_IMPORT

static final String PROP_GUID_IMPORT
See Also:
Constant Field Values

PROP_NAME_FILTER

static final String PROP_NAME_FILTER
See Also:
Constant Field Values

PROP_DEPTH_MAX

static final String PROP_DEPTH_MAX
See Also:
Constant Field Values

PROP_SIZE_MIN

static final String PROP_SIZE_MIN
See Also:
Constant Field Values

PROP_SIZE_MAX

static final String PROP_SIZE_MAX
See Also:
Constant Field Values

PROP_CREATED_MIN

static final String PROP_CREATED_MIN
See Also:
Constant Field Values

PROP_CREATED_MAX

static final String PROP_CREATED_MAX
See Also:
Constant Field Values

PROP_MODIFIED_MIN

static final String PROP_MODIFIED_MIN
See Also:
Constant Field Values

PROP_MODIFIED_MAX

static final String PROP_MODIFIED_MAX
See Also:
Constant Field Values

PROP_SYSTEM_ID

static final String PROP_SYSTEM_ID
See Also:
Constant Field Values

PROP_STATE

static final String PROP_STATE
See Also:
Constant Field Values

PROP_PROGRESS

static final String PROP_PROGRESS
See Also:
Constant Field Values

PROP_DOWNLOAD

static final String PROP_DOWNLOAD
See Also:
Constant Field Values

PROP_LOG

static final String PROP_LOG
See Also:
Constant Field Values

PROP_NUM_ITEMS

static final String PROP_NUM_ITEMS
See Also:
Constant Field Values

PROP_NUM_COLLECTIONS

static final String PROP_NUM_COLLECTIONS
See Also:
Constant Field Values

PROP_NUM_RESOURCES

static final String PROP_NUM_RESOURCES
See Also:
Constant Field Values

PROP_NUM_LINKS

static final String PROP_NUM_LINKS
See Also:
Constant Field Values

PROP_NUM_ERRORS

static final String PROP_NUM_ERRORS
See Also:
Constant Field Values

PROP_SIZE

static final String PROP_SIZE
See Also:
Constant Field Values

PROP_DURATION

static final String PROP_DURATION
See Also:
Constant Field Values

PROP_NAMESPACE_TBP

static final String PROP_NAMESPACE_TBP
See Also:
Constant Field Values

PROP_TBP

static final String PROP_TBP
See Also:
Constant Field Values

PROP_DISPLAY_VALIDFROMPROPNAME

static final String PROP_DISPLAY_VALIDFROMPROPNAME
See Also:
Constant Field Values

PROP_DISPLAY_VALIDTOPROPNAME

static final String PROP_DISPLAY_VALIDTOPROPNAME
See Also:
Constant Field Values

PROP_VALIDFROMPROPNAME

static final String PROP_VALIDFROMPROPNAME
See Also:
Constant Field Values

PROP_VALIDTOPROPNAME

static final String PROP_VALIDTOPROPNAME
See Also:
Constant Field Values

CTC_DESCRIPTION

static final String CTC_DESCRIPTION
See Also:
Constant Field Values

PROP_SUB_ID

static final String PROP_SUB_ID
See Also:
Constant Field Values

PROP_SUB_OWNER

static final String PROP_SUB_OWNER
See Also:
Constant Field Values

PROP_SUB_NAME

static final String PROP_SUB_NAME
See Also:
Constant Field Values

PROP_SUB_NEXTSEND

static final String PROP_SUB_NEXTSEND
See Also:
Constant Field Values

PROP_SUB_EXPIRATION

static final String PROP_SUB_EXPIRATION
See Also:
Constant Field Values

PROP_SUB_ANNOTATION

static final String PROP_SUB_ANNOTATION
See Also:
Constant Field Values

PROP_SUB_EVENT

static final String PROP_SUB_EVENT
See Also:
Constant Field Values

PROP_SUB_INTERVAL

static final String PROP_SUB_INTERVAL
See Also:
Constant Field Values

PROP_SUB_LEVEL

static final String PROP_SUB_LEVEL
See Also:
Constant Field Values

PROP_SUB_CHANNEL

static final String PROP_SUB_CHANNEL
See Also:
Constant Field Values

PROP_SUB_LINKS

static final String PROP_SUB_LINKS
See Also:
Constant Field Values

PROP_SUB_COUNT

static final String PROP_SUB_COUNT
See Also:
Constant Field Values

PROP_SUB_RECIPIENT

static final String PROP_SUB_RECIPIENT
See Also:
Constant Field Values

PROP_SUB_RECTYPE

static final String PROP_SUB_RECTYPE
See Also:
Constant Field Values

PROP_SUB_UNSUBSCRIBED

static final String PROP_SUB_UNSUBSCRIBED
See Also:
Constant Field Values
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice