Skip navigation links
jBPM :: Document Service 7.11.0.Final-redhat-00003
A B C D G L M O P R S T U W 

A

AbstractDocumentMarshallingStrategy - Class in org.jbpm.document.marshalling
Marshalling strategy definition to Marshal Document.
AbstractDocumentMarshallingStrategy() - Constructor for class org.jbpm.document.marshalling.AbstractDocumentMarshallingStrategy
 
accept(Object) - Method in class org.jbpm.document.marshalling.AbstractDocumentMarshallingStrategy
 
accept(Object) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 
addAttribute(String, String) - Method in interface org.jbpm.document.Document
 
addAttribute(String, String) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
addDocument(Document) - Method in class org.jbpm.document.Documents
 

B

buildDocument(String, long, Date, Map<String, String>) - Method in class org.jbpm.document.marshalling.AbstractDocumentMarshallingStrategy
Creates a valid Document instance with the data received.
buildDocument(String, long, Date, Map<String, String>) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
buildDocument(String, long, Date, Map<String, String>) - Method in interface org.jbpm.document.service.DocumentStorageService
Generates a Document instance.
buildDocument(String, long, Date, Map<String, String>) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 

C

createContext() - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
createContext() - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 

D

deleteDocument(String) - Method in interface org.jbpm.document.service.DocumentStorageService
Deletes the File identified by the given id
deleteDocument(Document) - Method in interface org.jbpm.document.service.DocumentStorageService
Deletes the File identified by the given id
deleteDocument(String) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
deleteDocument(Document) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
deleteFile(File) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
Document - Interface in org.jbpm.document
 
DOCUMENT_DATE_PATTERN - Static variable in interface org.jbpm.document.Document
 
DOCUMENT_ID_TOKEN - Static variable in class org.jbpm.document.service.impl.util.DocumentDownloadLinkGenerator
 
DocumentDownloadLinkGenerator - Class in org.jbpm.document.service.impl.util
 
DocumentDownloadLinkGenerator() - Constructor for class org.jbpm.document.service.impl.util.DocumentDownloadLinkGenerator
 
DocumentImpl - Class in org.jbpm.document.service.impl
 
DocumentImpl() - Constructor for class org.jbpm.document.service.impl.DocumentImpl
 
DocumentImpl(String, String, long, Date) - Constructor for class org.jbpm.document.service.impl.DocumentImpl
 
DocumentImpl(String, long, Date) - Constructor for class org.jbpm.document.service.impl.DocumentImpl
 
DocumentImpl(String, String, long, Date, String) - Constructor for class org.jbpm.document.service.impl.DocumentImpl
 
DocumentMarshallingStrategy - Class in org.jbpm.document.marshalling
 
DocumentMarshallingStrategy() - Constructor for class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
DocumentMarshallingStrategy(String) - Constructor for class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
DocumentMarshallingStrategy(DocumentStorageService) - Constructor for class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
Documents - Class in org.jbpm.document
A collection of Documents.
Documents() - Constructor for class org.jbpm.document.Documents
 
Documents(List<Document>) - Constructor for class org.jbpm.document.Documents
 
DocumentsMarshallingStrategy - Class in org.jbpm.document.marshalling
ObjectMarshallingStrategy for a collection (List) of Documents.
DocumentsMarshallingStrategy(DocumentMarshallingStrategy) - Constructor for class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 
DocumentStorageService - Interface in org.jbpm.document.service
Simple storage service definition
DocumentStorageServiceImpl - Class in org.jbpm.document.service.impl
This a Sample Implementation of the DocumentStorageService saves the uploaded files on the File System on a folder (by default /docs) and return the complete path to the file that will be stored in the form field property.
DocumentStorageServiceImpl(String) - Constructor for class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
DocumentStorageServiceImpl() - Constructor for class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
DocumentStorageServiceProvider - Class in org.jbpm.document.service
Responsible for discovery and delivery of DocumentStorageServiceProvider implementations.

G

generateDownloadLink(String, String) - Static method in class org.jbpm.document.service.impl.util.DocumentDownloadLinkGenerator
 
