Uses of Class
org.silverpeas.attachment.model.SimpleDocument

Packages that use SimpleDocument
com.silverpeas.attachment.web   
com.silverpeas.form.displayers   
com.silverpeas.importExport.control   
com.silverpeas.sharing.model   
com.silverpeas.sharing.security   
com.silverpeas.web Provides the classes and interfaces from which web services can be defined and published in Silverpeas. 
com.silverpeas.web.mock   
com.stratelia.webactiv.util.publication.model   
org.silverpeas.accesscontrol   
org.silverpeas.attachment   
org.silverpeas.attachment.mock   
org.silverpeas.attachment.model   
org.silverpeas.attachment.notification   
org.silverpeas.attachment.process   
org.silverpeas.attachment.repository   
org.silverpeas.attachment.tag   
org.silverpeas.attachment.util   
org.silverpeas.attachment.web   
org.silverpeas.attachment.webdav   
org.silverpeas.attachment.webdav.impl   
org.silverpeas.importExport.versioning   
org.silverpeas.permalinks   
org.silverpeas.publication.web   
org.silverpeas.servlets   
org.silverpeas.sharing   
org.silverpeas.upload Provides an API to manage file uploads. 
org.silverpeas.viewer   
org.silverpeas.wysiwyg.control   
 

Uses of SimpleDocument in com.silverpeas.attachment.web
 

Methods in com.silverpeas.attachment.web with parameters of type SimpleDocument
static AttachmentEntity AttachmentEntity.fromAttachment(SimpleDocument detail)
           
protected  boolean AttachmentResource.isFileReadable(SimpleDocument attachment)
           
protected abstract  boolean AbstractAttachmentResource.isFileReadable(SimpleDocument attachment)
           
protected  boolean SharedAttachmentResource.isFileReadable(SimpleDocument attachment)
           
 

Uses of SimpleDocument in com.silverpeas.form.displayers
 

Methods in com.silverpeas.form.displayers that return SimpleDocument
protected  SimpleDocument AbstractFileFieldDisplayer.createSimpleDocument(String objectId, String componentId, org.apache.commons.fileupload.FileItem item, String fileName, String userId, boolean versionned)
           
 

Uses of SimpleDocument in com.silverpeas.importExport.control
 

Methods in com.silverpeas.importExport.control that return SimpleDocument
static SimpleDocument RepositoriesTypeManager.handleFileToAttach(UserDetail currentUser, String componentId, String resourceId, String oldSilverpeasId, DocumentType documentType, File file, String contentLanguage, Date creationDate, boolean hasToBeIndexed, boolean isComponentVersionActivated, boolean publicVersionRequired)
          Handles the creation or modification of an attached file on the aimed resource.
 

Uses of SimpleDocument in com.silverpeas.sharing.model
 

Methods in com.silverpeas.sharing.model that return types with arguments of type SimpleDocument
 ShareableResource<SimpleDocument> SimpleFileTicket.getResource()
           
 

Methods in com.silverpeas.sharing.model with parameters of type SimpleDocument
protected  boolean SimpleFileAccessControl.isReadable(SimpleFileTicket ticket, SimpleDocument document)
           
 

Uses of SimpleDocument in com.silverpeas.sharing.security
 

Constructors in com.silverpeas.sharing.security with parameters of type SimpleDocument
ShareableAttachment(String token, SimpleDocument accessedObject)
           
 

Uses of SimpleDocument in com.silverpeas.web
 

Methods in com.silverpeas.web with parameters of type SimpleDocument
 void UserPriviledgeValidation.validateUserAuthorizationOnAttachment(javax.servlet.http.HttpServletRequest request, UserDetail user, SimpleDocument doc)
          Validates the authorization of the specified user to access the specified attachment.
 

Uses of SimpleDocument in com.silverpeas.web.mock
 

Methods in com.silverpeas.web.mock with parameters of type SimpleDocument
 boolean SimpleDocumentAccessControllerMock.isUserAuthorized(String userId, SimpleDocument object, AccessControlContext context)
           
 

