|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AlfrescoDefaultProperties>
spcp7.imagegallery.impl.alfresco.utils.AlfrescoDefaultProperties
public enum AlfrescoDefaultProperties
These are the default properties of content provider alfresco.
We could also use a full Enum class with special constructors to set the
value of each default property. This is not done, because we need the default
properties as map and thus the enum"eration" would not give us any benefits.
AlfrescoContentProviderImpl.AlfrescoContentProviderImpl()| Enum Constant Summary | |
|---|---|
ALFRESCO_BASE_URL
This is the url from which the image will be loaded. |
|
ALFRESCO_FULL_APP_NAMESPACE_REPLACEMENT
If the default value is not familiar to you, leave it as it is. |
|
ALFRESCO_FULL_CM_NAMESPACE_REPLACEMENT
If the default value is not familiar to you, leave it as it is. |
|
ALFRESCO_MAX_RESULT_ROWS
If you have very big image folders you can restrict the data which will be retrieved to this amount of rows. |
|
ALFRESCO_NAMESPACE_CONTENT_MODEL
If you do not know, what this means, leave the default. |
|
ALFRESCO_PASSWORD
The password corresponding to the username. |
|
ALFRESCO_SHORTEN_APP_NAMESPACE_REGEX
For internal use only. |
|
ALFRESCO_SHORTEN_CM_NAMESPACE_REGEX
For internal use only. |
|
ALFRESCO_SPACES_STORE
The spaces store from where the content should be retrieved. |
|
ALFRESCO_USERNAME
The user name with which the image gallery should connect to Alfresco. |
|
ALFRESCO_WORKSPACE_STORE
The workspace store from where the content should be retrieved. |
|
| Method Summary | |
|---|---|
static AlfrescoDefaultProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AlfrescoDefaultProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AlfrescoDefaultProperties ALFRESCO_USERNAME
public static final AlfrescoDefaultProperties ALFRESCO_PASSWORD
public static final AlfrescoDefaultProperties ALFRESCO_WORKSPACE_STORE
public static final AlfrescoDefaultProperties ALFRESCO_SPACES_STORE
public static final AlfrescoDefaultProperties ALFRESCO_BASE_URL
public static final AlfrescoDefaultProperties ALFRESCO_NAMESPACE_CONTENT_MODEL
public static final AlfrescoDefaultProperties ALFRESCO_MAX_RESULT_ROWS
public static final AlfrescoDefaultProperties ALFRESCO_SHORTEN_APP_NAMESPACE_REGEX
public static final AlfrescoDefaultProperties ALFRESCO_SHORTEN_CM_NAMESPACE_REGEX
public static final AlfrescoDefaultProperties ALFRESCO_FULL_CM_NAMESPACE_REPLACEMENT
public static final AlfrescoDefaultProperties ALFRESCO_FULL_APP_NAMESPACE_REPLACEMENT
| Method Detail |
|---|
public static final AlfrescoDefaultProperties[] values()
for(AlfrescoDefaultProperties c : AlfrescoDefaultProperties.values())
System.out.println(c);
public static AlfrescoDefaultProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||