Uses of Class
se.conciliate.extensions.documentservice.exception.DocumentServiceException
Packages that use DocumentServiceException
Package
Description
Provides the means for connecting to document services and content management
systems.
This package contains exception classes used by document services.
-
Uses of DocumentServiceException in se.conciliate.extensions.documentservice
Methods in se.conciliate.extensions.documentservice that throw DocumentServiceExceptionModifier and TypeMethodDescriptionDocumentService.createHierarchy()
Deprecated.Creates a new DocumentHierarchy from this DocumentServices source.DocumentService.createHierarchy
(UUID uuid) Deprecated.Returns a new DocumentHierarchy with the root set to the DocumentHierarchy with UUID equal touuid
.Deprecated.Finds a certain document in this hierarchy.DocumentHierarchy.getChildHierarchies()
Deprecated.Returns all child hierarhies.Document.getCreated()
Deprecated.Returns when the document was most recently validated/changed or when the document was created.DocumentHierarchy.getDocuments()
Deprecated.Returns all documents directly contained in this hierarchy.Document.getIcon()
Deprecated.Returns an icon for this document.DocumentHierarchy.getIcon()
Deprecated.Returns an icon that corresponds to this hierarchy.Document.getLocation()
Deprecated.This method should NOT be expected to always give a web adresses.DocumentHierarchy.getLocation()
Deprecated.Returns a URI describing how to get to this hierarchy.Document.getName()
Deprecated.Returns the name of the document.DocumentHierarchy.getName()
Deprecated.Returns the name (should be displayable) of this hierarchy.DocumentHierarchy.getPersistableID()
Deprecated.Returns a UUID that can be used to persist this hierarchy toghether with other hierarchies that might have the same name.DocumentHierarchy.getRoot()
Deprecated.Returns the root of this hierarchy or 'this' if this is the root.Document.getUniqueID()
Deprecated.This method returns a unique id as a UUID.boolean
DocumentHierarchy.hasChildHierarchies()
Deprecated.Returns true if this hierarchy has child hierarchies, false otherwise.boolean
DocumentHierarchy.hasDocuments()
Deprecated.Returns true if this hierarchy has documents directly contained in it, false otherwise.boolean
Document.isNew()
Deprecated.Returns true if this document is new in some arbitrary, by the implementation decided way.boolean
DocumentHierarchy.isRoot()
Deprecated.Returns true if this is the root of the hierarchy. -
Uses of DocumentServiceException in se.conciliate.extensions.documentservice.exception