Uses of SimpleDocument in com.stratelia.webactiv.util.publication.model
 

Methods in com.stratelia.webactiv.util.publication.model that return types with arguments of type SimpleDocument
 Collection<SimpleDocument> PublicationDetail.getAttachments()
           
 

Uses of SimpleDocument in org.silverpeas.accesscontrol
 

Methods in org.silverpeas.accesscontrol with parameters of type SimpleDocument
 boolean SimpleDocumentAccessController.isUserAuthorized(String userId, SimpleDocument object, AccessControlContext context)
           
 

Uses of SimpleDocument in org.silverpeas.attachment
 

Methods in org.silverpeas.attachment that return SimpleDocument
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
           
 SimpleDocument AttachmentService.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
          Find documents with the same name attached to the specified foreign id.
 SimpleDocument SimpleDocumentService.searchDocumentById(SimpleDocumentPK primaryKey, String lang)
           
 SimpleDocument AttachmentService.searchDocumentById(SimpleDocumentPK primaryKey, String lang)
          Search the document.
 

Methods in org.silverpeas.attachment that return types with arguments of type SimpleDocument
 SimpleDocumentList<SimpleDocument> SimpleDocumentService.listAllDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
           
 SimpleDocumentList<SimpleDocument> AttachmentService.listAllDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
          Search all documents (files, xmlform content, wysiwyg) attached to a foreign object.
 SimpleDocumentList<SimpleDocument> SimpleDocumentService.listDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
           
 SimpleDocumentList<SimpleDocument> AttachmentService.listDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
          Search all files attached to a foreign object.
 SimpleDocumentList<SimpleDocument> SimpleDocumentService.listDocumentsByForeignKeyAndType(WAPrimaryKey foreignKey, DocumentType type, String lang)
           
 SimpleDocumentList<SimpleDocument> AttachmentService.listDocumentsByForeignKeyAndType(WAPrimaryKey foreignKey, DocumentType type, String lang)
          Search all file attached to a foreign object.
 List<SimpleDocument> SimpleDocumentService.listDocumentsLockedByUser(String usedId, String language)
           
 List<SimpleDocument> AttachmentService.listDocumentsLockedByUser(String usedId, String language)
          Search all the documents locked by a specific user.
 List<SimpleDocument> SimpleDocumentService.listDocumentsRequiringWarning(Date alertDate, String language)
           
 List<SimpleDocument> AttachmentService.listDocumentsRequiringWarning(Date alertDate, String language)
          Search all the documents in an instance which are locked at the alert date.
 List<SimpleDocument> SimpleDocumentService.listDocumentsToUnlock(Date expiryDate, String language)
           
 List<SimpleDocument> AttachmentService.listDocumentsToUnlock(Date expiryDate, String language)
          Search all the documents in an instance requiring to be unlocked at the specified date.
 List<SimpleDocument> SimpleDocumentService.listExpiringDocuments(Date expiryDate, String language)
           
 List<SimpleDocument> AttachmentService.listExpiringDocuments(Date alertDate, String language)
          Search all the documents in an instance which require an alert at the specified date.
 

