A C D E F G H I M N P R S T U V W

A

addListener(EventAware, String) - Method in interface nl.hippo.client.api.event.EventAwareManager
 

C

Cache - Interface in nl.hippo.client.api.caching
 
CachedResponse - Interface in nl.hippo.client.api.caching
 
CachedResponseImpl - Class in nl.hippo.client.api.caching
 
CachedResponseImpl(EventValidity[], Object) - Constructor for class nl.hippo.client.api.caching.CachedResponseImpl
Create a new entry for the cache.
CachedResponseImpl(EventValidity, Object) - Constructor for class nl.hippo.client.api.caching.CachedResponseImpl
Create a new entry for the cache.
CachedResponseImpl(EventValidity[], Object, Long) - Constructor for class nl.hippo.client.api.caching.CachedResponseImpl
Create a new entry for the cache.
CacheKey - Interface in nl.hippo.client.api.caching
 
CachingService - Interface in nl.hippo.client.api.service
 
clear() - Method in interface nl.hippo.client.api.caching.Cache
Clear the Store of all data it holds
clear() - Method in class nl.hippo.client.api.service.NOPCachingService
 
ClientException - Exception in nl.hippo.client.api
 
ClientException(String) - Constructor for exception nl.hippo.client.api.ClientException
 
ClientException(String, Exception) - Constructor for exception nl.hippo.client.api.ClientException
 
CollectionNotFoundException - Exception in nl.hippo.client.api
 
CollectionNotFoundException(String) - Constructor for exception nl.hippo.client.api.CollectionNotFoundException
 
CollectionNotFoundException(String, Exception) - Constructor for exception nl.hippo.client.api.CollectionNotFoundException
 
containsKey(Object) - Method in interface nl.hippo.client.api.caching.Cache
Indicates if the given key is associated to a contained object.
containsKey(Object) - Method in class nl.hippo.client.api.service.NOPCachingService
 
CREATE_TYPE - Static variable in class nl.hippo.client.api.event.NamedEvent
 
createAbsolutePath(String) - Method in interface nl.hippo.client.api.content.DocumentPath
 
createAbsolutePath(String[]) - Method in interface nl.hippo.client.api.content.DocumentPath
 
createRelativePath(String[]) - Method in interface nl.hippo.client.api.content.DocumentPath
 
createRelativePath(String) - Method in interface nl.hippo.client.api.content.DocumentPath
 

D

DAV_NAMESPACE - Static variable in class nl.hippo.client.api.content.Property
 
DELETE_TYPE - Static variable in class nl.hippo.client.api.event.NamedEvent
 
Document - Interface in nl.hippo.client.api.content
A document in the repository
DocumentCollection - Interface in nl.hippo.client.api.content
A collection of documents in the repository
DocumentMetadata - Interface in nl.hippo.client.api.content
The metadata (properties) of a document in the repository
DocumentNotFoundException - Exception in nl.hippo.client.api
 
DocumentNotFoundException(String) - Constructor for exception nl.hippo.client.api.DocumentNotFoundException
 
DocumentNotFoundException(String, Exception) - Constructor for exception nl.hippo.client.api.DocumentNotFoundException
 
DocumentPath - Interface in nl.hippo.client.api.content
Represents a path in the repository.

E

equals(Object) - Method in class nl.hippo.client.api.content.Property
 
equals(Object) - Method in interface nl.hippo.client.api.event.EventValidity
 
equals(Object) - Method in class nl.hippo.client.api.event.EventValidityImpl
 
equals(Object) - Method in class nl.hippo.client.api.event.NamedEvent
 
EventAware - Interface in nl.hippo.client.api.event
Defines the simple contract for components that need to receive notification of NamedEvents.
EventAwareCache - Interface in nl.hippo.client.api.caching
 
EventAwareManager - Interface in nl.hippo.client.api.event
 
EventValidity - Interface in nl.hippo.client.api.event
 
EventValidityImpl - Class in nl.hippo.client.api.event
 
EventValidityImpl(String) - Constructor for class nl.hippo.client.api.event.EventValidityImpl
 
