A B C D G I L M O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractDocumentCollectionMarshallingStrategy - Class in org.jbpm.document.marshalling
-
Marshalling strategy definition to Marshal a collection of documents.
- AbstractDocumentCollectionMarshallingStrategy(DocumentMarshallingStrategy) - Constructor for class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
- 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.audit.DocumentCollectionVariableIndexer
- accept(Object) - Method in class org.jbpm.document.marshalling.AbstractDocumentMarshallingStrategy
- accept(Object) - Method in class org.jbpm.document.marshalling.DocumentCollectionImplMarshallingStrategy
- accept(Object) - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
-
Deprecated.
- 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
-
Deprecated.
- addDocument(DocumentImpl) - Method in class org.jbpm.document.service.impl.DocumentCollectionImpl
- addDocument(T) - Method in interface org.jbpm.document.DocumentCollection
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
- buildDocumentCollection() - Method in class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
- buildDocumentCollection() - Method in class org.jbpm.document.marshalling.DocumentCollectionImplMarshallingStrategy
- buildDocumentCollection() - Method in class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
-
Deprecated.
C
- createContext() - Method in class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
- createContext() - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
D
- deleteDocument(String) - 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 interface org.jbpm.document.service.DocumentStorageService
-
Deletes the File identified by the given id
- 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
- DocumentCollection<T extends Document> - Interface in org.jbpm.document
- DocumentCollectionImpl - Class in org.jbpm.document.service.impl
-
A collection of
DocumentImpl
. - DocumentCollectionImpl() - Constructor for class org.jbpm.document.service.impl.DocumentCollectionImpl
- DocumentCollectionImpl(List<DocumentImpl>) - Constructor for class org.jbpm.document.service.impl.DocumentCollectionImpl
- DocumentCollectionImplMarshallingStrategy - Class in org.jbpm.document.marshalling
- DocumentCollectionImplMarshallingStrategy(DocumentMarshallingStrategy) - Constructor for class org.jbpm.document.marshalling.DocumentCollectionImplMarshallingStrategy
- DocumentCollectionVariableIndexer - Class in org.jbpm.document.audit
- DocumentCollectionVariableIndexer() - Constructor for class org.jbpm.document.audit.DocumentCollectionVariableIndexer
- 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, long, Date) - 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, 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
-
Deprecated.This class is deprecated because of potential issues with marshalling and unmarshalling this type when used in RESTful APIs. When you want to represent a collection of
documents), please use the {@link DocumentCollection} interface and the {@link DocumentCollectionImpl} implementation class.
- Documents() - Constructor for class org.jbpm.document.Documents
-
Deprecated.
- Documents(List<Document>) - Constructor for class org.jbpm.document.Documents
-
Deprecated.
- DocumentsMarshallingStrategy - Class in org.jbpm.document.marshalling
-
Deprecated.
- DocumentsMarshallingStrategy(DocumentMarshallingStrategy) - Constructor for class org.jbpm.document.marshalling.DocumentsMarshallingStrategy
-
Deprecated.
- 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() - Constructor for class org.jbpm.document.service.impl.DocumentStorageServiceImpl
- DocumentStorageServiceImpl(String) - 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 interface org.jbpm.document.DocumentCollection
- getDocuments() - Method in class org.jbpm.document.Documents
-
Deprecated.
- getDocuments() - Method in class org.jbpm.document.service.impl.DocumentCollectionImpl
- 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
I
- index(String, Object) - Method in class org.jbpm.document.audit.DocumentCollectionVariableIndexer
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.AbstractDocumentCollectionMarshallingStrategy
- marshal(ObjectMarshallingStrategy.Context, ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
O
- org.jbpm.document - package org.jbpm.document
- org.jbpm.document.audit - package org.jbpm.document.audit
- 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.AbstractDocumentCollectionMarshallingStrategy
- read(ObjectInputStream) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
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
- toFile() - Method in interface org.jbpm.document.Document
- toFile() - Method in class org.jbpm.document.service.impl.DocumentImpl
- toString() - Method in class org.jbpm.document.service.impl.DocumentImpl
U
- unmarshal(ObjectMarshallingStrategy.Context, ObjectInputStream, byte[], ClassLoader) - Method in class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
- unmarshal(ObjectMarshallingStrategy.Context, ObjectInputStream, byte[], ClassLoader) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
- UPDATED_ATTRIBUTE - Static variable in interface org.jbpm.document.Document
W
- write(ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.AbstractDocumentCollectionMarshallingStrategy
- write(ObjectOutputStream, Object) - Method in class org.jbpm.document.marshalling.DocumentMarshallingStrategy
All Classes All Packages