Methods in org.silverpeas.attachment with parameters of type SimpleDocument
 SimpleDocumentPK SimpleDocumentService.cloneDocument(SimpleDocument original, String foreignCloneId)
          Clone the attachment.
 SimpleDocumentPK AttachmentService.cloneDocument(SimpleDocument original, String foreignCloneId)
          Clone the document to a cloned container.
 SimpleDocumentPK SimpleDocumentService.copyDocument(SimpleDocument original, ForeignPK targetPk)
          Clone the attachment.
 SimpleDocumentPK AttachmentService.copyDocument(SimpleDocument original, ForeignPK targetPk)
          Copies the attachment.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 void SimpleDocumentService.createIndex(SimpleDocument document)
           
 void AttachmentService.createIndex(SimpleDocument document)
           
 void SimpleDocumentService.createIndex(SimpleDocument document, Date startOfVisibility, Date endOfVisibility)
           
 void AttachmentService.createIndex(SimpleDocument document, Date startOfVisibilityPeriod, Date endOfVisibilityPeriod)
           
 void SimpleDocumentService.deleteAttachment(SimpleDocument document)
          Delete a given attachment.
 void AttachmentService.deleteAttachment(SimpleDocument document)
          Delete a given attachment.
 void SimpleDocumentService.deleteAttachment(SimpleDocument document, boolean invokeCallback)
          Delete a given attachment.
 void AttachmentService.deleteAttachment(SimpleDocument document, boolean invokeCallback)
          Delete a given attachment.
 void SimpleDocumentService.deleteIndex(SimpleDocument document)
           
 void AttachmentService.deleteIndex(SimpleDocument document)
           
 SimpleDocumentPK SimpleDocumentService.moveDocument(SimpleDocument document, ForeignPK destination)
           
 SimpleDocumentPK AttachmentService.moveDocument(SimpleDocument document, ForeignPK destination)
          Moves the attachment.
 void ActifyDocumentProcessor.process(SimpleDocument document)
          Processes the specified CAD document by placing it in the location expected by Actify.
 void SimpleDocumentService.removeContent(SimpleDocument document, String lang, boolean invokeCallback)
           
 void AttachmentService.removeContent(SimpleDocument document, String lang, boolean invokeCallback)
          To remove the content of the document in the specified language.
 void SimpleDocumentService.updateAttachment(SimpleDocument document, boolean indexIt, boolean invokeCallback)
           
 void AttachmentService.updateAttachment(SimpleDocument document, boolean indexIt, boolean invokeCallback)
          To update the document : status, metadata but not its content.
 void SimpleDocumentService.updateAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 void AttachmentService.updateAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
          To update a document content by updating or adding some content.
 void SimpleDocumentService.updateAttachment(SimpleDocument document, InputStream in, boolean indexIt, boolean invokeCallback)
           
 void AttachmentService.updateAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          To update a document content by updating or adding some content.
 

Method parameters in org.silverpeas.attachment with type arguments of type SimpleDocument
 void SimpleDocumentService.reorderDocuments(List<SimpleDocument> documents)
          Reorder the attachments according to the order in the list.
 void AttachmentService.reorderDocuments(List<SimpleDocument> documents)
          Reorder the attachments according to the order in the list.
 

Uses of SimpleDocument in org.silverpeas.attachment.mock
 

Methods in org.silverpeas.attachment.mock that return SimpleDocument
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content, boolean indexIt)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument SimpleDocumentServiceWrapper.findExistingDocument(SimpleDocumentPK pk, String fileName, ForeignPK foreign, String lang)
           
 SimpleDocument SimpleDocumentServiceWrapper.searchDocumentById(SimpleDocumentPK primaryKey, String lang)
           
 

Methods in org.silverpeas.attachment.mock that return types with arguments of type SimpleDocument
 SimpleDocumentList<SimpleDocument> SimpleDocumentServiceWrapper.listAllDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
           
 SimpleDocumentList<SimpleDocument> SimpleDocumentServiceWrapper.listDocumentsByForeignKey(WAPrimaryKey foreignKey, String lang)
           
 SimpleDocumentList<SimpleDocument> SimpleDocumentServiceWrapper.listDocumentsByForeignKeyAndType(WAPrimaryKey foreignKey, DocumentType type, String lang)
           
 List<SimpleDocument> SimpleDocumentServiceWrapper.listDocumentsLockedByUser(String usedId, String language)
           
 List<SimpleDocument> SimpleDocumentServiceWrapper.listDocumentsRequiringWarning(Date alertDate, String language)
           
 List<SimpleDocument> SimpleDocumentServiceWrapper.listDocumentsToUnlock(Date expiryDate, String language)
           
 List<SimpleDocument> SimpleDocumentServiceWrapper.listExpiringDocuments(Date alertDate, String language)
           
 