executeCopy(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeCopy(DocumentPath, DocumentPath, boolean) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav COPY.
executeDelete(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeDelete(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav DELETE.
executeHead(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeHead(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Execure a webdav HEAD
Checks if the path is available in the repository

executeMkCol(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeMkCol(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav MKCOL.
executeMkCols(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeMkCols(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a recursive webdav MKCOL.
executeMove(DocumentPath, DocumentPath, boolean) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeMove(DocumentPath, DocumentPath, boolean) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav MOVE.
executePropfind(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executePropfind(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav PROPFIND.
executePropPatch(DocumentPath, Property[], Property[]) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executePropPatch(DocumentPath, Property[], Property[]) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav PROPPATCH.
executePut(DocumentPath, InputStream) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executePut(DocumentPath, InputStream) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav PUT.
executeSearch(DocumentPath, InputStream) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeSearch(DocumentPath, String) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
executeSearch(DocumentPath, InputStream) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav SEARCH.
executeSearch(DocumentPath, String) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a webdav SEARCH.

F

Facet - Interface in nl.hippo.client.api.content
 
FacetCollection - Interface in nl.hippo.client.api.content
 
FacetValue - Interface in nl.hippo.client.api.content
 
fetchCollection(DocumentPath, InputStream, boolean) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchCollection(DocumentPath, String, boolean) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchCollection(DocumentPath, InputStream, boolean) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a DASL query and (optionally) get the content of all documents in the resultset.
fetchCollection(DocumentPath, String, boolean) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a DASL query and (optionally) get the content of all documents in the resultset.
fetchContent(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchContent(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch document content, this will do a webdav GET.
fetchContentById(String) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchContentById(String) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch the content of the document with the specied documentID.
fetchDocument(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchDocument(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch document content and metadata, this will do a webdav GET and a webdav PROPFIND.
fetchDocumentById(String) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchDocumentById(String) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch the content and metadata of the document with the specied documentID.
fetchFacets(DocumentPath, InputStream) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchFacets(DocumentPath, String) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchFacets(DocumentPath, InputStream) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a (Hippo proprietary) webdav FACETS and return the result as a FacetsCollection object structure.
fetchFacets(DocumentPath, String) - Method in interface nl.hippo.client.api.service.WebdavService
Execute a (Hippo proprietary) webdav FACETS and return the result as a FacetsCollection object structure.
fetchMetadata(DocumentPath) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchMetadata(DocumentPath) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch document metadata, this will do a webdav PROPFIND.
fetchMetadataById(String) - Method in class nl.hippo.client.api.service.NOPWebdavService
 
fetchMetadataById(String) - Method in interface nl.hippo.client.api.service.WebdavService
Fetch the metadata of the document with the specied documentID.

G

get(Object) - Method in interface nl.hippo.client.api.caching.Cache
Get the object associated to the given unique key.
get(Object) - Method in class nl.hippo.client.api.service.NOPCachingService
 
getBasePath() - Method in class nl.hippo.client.api.service.NOPWebdavService
 
getBasePath() - Method in interface nl.hippo.client.api.service.WebdavService
Create a DocumentPath pointing to the root node.
getCaption() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getContent() - Method in interface nl.hippo.client.api.content.Document
Returns the content of this document.
getContentLanguage() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getContentLength() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getContentType() - Method in interface nl.hippo.client.api.caching.CachedResponse
 
getContentType() - Method in class nl.hippo.client.api.caching.CachedResponseImpl
 
getContentType() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getContextRoot() - Method in interface nl.hippo.client.api.content.DocumentPath
returns hippo.client.contextroot
getCreatedBy() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getCreationDate() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getDisplayname() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getDocumentPath() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getDocuments() - Method in interface nl.hippo.client.api.content.DocumentCollection
 
getEtag() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getEvent() - Method in interface nl.hippo.client.api.event.EventValidity
 
getEvent() - Method in class nl.hippo.client.api.event.EventValidityImpl
Returns the specific NamedEvent this validity is based on.
getEventAwareManager() - Method in class nl.hippo.client.api.service.NOPUpdateNotificationService
 
getEventAwareManager() - Method in interface nl.hippo.client.api.service.UpdateNotificationService
 
getExpires() - Method in interface nl.hippo.client.api.caching.CachedResponse
 
getExpires() - Method in class nl.hippo.client.api.caching.CachedResponseImpl
Get the configured expires.
getFacet(String) - Method in interface nl.hippo.client.api.content.FacetCollection
 
getFacets() - Method in interface nl.hippo.client.api.content.FacetCollection
 
getFilesPath() - Method in interface nl.hippo.client.api.content.DocumentPath
returns hippo.client.filespath
getFullPath() - Method in interface nl.hippo.client.api.content.DocumentPath
returns getRootPath() + getRelativePath()
getHits() - Method in interface nl.hippo.client.api.content.FacetValue
 
getId() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getIndex() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getKey() - Method in interface nl.hippo.client.api.caching.CacheKey
 
getLastModified() - Method in interface nl.hippo.client.api.caching.CachedResponse
 
getLastModified() - Method in class nl.hippo.client.api.caching.CachedResponseImpl
 
getLastmodified() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getLastModifiedBy() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getLastWorkflowUser() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getLinks() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getMetadata() - Method in interface nl.hippo.client.api.content.Document
Returns the metadata of this document.
getModificationDate() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getName() - Method in interface nl.hippo.client.api.content.Facet
 
getName() - Method in class nl.hippo.client.api.content.Property
 
getName() - Method in class nl.hippo.client.api.event.NamedEvent
 
getNamespace() - Method in interface nl.hippo.client.api.content.DocumentPath
returns hippo.client.namespace
getNamespace() - Method in class nl.hippo.client.api.event.NamedEvent
 
getNamespacePrefix() - Method in class nl.hippo.client.api.content.Property
 
getNamespaceUri() - Method in class nl.hippo.client.api.content.Property
 
getPath() - Method in interface nl.hippo.client.api.content.Document
Returns the path to this document.
getPath() - Method in class nl.hippo.client.api.event.NamedEvent
 
getProperties() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getPropertyValue(String, String) - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getPublicationDate() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getReferences() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getRelativePath() - Method in interface nl.hippo.client.api.content.DocumentPath
returns the relative documentpath
getResponse() - Method in interface nl.hippo.client.api.caching.CachedResponse
 
getResponse() - Method in class nl.hippo.client.api.caching.CachedResponseImpl
Get the cached response.
getResponseAsBytes() - Method in interface nl.hippo.client.api.content.RawResponse
 
getResponseAsDom() - Method in interface nl.hippo.client.api.content.RawResponse
 
getResponseAsPrettyPrintedString(String) - Method in interface nl.hippo.client.api.content.RawResponse
 
getResponseAsStream() - Method in interface nl.hippo.client.api.content.RawResponse
 
getResponseAsString(String) - Method in interface nl.hippo.client.api.content.RawResponse
 
getResponseCode() - Method in interface nl.hippo.client.api.content.RawResponse
Returns the Http response code (207, 404, etc.)
getRootPath() - Method in interface nl.hippo.client.api.content.DocumentPath
returns getNameSpace() + getFilesPath()
getStatisticsOverview() - Method in interface nl.hippo.client.api.caching.Cache
Returns string formatted cache statistics
getStatisticsOverview() - Method in class nl.hippo.client.api.service.NOPCachingService
 
getType() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
getType() - Method in class nl.hippo.client.api.event.NamedEvent
 
getValidityObjects() - Method in interface nl.hippo.client.api.caching.CachedResponse
 
getValidityObjects() - Method in class nl.hippo.client.api.caching.CachedResponseImpl
Get the validity objects
getValue() - Method in interface nl.hippo.client.api.content.FacetValue
 
getValue() - Method in class nl.hippo.client.api.content.Property
 
getValues() - Method in interface nl.hippo.client.api.content.Facet
 

H

hashCode() - Method in class nl.hippo.client.api.content.Property
 
hashCode() - Method in interface nl.hippo.client.api.event.EventValidity
 
hashCode() - Method in class nl.hippo.client.api.event.EventValidityImpl
 
hashCode() - Method in class nl.hippo.client.api.event.NamedEvent
 
HIPPO_NAMESPACE - Static variable in class nl.hippo.client.api.content.Property
 
HIPPO_WEBDAV_NAMESPACE - Static variable in class nl.hippo.client.api.content.Property
 

I

INVALID - Static variable in interface nl.hippo.client.api.caching.SourceValidity
 
isCollection() - Method in interface nl.hippo.client.api.content.DocumentMetadata
 
isDocumentIdEnabled() - Method in class nl.hippo.client.api.service.NOPWebdavService
 
isDocumentIdEnabled() - Method in interface nl.hippo.client.api.service.WebdavService
Returns true if the documentId feature has been enabled.
isValid() - Method in interface nl.hippo.client.api.caching.SourceValidity
Check if the component is still valid.
isValid(SourceValidity) - Method in interface nl.hippo.client.api.caching.SourceValidity
Check if the component is still valid.
isValid() - Method in interface nl.hippo.client.api.content.RawResponse
 
isValid() - Method in class nl.hippo.client.api.event.EventValidityImpl
 
isValid(SourceValidity) - Method in class nl.hippo.client.api.event.EventValidityImpl
 

M

memoryKeys() - Method in interface nl.hippo.client.api.caching.Cache
Returns the list of used keys as an Enumeration of Objects.
memoryKeys() - Method in class nl.hippo.client.api.service.NOPCachingService
 
memorySize() - Method in interface nl.hippo.client.api.caching.Cache
Returns count of the objects in the store, or -1 if could not be obtained.
memorySize() - Method in class nl.hippo.client.api.service.NOPCachingService
 

N

NamedEvent - Class in nl.hippo.client.api.event
 
NamedEvent(String) - Constructor for class nl.hippo.client.api.event.NamedEvent
 
NamedEvent(int, String, String) - Constructor for class nl.hippo.client.api.event.NamedEvent
 
nl.hippo.client.api - package nl.hippo.client.api
 
nl.hippo.client.api.caching - package nl.hippo.client.api.caching
 
nl.hippo.client.api.content - package nl.hippo.client.api.content
 
nl.hippo.client.api.event - package nl.hippo.client.api.event
 
nl.hippo.client.api.service - package nl.hippo.client.api.service
 
NOPCachingService - Class in nl.hippo.client.api.service
Convenience NOP implementation of the CachingService
NOPCachingService() - Constructor for class nl.hippo.client.api.service.NOPCachingService
 
NOPUpdateNotificationService - Class in nl.hippo.client.api.service
Convenience NOP implementation of the UpdateNotificationService
NOPUpdateNotificationService() - Constructor for class nl.hippo.client.api.service.NOPUpdateNotificationService
 
NOPWebdavService - Class in nl.hippo.client.api.service
Convenience NOP implementation of the WebdavService
NOPWebdavService() - Constructor for class nl.hippo.client.api.service.NOPWebdavService
 
notifyListeners(NamedEvent) - Method in interface nl.hippo.client.api.event.EventAwareManager
 
NULL_TYPE - Static variable in class nl.hippo.client.api.event.NamedEvent
 

P

processEvent(NamedEvent) - Method in interface nl.hippo.client.api.event.EventAware
Receive notification of an Event.
Property - Class in nl.hippo.client.api.content
 
Property(String, String, String, String) - Constructor for class nl.hippo.client.api.content.Property
 

R

RawResponse - Interface in nl.hippo.client.api.content
The raw response of a server call.
remove(Object) - Method in interface nl.hippo.client.api.caching.Cache
Remove the object associated to the given key.
remove(Object) - Method in class nl.hippo.client.api.service.NOPCachingService
 
removeListener(EventAware, String) - Method in interface nl.hippo.client.api.event.EventAwareManager
 

S

setContentType(String) - Method in class nl.hippo.client.api.caching.CachedResponseImpl
 
setExpires(Long) - Method in class nl.hippo.client.api.caching.CachedResponseImpl
Set the (newly) configured expires.
SLIDE_NAMESPACE - Static variable in class nl.hippo.client.api.content.Property
 
SourceValidity - Interface in nl.hippo.client.api.caching
 
start() - Method in class nl.hippo.client.api.service.NOPUpdateNotificationService
 
start() - Method in interface nl.hippo.client.api.service.UpdateNotificationService
 
stop() - Method in class nl.hippo.client.api.service.NOPUpdateNotificationService
 
stop() - Method in interface nl.hippo.client.api.service.UpdateNotificationService
 
store(Object, Object) - Method in interface nl.hippo.client.api.caching.Cache
Store the given object It is up to the caller to ensure that the key has a persistent state across different JVM executions.
store(Object, Object) - Method in class nl.hippo.client.api.service.NOPCachingService
 
streamResponseToSaxContentHandler(DefaultHandler) - Method in interface nl.hippo.client.api.content.RawResponse
 

T

toString() - Method in class nl.hippo.client.api.content.Property
 
toString() - Method in interface nl.hippo.client.api.event.EventValidity
 
toString() - Method in class nl.hippo.client.api.event.EventValidityImpl
 
toString() - Method in class nl.hippo.client.api.event.NamedEvent
 

U

UNKNOWN - Static variable in interface nl.hippo.client.api.caching.SourceValidity
 
UPDATE_TYPE - Static variable in class nl.hippo.client.api.event.NamedEvent
 
UpdateNotificationService - Interface in nl.hippo.client.api.service
 

V

VALID - Static variable in interface nl.hippo.client.api.caching.SourceValidity
 

W

WebdavService - Interface in nl.hippo.client.api.service
Main interface of the Webdav Client component of the Hippo Repository Java Adapter.

A C D E F G H I M N P R S T U V W

Copyright © 2006-2009 Hippo. All Rights Reserved.