spcp7.imagegallery.impl.alfresco.utils
Class AlfrescoDefaultValues
java.lang.Object
spcp7.imagegallery.impl.alfresco.utils.AlfrescoDefaultValues
public class AlfrescoDefaultValues
- extends java.lang.Object
This class defines the values for the ALFRESCO default properties. The
standard properties are also overwritten with alfresco specific values. If a
property must be browsed, or is an image etc it will be defined in
AlfrescoContentProviderImpl.AlfrescoContentProviderImpl(). These
values are set to work with the sample data which is inserted when running
the Junit tests below src/test/java and can be inserted independently with
spcp7.imagegallery.alfresco.test.util.AlfrescoTestBase.java.
- Author:
- Phillip Merensky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALFRESCO_USERNAME_VALUE
public static final java.lang.String ALFRESCO_USERNAME_VALUE
- See Also:
- Constant Field Values
ALFRESCO_PASSWORD_VALUE
public static final java.lang.String ALFRESCO_PASSWORD_VALUE
- See Also:
- Constant Field Values
ALFRESCO_WORKSPACE_STORE_VALUE
public static final java.lang.String ALFRESCO_WORKSPACE_STORE_VALUE
- Currently not used
- See Also:
- Constant Field Values
ALFRESCO_SPACES_STORE_VALUE
public static final java.lang.String ALFRESCO_SPACES_STORE_VALUE
- See Also:
- Constant Field Values
ALFRESCO_BASE_URL_VALUE
public static final java.lang.String ALFRESCO_BASE_URL_VALUE
- See Also:
- Constant Field Values
ALFRESCO_NAMESPACE_CONTENT_MODEL_VALUE
public static final java.lang.String ALFRESCO_NAMESPACE_CONTENT_MODEL_VALUE
- See Also:
- Constant Field Values
ALFRESCO_MAX_RESULT_ROWS_VALUE
public static final java.lang.String ALFRESCO_MAX_RESULT_ROWS_VALUE
- See Also:
- Constant Field Values
ALFRESCO_FULL_CM_NAMESPACE_REPLACEMENT_VALUE
public static final java.lang.String ALFRESCO_FULL_CM_NAMESPACE_REPLACEMENT_VALUE
- See Also:
- Constant Field Values
ALFRESCO_FULL_APP_NAMESPACE_REPLACEMENT_VALUE
public static final java.lang.String ALFRESCO_FULL_APP_NAMESPACE_REPLACEMENT_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SHORTEN_APP_NAMESPACE_REGEX_VALUE
public static final java.lang.String ALFRESCO_SHORTEN_APP_NAMESPACE_REGEX_VALUE
- Will be replaced by ALFRESCO_FULL_APP_NAMESPACE_REPLACEMENT_VALUE within
AlfrescoUtils#normalizePathNamespace(String).
- See Also:
- Constant Field Values
ALFRESCO_SHORTEN_CM_SPACE_REGEX_VALUE
public static final java.lang.String ALFRESCO_SHORTEN_CM_SPACE_REGEX_VALUE
- Will be replaced by ALFRESCO_FULL_CM_NAMESPACE_REPLACEMENT_VALUE within
AlfrescoUtils#normalizePathNamespace(String).
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_CURRENT_PATH_VALUE
public static final java.lang.String ALFRESCO_SPCP7_CURRENT_PATH_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_CONTENT_PATH_VALUE
public static final java.lang.String ALFRESCO_SPCP7_CONTENT_PATH_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_THUMBNAIL_STORAGE_PATH_VALUE
public static final java.lang.String ALFRESCO_SPCP7_THUMBNAIL_STORAGE_PATH_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_PREVIEW_IMAGE_URL_VALUE
public static final java.lang.String ALFRESCO_SPCP7_PREVIEW_IMAGE_URL_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_START_RETRIEVAL_PATH_VALUE
public static final java.lang.String ALFRESCO_SPCP7_START_RETRIEVAL_PATH_VALUE
- See Also:
- Constant Field Values
ALFRESCO_SPCP7_ITEMS_PER_PAGE_VALUE
public static final java.lang.String ALFRESCO_SPCP7_ITEMS_PER_PAGE_VALUE
- See Also:
- Constant Field Values
AlfrescoDefaultValues
public AlfrescoDefaultValues()
Copyright © 2008. All Rights Reserved.