Methods in org.silverpeas.attachment.mock with parameters of type SimpleDocument
 SimpleDocumentPK SimpleDocumentServiceWrapper.cloneDocument(SimpleDocument original, String foreignCloneId)
           
 SimpleDocumentPK SimpleDocumentServiceWrapper.copyDocument(SimpleDocument original, ForeignPK targetPk)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content, boolean indexIt)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
           
 SimpleDocument SimpleDocumentServiceWrapper.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
           
 void SimpleDocumentServiceWrapper.createIndex(SimpleDocument document)
           
 void SimpleDocumentServiceWrapper.createIndex(SimpleDocument document, Date startOfVisibilityPeriod, Date endOfVisibilityPeriod)
           
 void SimpleDocumentServiceWrapper.deleteAttachment(SimpleDocument document)
           
 void SimpleDocumentServiceWrapper.deleteAttachment(SimpleDocument document, boolean invokeCallback)
           
 void SimpleDocumentServiceWrapper.deleteIndex(SimpleDocument document)
           
 SimpleDocumentPK SimpleDocumentServiceWrapper.moveDocument(SimpleDocument document, ForeignPK destination)
           
 void SimpleDocumentServiceWrapper.removeContent(SimpleDocument document, String lang, boolean invokeCallback)
           
 void SimpleDocumentServiceWrapper.updateAttachment(SimpleDocument document, boolean indexIt, boolean invokeCallback)
           
 void SimpleDocumentServiceWrapper.updateAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 void SimpleDocumentServiceWrapper.updateAttachment(SimpleDocument document, InputStream in, boolean indexIt, boolean invokeCallback)
           
 

Method parameters in org.silverpeas.attachment.mock with type arguments of type SimpleDocument
 void SimpleDocumentServiceWrapper.reorderDocuments(List<SimpleDocument> documents)
           
 

Uses of SimpleDocument in org.silverpeas.attachment.model
 

Subclasses of SimpleDocument in org.silverpeas.attachment.model
 class HistorisedDocument
          This class represents a document that is versioned.
 class HistorisedDocumentVersion
          This class permits to get an historised document behaviour not from the master version but from a frozen version of the document.
 class SimpleDocumentVersion
          This class represents one version in the history of a versioned simple document.
 

Methods in org.silverpeas.attachment.model that return SimpleDocument
 SimpleDocument SimpleDocument.getLastPublicVersion()
          Returns the more recent public version of this document - null if none exists.
 SimpleDocument SimpleDocumentVersion.getLastPublicVersion()
           
 SimpleDocument HistorisedDocument.getLastPublicVersion()
          Returns the more recent public version of this document - null if none exists.
 SimpleDocument SimpleDocument.getVersionMaster()
          Returns the master of versioned document.
 

Methods in org.silverpeas.attachment.model that return types with arguments of type SimpleDocument
 List<SimpleDocument> HistorisedDocument.getPublicVersions()
           
 

Methods in org.silverpeas.attachment.model with parameters of type SimpleDocument
 void SimpleDocument.setVersionMaster(SimpleDocument versionMaster)
           
 void SimpleDocumentVersion.setVersionMaster(SimpleDocument versionMaster)
           
 

Constructors in org.silverpeas.attachment.model with parameters of type SimpleDocument
HistorisedDocument(SimpleDocument doc)
           
SimpleDocument(SimpleDocument simpleDocument)
           
SimpleDocumentVersion(SimpleDocument documentVersion, HistorisedDocument masterVersion)
          The default constructor of a simple document version.
 

Uses of SimpleDocument in org.silverpeas.attachment.notification
 

Methods in org.silverpeas.attachment.notification with parameters of type SimpleDocument
 void AttachmentNotificationService.notifyOnDeletionOf(SimpleDocument attachment)
          Notifies the registered beans a given node (with and its children) comes to be deleted.
 

