spcp7.imagegallery.impl.alfresco.utils
Class AlfrescoValidation

java.lang.Object
  extended by spcp7.imagegallery.impl.alfresco.utils.AlfrescoValidation

public class AlfrescoValidation
extends java.lang.Object

This class provides Alfresco specific validation functions.

Author:
Phillip Merensky

Constructor Summary
AlfrescoValidation()
           
 
Method Summary
 void 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlfrescoValidation

public AlfrescoValidation()
Method Detail

validateAlfrescoQueryProperties

public void validateAlfrescoQueryProperties(java.util.Map<java.lang.String,PropertyModelFace> properties)
                                     throws PropertyValidationException
This method only tests if the properties are available and not if their content is valid. If the content is not valid an excpetion will be thrown within AlfrescoContentRetrievalImpl.

Parameters:
properties - the properties which should be validated
Throws:
PropertyValidationException - If a property could not be validated


Copyright © 2008. All Rights Reserved.