Package com.jalios.jcms.mashup
Interface ImportConstants
-
- All Superinterfaces:
MashupConstants
- All Known Implementing Classes:
AbstractCalendarEvent
,AbstractDBTestType
,AbstractEventResource
,AbstractJPortal
,AbstractMedia
,AbstractPortalJspCollection
,AbstractShortcut
,AbstractTestType
,AbstractWebPage
,AccessControlList
,Alert
,AuthenticationCookie
,Category
,CategoryRight
,Content
,Data
,DataExtension
,DataRight
,DBFileDocument
,DBMember
,FileDocument
,FileProcessingInfo
,FileProcessingLog
,Form
,Group
,ImportManager
,ImportSource
,ImportStatus
,JPortalStructure
,LoginEvent
,MailMessage
,MediaProgression
,Member
,MemberDeleteRequest
,MemberPreference
,Notification
,NotificationCriteria
,Portal
,PortalElement
,PortalRedirect
,Portlet
,PortletCollection
,PortletCtxMenu
,PortletParent
,PortletSkinable
,Publication
,PublicationCtxMenu
,PublicationFollower
,PublicDownload
,PublicLink
,ReaderTracker
,Recommendation
,StrongLock
,UserContent
,Vote
,WFNote
,WKRole
,Workspace
,WSTypeEntry
public interface ImportConstants extends MashupConstants
This interface contains a set of constants for the ImportManager.- Since:
- jcms-5.7.2
- Version:
- $Revision: 22156 $
- Author:
- Olivier Dedieu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IMPORT_ALARM_MGR
static java.lang.String
IMPORT_AUTHOR_PROP
static java.lang.String
IMPORT_CATEGORY_DEFAULT
static java.lang.String
IMPORT_DC_ATTR
static java.lang.String
IMPORT_DC_STEP
static java.lang.String
IMPORT_DIR
static java.lang.String
IMPORT_ENABLED
static java.lang.String
IMPORT_JDOM_ELEMENT
static java.lang.String
IMPORT_LOG_FILE
static int
IMPORT_LOG_MAX
static java.lang.String
IMPORT_OPTIONS
static java.lang.String
IMPORT_OPTIONS_DC_CONTEXT
static java.lang.String
IMPORT_ROOT_PROP
static java.lang.String
IMPORT_SOURCE_FILE
static java.lang.String
IMPORT_SOURCE_PREFIX_PROP
static java.lang.String
IMPORT_SOURCES_DIR
static int
IMPORT_STEP_CLEAN
static int
IMPORT_STEP_IMPORT
static int
IMPORT_STEP_UPDATE_REF
static java.lang.String
IMPORT_WS_PROP
-
Fields inherited from interface com.jalios.jcms.mashup.MashupConstants
DATA_TAG, DATASET_TAG, FIELD_CLASS, FIELD_ENTRY, FIELD_ITEM, FIELD_KEY, FIELD_NAME, FIELD_TAG, FIELD_VALUE, FILE_FIELD, FILE_ID, FILE_MTIME, FILE_SIZE, FILE_TAG, FILE_TICKET, FILESET_TAG, RELATED_TAG, REVISION
-
-
-
-
Field Detail
-
IMPORT_DIR
static final java.lang.String IMPORT_DIR
- See Also:
- Constant Field Values
-
IMPORT_LOG_FILE
static final java.lang.String IMPORT_LOG_FILE
- See Also:
- Constant Field Values
-
IMPORT_SOURCES_DIR
static final java.lang.String IMPORT_SOURCES_DIR
- See Also:
- Constant Field Values
-
IMPORT_SOURCE_FILE
static final java.lang.String IMPORT_SOURCE_FILE
- See Also:
- Constant Field Values
-
IMPORT_ALARM_MGR
static final java.lang.String IMPORT_ALARM_MGR
- See Also:
- Constant Field Values
-
IMPORT_LOG_MAX
static final int IMPORT_LOG_MAX
- See Also:
- Constant Field Values
-
IMPORT_ENABLED
static final java.lang.String IMPORT_ENABLED
- See Also:
- Constant Field Values
-
IMPORT_AUTHOR_PROP
static final java.lang.String IMPORT_AUTHOR_PROP
- See Also:
- Constant Field Values
-
IMPORT_WS_PROP
static final java.lang.String IMPORT_WS_PROP
- See Also:
- Constant Field Values
-
IMPORT_ROOT_PROP
static final java.lang.String IMPORT_ROOT_PROP
- See Also:
- Constant Field Values
-
IMPORT_SOURCE_PREFIX_PROP
static final java.lang.String IMPORT_SOURCE_PREFIX_PROP
- See Also:
- Constant Field Values
-
IMPORT_CATEGORY_DEFAULT
static final java.lang.String IMPORT_CATEGORY_DEFAULT
- See Also:
- Constant Field Values
-
IMPORT_DC_ATTR
static final java.lang.String IMPORT_DC_ATTR
- See Also:
- Constant Field Values
-
IMPORT_JDOM_ELEMENT
static final java.lang.String IMPORT_JDOM_ELEMENT
- See Also:
- Constant Field Values
-
IMPORT_OPTIONS
static final java.lang.String IMPORT_OPTIONS
- See Also:
- Constant Field Values
-
IMPORT_DC_STEP
static final java.lang.String IMPORT_DC_STEP
- See Also:
- Constant Field Values
-
IMPORT_STEP_IMPORT
static final int IMPORT_STEP_IMPORT
- See Also:
- Constant Field Values
-
IMPORT_STEP_UPDATE_REF
static final int IMPORT_STEP_UPDATE_REF
- See Also:
- Constant Field Values
-
IMPORT_STEP_CLEAN
static final int IMPORT_STEP_CLEAN
- See Also:
- Constant Field Values
-
IMPORT_OPTIONS_DC_CONTEXT
static final java.lang.String IMPORT_OPTIONS_DC_CONTEXT
- See Also:
- Constant Field Values
-
-