Constructors in org.silverpeas.attachment.notification with parameters of type SimpleDocument
AttachmentDeletionNotification(SimpleDocument attachment)
           
AttachmentRef(SimpleDocument document)
           
 

Uses of SimpleDocument in org.silverpeas.attachment.process
 

Constructors in org.silverpeas.attachment.process with parameters of type SimpleDocument
SimpleDocumentDummyHandledFile(SimpleDocument document)
          Default constructor.
SimpleDocumentDummyHandledFile(SimpleDocument document, boolean deleted)
          Default constructor.
SimpleDocumentDummyHandledFile(SimpleDocument document, WAPrimaryKey targetPK)
          Default constructor.
SimpleDocumentSimulationElement(SimpleDocument element)
          Default constructor.
 

Uses of SimpleDocument in org.silverpeas.attachment.repository
 

Methods in org.silverpeas.attachment.repository that return SimpleDocument
 SimpleDocument DocumentRepository.findDocumentById(javax.jcr.Session session, SimpleDocumentPK documentPk, String lang)
           
 SimpleDocument DocumentRepository.findDocumentByOldSilverpeasId(javax.jcr.Session session, String instanceId, long oldSilverpeasId, boolean versioned, String lang)
           
 SimpleDocument DocumentRepository.findLast(javax.jcr.Session session, String instanceId, String foreignId)
          The last document in an instance with the specified foreignId.
 SimpleDocument DocumentRepository.unlock(javax.jcr.Session session, SimpleDocument document, boolean restore)
          Unlock a document if it is versionned to create a new version or to restore a previous one.
 SimpleDocument DocumentRepository.unlockFromContentDeletion(javax.jcr.Session session, SimpleDocument document)
          Unlock a document if it is versionned from a context into which a language content has just been deleted.
 

Methods in org.silverpeas.attachment.repository that return types with arguments of type SimpleDocument
 List<SimpleDocument> DocumentRepository.listAllDocumentsByComponentId(javax.jcr.Session session, String instanceId, String language)
          Search all the documents related to the component instance identified by the specified identifier.
 SimpleDocumentList<SimpleDocument> DocumentRepository.listAllDocumentsByForeignId(javax.jcr.Session session, String instanceId, String foreignId, String language)
          Search all the documents of any type in an instance with the specified foreignId.
 List<SimpleDocument> DocumentRepository.listComponentDocumentsByOwner(javax.jcr.Session session, String instanceId, String owner, String language)
          Search all the documents in an instance with the specified owner.
 List<SimpleDocument> DocumentRepository.listDocumentsByComponentIdAndType(javax.jcr.Session session, String instanceId, DocumentType type, String language)
          Search all the documents in an instance with the specified type.
 SimpleDocumentList<SimpleDocument> DocumentRepository.listDocumentsByForeignId(javax.jcr.Session session, String instanceId, String foreignId, String language)
          Search all the documents of type attachment in an instance with the specified foreignId.
 SimpleDocumentList<SimpleDocument> DocumentRepository.listDocumentsByForeignIdAndType(javax.jcr.Session session, String instanceId, String foreignId, DocumentType type, String language)
          Search all the documents in an instance with the specified foreignId.
 List<SimpleDocument> DocumentRepository.listDocumentsLockedByUser(javax.jcr.Session session, String usedId, String language)
           
 List<SimpleDocument> DocumentRepository.listDocumentsRequiringWarning(javax.jcr.Session session, Date alertDate, String language)
          Search all the documents in an instance which are locked at the alert date.
 List<SimpleDocument> DocumentRepository.listDocumentsToUnlock(javax.jcr.Session session, Date expiryDate, String language)
          Search all the documents in an instance requiring to be unlocked at the specified date.
 List<SimpleDocument> DocumentRepository.listExpiringDocuments(javax.jcr.Session session, Date expiryDate, String language)
          Search all the documents in an instance which are expiring at the specified date.
 

