Uses of Class
spcp7.imagegallery.abstractionlayer.exception.ContentCouldNotBeAccessedException

Packages that use ContentCouldNotBeAccessedException
spcp7.imagegallery.contentprovider.face   
spcp7.imagegallery.impl.alfresco   
 

Uses of ContentCouldNotBeAccessedException in spcp7.imagegallery.contentprovider.face
 

Methods in spcp7.imagegallery.contentprovider.face that throw ContentCouldNotBeAccessedException
 ContentFace ContentRetrievalFace.getParent(java.lang.String proprietaryId, java.util.Map<java.lang.String,PropertyModelFace> properties)
           
 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.
 

Uses of ContentCouldNotBeAccessedException in spcp7.imagegallery.impl.alfresco
 

Methods in spcp7.imagegallery.impl.alfresco that throw ContentCouldNotBeAccessedException
 java.lang.String AlfrescoContentRetrievalImpl.createFolder(java.lang.String name, java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method and #removeFolder(String, Map) are currently only for testing purposes.
 ContentFace AlfrescoContentRetrievalImpl.getParent(java.lang.String proprietaryId, java.util.Map<java.lang.String,PropertyModelFace> properties)
          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.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.removeFolder(java.util.Map<java.lang.String,PropertyModelFace> properties)
          This method and AlfrescoContentRetrievalImpl.createFolder(String, Map) are currently only for testing purposes.
 



Copyright © 2008. All Rights Reserved.