|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PropertyValidationException in spcp7.imagegallery.abstractionlayer.exception |
|---|
| Subclasses of PropertyValidationException in spcp7.imagegallery.abstractionlayer.exception | |
|---|---|
class |
PropertyBooleanValidationException
If property which should contain a boolean value does not contain one, this exception should be thrown. |
class |
PropertyNumberValidationException
This exception should be thrown when a property vlue which should be a number contains something that is not a number. |
| Uses of PropertyValidationException in spcp7.imagegallery.contentprovider.face |
|---|
| Methods in spcp7.imagegallery.contentprovider.face that throw PropertyValidationException | |
|---|---|
java.util.List<ContentFace> |
ContentRetrievalFace.getVolumes(java.util.Map<java.lang.String,PropertyModelFace> properties,
boolean isFolder)
With this method you can get volumes from the specified absolute path. |
java.util.List<ContentFace> |
ContentRetrievalFace.getVolumesFromTo(int lowerLimit,
int upperLimit,
java.util.Map<java.lang.String,PropertyModelFace> properties,
boolean isFolder)
With this method you can get volumes from the specified absolute path. |
void |
ContentConnectionFace.open(java.util.Map<java.lang.String,PropertyModelFace> properties)
This method must be called before content will be retrieved or submitted. |
| Uses of PropertyValidationException in spcp7.imagegallery.impl.alfresco |
|---|
| Methods in spcp7.imagegallery.impl.alfresco that throw PropertyValidationException | |
|---|---|
java.util.List<ContentFace> |
AlfrescoContentRetrievalImpl.getVolumes(java.util.Map<java.lang.String,PropertyModelFace> properties,
boolean isFolder)
Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_MAX_RESULT_ROWS,
AlfrescoDefaultProperties.ALFRESCO_SPACES_STORE and
AlfrescoDefaultProperties.ALFRESCO_WORKSPACE_STORE properties are
needed. |
java.util.List<ContentFace> |
AlfrescoContentRetrievalImpl.getVolumesFromTo(int lowerLimit,
int upperLimit,
java.util.Map<java.lang.String,PropertyModelFace> properties,
boolean isFolder)
Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_MAX_RESULT_ROWS,
AlfrescoDefaultProperties.ALFRESCO_SPACES_STORE and
AlfrescoDefaultProperties.ALFRESCO_WORKSPACE_STORE properties are
needed. |
void |
AlfrescoContentRetrievalImpl.open(java.util.Map<java.lang.String,PropertyModelFace> properties)
Additionally to the properties mentioned in the interface AlfrescoDefaultProperties.ALFRESCO_USERNAME and
AlfrescoDefaultProperties.ALFRESCO_PASSWORD properties are
needed. |
| Uses of PropertyValidationException in spcp7.imagegallery.impl.alfresco.utils |
|---|
| Methods in spcp7.imagegallery.impl.alfresco.utils that throw PropertyValidationException | |
|---|---|
void |
AlfrescoValidation.validateAlfrescoQueryProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
This method only tests if the properties are available and not if their content is valid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||