Methods in org.silverpeas.attachment.repository with parameters of type SimpleDocument
 SimpleDocumentPK DocumentRepository.copyDocument(javax.jcr.Session session, SimpleDocument document, WAPrimaryKey destination)
          Copy the document to another attached object.
 void DocumentRepository.copyFullContent(SimpleDocument origin, SimpleDocument copy)
           
 void DocumentRepository.copyMultilangContent(SimpleDocument origin, SimpleDocument copy)
           
 SimpleDocumentPK DocumentRepository.createDocument(javax.jcr.Session session, SimpleDocument document)
          Create file attached to an object who is identified by "PK" SimpleDocument object contains an attribute who identifie the link by a foreign key.
 void DocumentRepository.duplicateContent(SimpleDocument origin, SimpleDocument document)
           
 void DocumentRepository.fillNodeName(javax.jcr.Session session, SimpleDocument document)
           
 boolean DocumentRepository.lock(javax.jcr.Session session, SimpleDocument document, String owner)
          Lock a document if it is versionned to create a new work in progress version.
 void DocumentRepository.mergeAttachment(javax.jcr.Session session, SimpleDocument attachment, SimpleDocument clone)
           
 SimpleDocumentPK DocumentRepository.moveDocument(javax.jcr.Session session, SimpleDocument document, WAPrimaryKey destination)
          Move the document to another attached object.
 void DocumentRepository.moveFullContent(SimpleDocument origin, SimpleDocument copy)
           
 void DocumentRepository.moveMultilangContent(SimpleDocument origin, SimpleDocument copy)
           
 void DocumentRepository.saveForbiddenDownloadForRoles(javax.jcr.Session session, SimpleDocument document)
          Save the optional slv:forbiddenDownloadForRoles simple document property (MIXIN).
 void DocumentRepository.setClone(javax.jcr.Session session, SimpleDocument original, SimpleDocument clone)
          Add the document's clone id to the document even if it is locked.
 void DocumentRepository.setOrder(javax.jcr.Session session, SimpleDocument document)
          Update the document order.
 long DocumentRepository.storeContent(SimpleDocument document, InputStream in)
           
 long DocumentRepository.storeContent(SimpleDocument document, InputStream in, boolean update)
           
 SimpleDocument DocumentRepository.unlock(javax.jcr.Session session, SimpleDocument document, boolean restore)
          Unlock a document if it is versionned to create a new version or to restore a previous one.
 SimpleDocument DocumentRepository.unlockFromContentDeletion(javax.jcr.Session session, SimpleDocument document)
          Unlock a document if it is versionned from a context into which a language content has just been deleted.
 void DocumentRepository.updateDocument(javax.jcr.Session session, SimpleDocument document, boolean updateLastModifiedData)
          Create file attached to an object who is identified by "PK" SimpleDocument object contains an attribute who identifie the link by a foreign key.
 

Method parameters in org.silverpeas.attachment.repository with type arguments of type SimpleDocument
static void HistoryDocumentSorter.sortHistory(List<SimpleDocument> docs)
           
 

Uses of SimpleDocument in org.silverpeas.attachment.tag
 

Methods in org.silverpeas.attachment.tag with parameters of type SimpleDocument
 void SimpleDocumentContextualMenu.setAttachment(SimpleDocument attachment)
           
 

Uses of SimpleDocument in org.silverpeas.attachment.util
 

Classes in org.silverpeas.attachment.util with type parameters of type SimpleDocument
 class SimpleDocumentList<SIMPLE_DOCUMENT extends SimpleDocument>
          This list provides some additional useful behaviors around simple documents.
 

Uses of SimpleDocument in org.silverpeas.attachment.web
 

Methods in org.silverpeas.attachment.web that return SimpleDocument
 SimpleDocument VersioningSessionController.getDocument(SimpleDocumentPK documentPK)
          to get document from DB
 