generateUniquePath() - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
Generates a random path to store the file to avoid overwritting files with the same name
get() - Static method in class org.jbpm.document.service.DocumentStorageServiceProvider
 
getAttribute(String) - Method in interface org.jbpm.document.Document
 
getAttribute(String) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getAttributes() - Method in interface org.jbpm.document.Document
 
getAttributes() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getContent() - Method in interface org.jbpm.document.Document
 
getContent() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getDocument(String) - Method in interface org.jbpm.document.service.DocumentStorageService
Method to obtain a File for the given storage id
getDocument(String) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
getDocumentContent(Document) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
getDocuments() - Method in class org.jbpm.document.Documents
 
getFileByPath(String) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
getIdentifier() - Method in interface org.jbpm.document.Document
 
getIdentifier() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getLastModified() - Method in interface org.jbpm.document.Document
 
getLastModified() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getLink() - Method in interface org.jbpm.document.Document
 
getLink() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getName() - Method in interface org.jbpm.document.Document
 
getName() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getSize() - Method in interface org.jbpm.document.Document
 
getSize() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
getStorageService() - Method in class org.jbpm.document.service.DocumentStorageServiceProvider
 

L

listDocuments(Integer, Integer) - Method in interface org.jbpm.document.service.DocumentStorageService
Lists available document with paging support.
listDocuments(Integer, Integer) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
load() - Method in class org.jbpm.document.service.impl.DocumentImpl
 
loadContent(String) - Method in interface org.jbpm.document.service.DocumentStorageService
Loads document content
loadContent(String) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 

M

marshal(ObjectMarshallingStrategy.Context, ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
marshal(ObjectMarshallingStrategy.Context, ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 

O

org.jbpm.document - package org.jbpm.document
 
org.jbpm.document.marshalling - package org.jbpm.document.marshalling
 
org.jbpm.document.service - package org.jbpm.document.service
 
org.jbpm.document.service.impl - package org.jbpm.document.service.impl
 
org.jbpm.document.service.impl.util - package org.jbpm.document.service.impl.util
 

P

PROPERTIES_SEPARATOR - Static variable in interface org.jbpm.document.Document
 

R

read(ObjectInputStream) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
read(ObjectInputStream) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 

S

saveDocument(Document, byte[]) - Method in interface org.jbpm.document.service.DocumentStorageService
Method to store the uploaded file on the system
saveDocument(Document, byte[]) - Method in class org.jbpm.document.service.impl.DocumentStorageServiceImpl
 
setAttributes(Map<String, String>) - Method in interface org.jbpm.document.Document
 
setAttributes(Map<String, String>) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setContent(byte[]) - Method in interface org.jbpm.document.Document
 
setContent(byte[]) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setIdentifier(String) - Method in interface org.jbpm.document.Document
 
setIdentifier(String) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setLastModified(Date) - Method in interface org.jbpm.document.Document
 
setLastModified(Date) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setLink(String) - Method in interface org.jbpm.document.Document
 
setLink(String) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setLoadService(DocumentStorageService) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setName(String) - Method in interface org.jbpm.document.Document
 
setName(String) - Method in class org.jbpm.document.service.impl.DocumentImpl
 
setSize(long) - Method in interface org.jbpm.document.Document
 
setSize(long) - Method in class org.jbpm.document.service.impl.DocumentImpl
 

T

TEMPLATE_ID_TOKEN - Static variable in class org.jbpm.document.service.impl.util.DocumentDownloadLinkGenerator
 
toString() - Method in class org.jbpm.document.service.impl.DocumentImpl
 

U

unmarshal(ObjectMarshallingStrategy.Context, ObjectInputStream, byte[], ClassLoader) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
unmarshal(ObjectMarshallingStrategy.Context, ObjectInputStream, byte[], ClassLoader) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 
UPDATED_ATTRIBUTE - Static variable in interface org.jbpm.document.Document
 

W

write(ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
 
write(ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
 
A B C D G L M O P R S T U W 
Skip navigation links
jBPM :: Document Service 7.11.0.Final-redhat-00003

Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.