JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jBPM :: Document Service 6.5.0.Final-redhat-21
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
G
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
addAttribute(String, String)
- Method in interface org.jbpm.document.
Document
addAttribute(String, String)
- Method in class org.jbpm.document.service.impl.
DocumentImpl
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
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
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
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
G
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
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
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
M
marshal(ObjectMarshallingStrategy.Context, ObjectOutputStream, Object)
- Method in class org.jbpm.document.marshalling.
DocumentMarshallingStrategy
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
P
PROPERTIES_SEPARATOR
- Static variable in interface org.jbpm.document.
Document
R
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
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
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
W
write(ObjectOutputStream, Object)
- Method in class org.jbpm.document.marshalling.
DocumentMarshallingStrategy
A
B
C
D
G
M
O
P
R
S
T
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
jBPM :: Document Service 6.5.0.Final-redhat-21
Prev
Next
Frames
No Frames
All Classes
Copyright © 2001–2018
JBoss by Red Hat
. All rights reserved.