Methods in org.silverpeas.attachment.web that return types with arguments of type SimpleDocument
 List<SimpleDocument> VersioningSessionController.getDocumentVersions(SimpleDocumentPK documentPK)
          To get all versions of document.
 List<SimpleDocument> VersioningSessionController.getPublicDocumentVersions(SimpleDocumentPK documentPK)
          To get only public versions of document (according to the content language).
 

Methods in org.silverpeas.attachment.web with parameters of type SimpleDocument
static SimpleDocumentEntity SimpleDocumentEntity.fromAttachment(SimpleDocument document)
           
 boolean VersioningSessionController.isReader(SimpleDocument document, String userId)
           
 boolean VersioningSessionController.isWriter(SimpleDocument document, String userId)
           
 void VersioningSessionController.setEditingDocument(SimpleDocument document)
          Store in controller the current edited document.
 

Uses of SimpleDocument in org.silverpeas.attachment.webdav
 

Methods in org.silverpeas.attachment.webdav with parameters of type SimpleDocument
 void WebdavRepository.createAttachmentNode(javax.jcr.Session session, SimpleDocument attachment)
          Create a new node for the specified attachment so that the file may be accessed through webdav.
 void WebdavRepository.deleteAttachmentContentNode(javax.jcr.Session session, SimpleDocument attachment, String language)
          Delete the node associated to the specified language content attachment.
 void WebdavRepository.deleteAttachmentNode(javax.jcr.Session session, SimpleDocument attachment)
          Delete the node associated to the specified attachment.
 String WebdavRepository.getContentEditionLanguage(javax.jcr.Session session, SimpleDocument attachment)
          Gets the current content edition language of the specified attachment.
 String WebdavService.getContentEditionLanguage(SimpleDocument document)
          Gets the current content edition language of the specified attachment.
 long WebdavRepository.getContentEditionSize(javax.jcr.Session session, SimpleDocument attachment)
          Gets the current content edition size of the specified attachment.
 long WebdavService.getContentEditionSize(SimpleDocument document)
          Gets the current content edition size of the specified attachment.
 boolean WebdavRepository.isNodeLocked(javax.jcr.Session session, SimpleDocument attachment)
          Indicate if the node for the specified attachment is currently locked (for example by Office in the case of a webdav online edition).
 void WebdavRepository.moveNodeAttachment(javax.jcr.Session session, SimpleDocument attachment, String targetComponentInstanceId)
          Move the specified attachment to the specified component instance id.
 void WebdavRepository.updateAttachmentBinaryContent(javax.jcr.Session session, SimpleDocument attachment)
          Update the file content of the specified attachment without modifying its metadata.
 void WebdavService.updateDocumentContent(SimpleDocument document)
          Update the document content language with the data from the associated webdav node.
 void WebdavRepository.updateNodeAttachment(javax.jcr.Session session, SimpleDocument attachment)
          Update the node using the SimpleDocument.
 

Uses of SimpleDocument in org.silverpeas.attachment.webdav.impl
 

Methods in org.silverpeas.attachment.webdav.impl with parameters of type SimpleDocument
protected  javax.jcr.Node WebdavDocumentRepository.addFile(javax.jcr.Node folder, SimpleDocument attachment)
          Add a file node into the repository
 void WebdavDocumentRepository.createAttachmentNode(javax.jcr.Session session, SimpleDocument attachment)
           
 void WebdavDocumentRepository.deleteAttachmentContentNode(javax.jcr.Session session, SimpleDocument attachment, String language)
           
 void WebdavDocumentRepository.deleteAttachmentNode(javax.jcr.Session session, SimpleDocument attachment)
           
 String WebdavDocumentRepository.getContentEditionLanguage(javax.jcr.Session session, SimpleDocument attachment)
           
 String WebDavDocumentService.getContentEditionLanguage(SimpleDocument document)
           
 long WebdavDocumentRepository.getContentEditionSize(javax.jcr.Session session, SimpleDocument attachment)
           
 long WebDavDocumentService.getContentEditionSize(SimpleDocument document)
           
