Package com.jalios.jcms.mashup
Interface ImportConstants
-
- All Superinterfaces:
MashupConstants
- All Known Implementing Classes:
AbstractCalendarEvent,AbstractDBTestType,AbstractEventResource,AbstractJPortal,AbstractMedia,AbstractPortalJspCollection,AbstractShortcut,AbstractTestType,AbstractWebPage,AccessControlList,AccessToken,Alert,AuthenticationCookie,BackgroundProcessInfo,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
- Author:
- Olivier Dedieu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIMPORT_ALARM_MGRstatic java.lang.StringIMPORT_AUTHOR_PROPstatic java.lang.StringIMPORT_CATEGORY_DEFAULTstatic java.lang.StringIMPORT_DC_ATTRstatic java.lang.StringIMPORT_DC_STEPstatic java.lang.StringIMPORT_DIRstatic java.lang.StringIMPORT_ENABLEDstatic java.lang.StringIMPORT_JDOM_ELEMENTstatic java.lang.StringIMPORT_LOG_FILEstatic intIMPORT_LOG_MAXstatic java.lang.StringIMPORT_OPTIONSstatic java.lang.StringIMPORT_OPTIONS_DC_CONTEXTstatic java.lang.StringIMPORT_ROOT_PROPstatic java.lang.StringIMPORT_SOURCE_FILEstatic java.lang.StringIMPORT_SOURCE_PREFIX_PROPstatic java.lang.StringIMPORT_SOURCES_DIRstatic intIMPORT_STEP_CLEANstatic intIMPORT_STEP_IMPORTstatic intIMPORT_STEP_UPDATE_REFstatic java.lang.StringIMPORT_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
-
-
-
-
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
-
-