protected  javax.jcr.Node WebdavDocumentRepository.getDocumentContentLanguageNode(javax.jcr.Session session, SimpleDocument attachment, String language)
          Gets the webdav document content language node from the specified attachment.
protected  javax.jcr.Node WebdavDocumentRepository.getDocumentIdentifierNode(javax.jcr.Session session, SimpleDocument attachment)
          Gets the webdav document identifier node from the specified attachment.
 boolean WebdavDocumentRepository.isNodeLocked(javax.jcr.Session session, SimpleDocument attachment)
           
 void WebdavDocumentRepository.moveNodeAttachment(javax.jcr.Session session, SimpleDocument attachment, String targetComponentInstanceId)
           
 void WebdavDocumentRepository.updateAttachmentBinaryContent(javax.jcr.Session session, SimpleDocument attachment)
           
 void WebDavDocumentService.updateDocumentContent(SimpleDocument document)
           
 void WebdavDocumentRepository.updateNodeAttachment(javax.jcr.Session session, SimpleDocument attachment)
           
 

Uses of SimpleDocument in org.silverpeas.importExport.versioning
 

Methods in org.silverpeas.importExport.versioning that return SimpleDocument
protected  SimpleDocument VersioningImportExport.addVersion(DocumentVersion version, SimpleDocument existingDocument, int userId, boolean indexIt)
           
 

Methods in org.silverpeas.importExport.versioning that return types with arguments of type SimpleDocument
 List<SimpleDocument> VersioningImportExport.importDocuments(ForeignPK objectPK, List<Document> documents, int userId, boolean indexIt)
           
 

Methods in org.silverpeas.importExport.versioning with parameters of type SimpleDocument
protected  SimpleDocument VersioningImportExport.addVersion(DocumentVersion version, SimpleDocument existingDocument, int userId, boolean indexIt)
           
 

Uses of SimpleDocument in org.silverpeas.permalinks
 

Methods in org.silverpeas.permalinks that return SimpleDocument
 SimpleDocument PermalinkCompatibilityService.findDocumentVersionByOldId(int oldId)
           
 SimpleDocument PermalinkCompatibilityService.findVersionnedDocumentByOldId(int oldId)
           
 

Uses of SimpleDocument in org.silverpeas.publication.web
 

Method parameters in org.silverpeas.publication.web with type arguments of type SimpleDocument
 PublicationEntity PublicationEntity.withAttachments(Collection<SimpleDocument> attachmentDetails)
           
 

Uses of SimpleDocument in org.silverpeas.servlets
 

Methods in org.silverpeas.servlets with parameters of type SimpleDocument
 String GoToDocument.redirectToFile(SimpleDocument version, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 

Uses of SimpleDocument in org.silverpeas.sharing
 

Methods in org.silverpeas.sharing with parameters of type SimpleDocument
 URI SharingContext.getSharedUriOf(SimpleDocument attachment)
          Gets the shared URI of the given attachments according to the sharing context.
 

Uses of SimpleDocument in org.silverpeas.upload
 

Methods in org.silverpeas.upload that return SimpleDocument
 SimpleDocument UploadedFile.retrieveSimpleDocument(WAPrimaryKey resourcePk, String contributionLanguage)
          Retrieve the SimpleDocument in relation with uploaded file.
 

Uses of SimpleDocument in org.silverpeas.viewer
 

Methods in org.silverpeas.viewer with parameters of type SimpleDocument
static ViewerContext ViewerContext.from(SimpleDocument document)
          Initializes a context from an instance of SimpleDocument.
 

Uses of SimpleDocument in org.silverpeas.wysiwyg.control
 

Methods in org.silverpeas.wysiwyg.control that return types with arguments of type SimpleDocument
 List<SimpleDocument> WysiwygManager.getImages(String id, String componentId)
          Turn over all the images attached according to the parameters id, componentId.
static List<SimpleDocument> WysiwygController.getImages(String id, String componentId)
          Turn over all the images attached according to the parameters id, componentId.
 



Copyright © 2016 Silverpeas. All Rights Reserved.