|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentManager
The Interface DocumentManager.
Nested Class Summary | |
---|---|
static class |
DocumentManager.CheckSignatureResult
The Class CheckSignatureResult. |
Field Summary | |
---|---|
static java.util.Comparator<FileClassAttribute> |
FILECLASS_ATTRIBUTE_COMPARATOR
The Constant FILECLASS_ATTRIBUTE_COMPARATOR. |
static java.lang.String |
HINT_APPLY_DEST_PERMS
The Constant HINT_APPLY_DEST_PERMS. |
static java.lang.String |
HINT_REMOVE_PHYSICAL
The Constant HINT_REMOVE_PHYSICAL. |
static java.lang.String |
HINT_REMOVE_SYS_ATTRIBUTES
The Constant HINT_REMOVE_SYS_ATTRIBUTES. |
Method Summary | |
---|---|
DocumentContent |
addVersionDocument(Document document,
java.lang.String name,
java.lang.String comments,
java.lang.String contentType,
java.io.InputStream stream,
long size)
Adds the version document. |
void |
archiveFolder(Folder folder,
java.util.Date archiveDate)
Archive folder. |
boolean |
canAdmin(CloudFile cloudFile)
Can admin. |
boolean |
canAdmin(File file)
Can admin. |
void |
cancelCheckout(Document document)
Cancel checkout. |
boolean |
canRead(CloudFile cloudFile)
Can read. |
boolean |
canRead(File file)
Can read. |
boolean |
canWrite(CloudFile cloudFile)
Can write. |
boolean |
canWrite(File file)
Can write. |
DocumentContent |
checkin(Document doc,
java.lang.String comments)
Checkin. |
DocumentContent |
checkin(Document document,
java.lang.String name,
java.io.InputStream stream,
long size,
java.lang.String contentType,
java.lang.String comments)
Checkin. |
DocumentContent |
checkout(Document document)
Checkout. |
DocumentContent |
checkout(Document document,
java.lang.String name,
java.io.InputStream stream,
long size,
java.lang.String contentType)
Checkout. |
DocumentContent |
checkout(Document document,
java.lang.String name,
java.io.InputStream stream,
long size,
java.lang.String contentType,
java.util.concurrent.TimeUnit expireTimeUnit,
long expireDuration)
Checkout. |
DocumentContent |
checkout(Document document,
java.util.concurrent.TimeUnit expireTimeUnit,
long expireDuration)
Checkout. |
DocumentManager.CheckSignatureResult |
checkSignature(java.io.InputStream is,
java.lang.String attachmentName)
Check signature. |
void |
checkTree(File file,
boolean traceInfo,
boolean repairDuplicatedFolder,
boolean repairDuplicatedDocument)
Check tree. |
void |
clearAcl(File file)
Clear acl. |
void |
clearFileRuleEventQueue()
Clear file rule event queue. |
void |
clearHints()
Clear hints. |
File |
clone(File fileToClone,
File destination,
java.lang.String newName,
boolean cloneContent,
boolean applyDestinationPermission)
Clone. |
java.io.InputStream |
convertTif2Pdf(java.io.File tif)
Convert tif2 pdf. |
void |
copy(java.io.File sourceFile,
File destinationFile)
Copy. |
DocumentContent |
createDocument(java.lang.String name,
java.lang.String comments,
java.lang.String contentType,
File parent,
ObjectTemplate objectTemplate,
ConfidentialityLevel confidentialityLevel,
java.io.InputStream stream,
long size)
Creates the document. |
Drive |
createDrive(java.lang.String name,
java.lang.String description,
boolean hidden,
it.neverworks.security.User owner)
Creates the drive. |
Folder |
createFolder(File parent,
java.lang.String name)
Creates the folder. |
Folder |
createFolder(File parent,
java.lang.String name,
ObjectTemplate ot)
Creates the folder. |
java.io.InputStream |
createItemInstanceWatermark(ItemInstance itemInstance,
CloudDocumentVersion documentContent)
Creates the item instance watermark. |
File |
createLink(File source,
File destination,
java.lang.String newName)
Creates the link. |
File |
createLink(File source,
File destination,
java.lang.String newName,
java.lang.String note)
Creates the link. |
RemoteDocument |
createRemoteFile(CloudFile source,
File destination,
java.lang.String newName)
Creates the remote file. |
void |
delete(File file)
Delete. |
void |
delete(java.lang.String fileId)
Delete. |
void |
deleteLogicalTree(File file)
Delete logical tree. |
boolean |
deleteVersion(DocumentContent content)
Delete version. |
void |
destroy(File file)
Destroy. |
ConfidentialityLevel |
findConfidentialityLevelId(java.lang.Long confidentialityLevelId)
Find confidentiality level id. |
ObjectTemplate |
findObjectTemplateId(java.lang.Long objectTemplateId)
Find object template id. |
Organization |
findOrganizationId(java.lang.Long organizationId)
Find organization id. |
it.neverworks.security.User |
findUserId(java.lang.String userId)
Find user id. |
DocumentContent |
forceCheckin(Document doc)
Force checkin. |
DocumentManagerImpl.FileAclItem |
getAcl(CloudFile cloudFile)
Gets the acl. |
DocumentManagerImpl.FileAclItem |
getAcl(CloudFile cloudFile,
boolean rebuildCache,
java.util.List<java.lang.String> trace)
Gets the acl. |
DocumentManagerImpl.FileAclItem |
getAcl(File file)
Gets the acl. |
DocumentManagerImpl.FileAclItem |
getAcl(File file,
boolean rebuildCache,
java.util.List<java.lang.String> trace)
Gets the acl. |
java.util.List<ObjectTemplate> |
getAuthorizedObjectTemplates()
Gets the authorized object templates. |
java.util.List<Document> |
getDocuments(File folder)
Gets the documents. |
java.lang.Boolean |
getDriveCanContainsDocuments()
Gets the drive can contains documents. |
File |
getFileByFileClassAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Gets the file by file class attribute. |
FileSet |
getFileSet(File file,
java.lang.String name)
Gets the file set. |
ItemInstance |
getFileSetInstance(File file,
java.lang.String name)
Gets the file set instance. |
java.util.List<Folder> |
getFolders(Folder parent)
Gets the folders. |
java.util.List<Folder> |
getTopFolders(Drive drive)
Gets the top folders. |
Topic |
getTopicByName(java.lang.String topicName,
java.lang.String parentSeparator)
Gets the topic by name. |
java.lang.Boolean |
getTopicCanContainsDocuments()
Gets the topic can contains documents. |
void |
importFolder(java.lang.String idImport,
java.lang.String parentIdImport,
java.lang.String uoCreazione,
java.lang.String titolazione,
java.lang.String oggetto,
java.util.Date dataCreazione,
java.util.Set<java.lang.String> lettori,
java.util.Set<java.lang.String> autori,
java.util.Map<java.lang.String,java.lang.Object> variables)
Import folder. |
void |
importFolderAttachments(ObjectTemplate objectTemplate,
java.lang.String idImport,
java.util.Collection<java.io.File> attachments,
java.lang.String attachmentDescription)
Import folder attachments. |
void |
importFolderMessageInstances(java.lang.String idImport,
java.lang.String messageInstancesList)
Import folder message instances. |
void |
importFolderRelations(java.lang.String idImport,
java.lang.String relations)
Import folder relations. |
java.lang.Boolean |
isLocked(CloudFile cloudFile)
Checks if is locked. |
boolean |
linkExists(File original,
File destination)
Link exists. |
File |
load(java.lang.Long id)
Load. |
Folder |
loadFolder(java.lang.Long id)
Load folder. |
DocumentSignatureInfo |
manageDocumentSignatureInfo(Document document)
Manage document signature info. |
DocumentSignatureInfo |
manageDocumentSignatureInfo(Document document,
java.util.Date timeStampRef)
Manage document signature info. |
void |
move(File file,
File destinationFile)
Move. |
void |
move(File file,
File destinationFile,
boolean applyDestinationPermission,
boolean removeSystemAttributes)
Move. |
FilePermission |
permissionAdd(File file,
AccessModeItem access,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
FilePermission |
permissionAdd(File file,
Organization organization,
AccessModeItem access,
java.lang.Boolean includeAscending,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
FilePermission |
permissionAdd(FilePermission permission,
java.lang.Boolean applyRecursively,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
FilePermission |
permissionAdd(File file,
java.lang.String principalId,
AccessModeItem access,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
FilePermission |
permissionAdd(File file,
Team team,
AccessModeItem access,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
FilePermission |
permissionAdd(File file,
it.neverworks.security.User user,
AccessModeItem access,
java.lang.Boolean replaceAll,
java.lang.Boolean leaveTrack)
Permission add. |
boolean |
permissionExists(FilePermission permission)
Permission exists. |
void |
permissionRemove(File file,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemove(File file,
Organization organization,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemove(FilePermission permission,
java.lang.Boolean applyRecursively,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemove(File file,
java.lang.String principalId,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemove(File file,
Team team,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemove(File file,
it.neverworks.security.User user,
java.lang.Boolean leaveTrack)
Permission remove. |
void |
permissionRemoveAll(File file,
java.lang.Boolean leaveTrack)
Permission remove all. |
void |
permissionsApplyRecursive(File file,
boolean mergePermissions,
java.lang.Boolean leaveTrack)
Permissions apply recursive. |
void |
permissionsCopyFromFile(File from,
File to,
boolean mergePermissions,
java.lang.Boolean leaveTrack)
Permissions copy from file. |
void |
ping()
Ping. |
void |
processFileRuleEvent(FileRuleEvent event)
Process file rule event. |
void |
pushHints(java.util.Properties properties)
Push hints. |
void |
reorderMessageBoxFiles(MessageBox messageBox)
Reorder message box files. |
void |
repair(File file)
Repair. |
void |
save(File file)
Save. |
void |
save(File file,
boolean applyDestinationPermission)
Save. |
boolean |
saveAttribute(File file,
java.lang.String fileClassName,
java.lang.String attributeName,
java.lang.String value)
Save attribute. |
boolean |
saveFileClass(File file,
java.lang.String fileClassName)
Save file class. |
void |
saveHome(IsharedocProfile profile)
Save home. |
java.util.List<File> |
searchFiles(java.lang.String queryString,
int maxResults)
Search files. |
void |
setCheckoutApp(Document.CheckoutApp app)
Sets the checkout app. |
void |
TEMP_archiveFolderRecursiveByIdImport(java.lang.String idImport,
java.util.Date archiveDate)
TEM p_archive folder recursive by id import. |
void |
trash(File file)
Trash. |
void |
unarchiveFolder(Folder folder)
Unarchive folder. |
Field Detail |
---|
static final java.lang.String HINT_APPLY_DEST_PERMS
static final java.lang.String HINT_REMOVE_SYS_ATTRIBUTES
static final java.lang.String HINT_REMOVE_PHYSICAL
static final java.util.Comparator<FileClassAttribute> FILECLASS_ATTRIBUTE_COMPARATOR
Method Detail |
---|
void pushHints(java.util.Properties properties)
properties
- the propertiesvoid clearHints()
void setCheckoutApp(Document.CheckoutApp app)
app
- the new checkout appjava.lang.Boolean getDriveCanContainsDocuments()
java.lang.Boolean getTopicCanContainsDocuments()
void ping()
void checkTree(File file, boolean traceInfo, boolean repairDuplicatedFolder, boolean repairDuplicatedDocument)
file
- the filetraceInfo
- the trace inforepairDuplicatedFolder
- the repair duplicated folderrepairDuplicatedDocument
- the repair duplicated documentFile load(java.lang.Long id)
id
- the id
Folder loadFolder(java.lang.Long id)
id
- the id
void saveHome(IsharedocProfile profile)
profile
- the profilevoid save(File file)
file
- the filevoid save(File file, boolean applyDestinationPermission)
file
- the fileapplyDestinationPermission
- the apply destination permissionvoid move(File file, File destinationFile)
file
- the filedestinationFile
- the destination filevoid move(File file, File destinationFile, boolean applyDestinationPermission, boolean removeSystemAttributes)
file
- the filedestinationFile
- the destination fileapplyDestinationPermission
- the apply destination permissionremoveSystemAttributes
- the remove system attributesvoid copy(java.io.File sourceFile, File destinationFile)
sourceFile
- the source filedestinationFile
- the destination filevoid trash(File file)
file
- the filevoid delete(File file)
file
- the filevoid delete(java.lang.String fileId)
fileId
- the file idvoid deleteLogicalTree(File file)
file
- the filevoid destroy(File file)
file
- the fileFile clone(File fileToClone, File destination, java.lang.String newName, boolean cloneContent, boolean applyDestinationPermission)
fileToClone
- the file to clonedestination
- the destinationnewName
- the new namecloneContent
- the clone contentapplyDestinationPermission
- the apply destination permission
void repair(File file)
file
- the filevoid reorderMessageBoxFiles(MessageBox messageBox)
messageBox
- the message boxboolean saveFileClass(File file, java.lang.String fileClassName)
file
- the filefileClassName
- the file class name
boolean saveAttribute(File file, java.lang.String fileClassName, java.lang.String attributeName, java.lang.String value)
file
- the filefileClassName
- the file class nameattributeName
- the attribute namevalue
- the value
Drive createDrive(java.lang.String name, java.lang.String description, boolean hidden, it.neverworks.security.User owner)
name
- the namedescription
- the descriptionhidden
- the hiddenowner
- the owner
Folder createFolder(File parent, java.lang.String name)
parent
- the parentname
- the name
Folder createFolder(File parent, java.lang.String name, ObjectTemplate ot)
parent
- the parentname
- the nameot
- the ot
File createLink(File source, File destination, java.lang.String newName)
source
- the sourcedestination
- the destinationnewName
- the new name
RemoteDocument createRemoteFile(CloudFile source, File destination, java.lang.String newName)
source
- the sourcedestination
- the destinationnewName
- the new name
File createLink(File source, File destination, java.lang.String newName, java.lang.String note)
source
- the sourcedestination
- the destinationnewName
- the new namenote
- the note
boolean linkExists(File original, File destination)
original
- the originaldestination
- the destination
DocumentContent createDocument(java.lang.String name, java.lang.String comments, java.lang.String contentType, File parent, ObjectTemplate objectTemplate, ConfidentialityLevel confidentialityLevel, java.io.InputStream stream, long size)
name
- the namecomments
- the commentscontentType
- the content typeparent
- the parentobjectTemplate
- the object templateconfidentialityLevel
- the confidentiality levelstream
- the streamsize
- the size
DocumentContent addVersionDocument(Document document, java.lang.String name, java.lang.String comments, java.lang.String contentType, java.io.InputStream stream, long size)
document
- the documentname
- the namecomments
- the commentscontentType
- the content typestream
- the streamsize
- the size
DocumentContent checkout(Document document)
document
- the document
DocumentContent checkout(Document document, java.util.concurrent.TimeUnit expireTimeUnit, long expireDuration)
document
- the documentexpireTimeUnit
- the expire time unitexpireDuration
- the expire duration
DocumentContent checkout(Document document, java.lang.String name, java.io.InputStream stream, long size, java.lang.String contentType)
document
- the documentname
- the namestream
- the streamsize
- the sizecontentType
- the content type
DocumentContent checkout(Document document, java.lang.String name, java.io.InputStream stream, long size, java.lang.String contentType, java.util.concurrent.TimeUnit expireTimeUnit, long expireDuration)
document
- the documentname
- the namestream
- the streamsize
- the sizecontentType
- the content typeexpireTimeUnit
- the expire time unitexpireDuration
- the expire duration
DocumentContent checkin(Document document, java.lang.String name, java.io.InputStream stream, long size, java.lang.String contentType, java.lang.String comments)
document
- the documentname
- the namestream
- the streamsize
- the sizecontentType
- the content typecomments
- the comments
DocumentContent checkin(Document doc, java.lang.String comments)
doc
- the doccomments
- the comments
DocumentContent forceCheckin(Document doc)
doc
- the doc
void cancelCheckout(Document document)
document
- the documentboolean deleteVersion(DocumentContent content)
content
- the content
void archiveFolder(Folder folder, java.util.Date archiveDate)
folder
- the folderarchiveDate
- the archive datevoid unarchiveFolder(Folder folder)
folder
- the foldervoid TEMP_archiveFolderRecursiveByIdImport(java.lang.String idImport, java.util.Date archiveDate)
idImport
- the id importarchiveDate
- the archive datevoid importFolder(java.lang.String idImport, java.lang.String parentIdImport, java.lang.String uoCreazione, java.lang.String titolazione, java.lang.String oggetto, java.util.Date dataCreazione, java.util.Set<java.lang.String> lettori, java.util.Set<java.lang.String> autori, java.util.Map<java.lang.String,java.lang.Object> variables) throws java.lang.Exception
idImport
- the id importparentIdImport
- the parent id importuoCreazione
- the uo creazionetitolazione
- the titolazioneoggetto
- the oggettodataCreazione
- the data creazionelettori
- the lettoriautori
- the autorivariables
- the variables
java.lang.Exception
- the exceptionvoid importFolderRelations(java.lang.String idImport, java.lang.String relations) throws java.lang.Exception
idImport
- the id importrelations
- the relations
java.lang.Exception
- the exceptionvoid importFolderMessageInstances(java.lang.String idImport, java.lang.String messageInstancesList) throws java.lang.Exception
idImport
- the id importmessageInstancesList
- the message instances list
java.lang.Exception
- the exceptionvoid importFolderAttachments(ObjectTemplate objectTemplate, java.lang.String idImport, java.util.Collection<java.io.File> attachments, java.lang.String attachmentDescription) throws java.lang.Exception
objectTemplate
- the object templateidImport
- the id importattachments
- the attachmentsattachmentDescription
- the attachment description
java.lang.Exception
- the exceptionFile getFileByFileClassAttribute(java.lang.String attributeName, java.lang.String attributeValue) throws java.lang.Exception
attributeName
- the attribute nameattributeValue
- the attribute value
java.lang.Exception
- the exceptionjava.io.InputStream convertTif2Pdf(java.io.File tif) throws java.lang.Exception
tif
- the tif
java.lang.Exception
- the exceptionjava.io.InputStream createItemInstanceWatermark(ItemInstance itemInstance, CloudDocumentVersion documentContent) throws java.lang.Exception
itemInstance
- the item instancedocumentContent
- the document content
java.lang.Exception
- the exceptionjava.util.List<ObjectTemplate> getAuthorizedObjectTemplates()
boolean permissionExists(FilePermission permission)
permission
- the permission
FilePermission permissionAdd(File file, AccessModeItem access, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
file
- the fileaccess
- the accessreplaceAll
- the replace allleaveTrack
- the leave track
FilePermission permissionAdd(File file, java.lang.String principalId, AccessModeItem access, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
file
- the fileprincipalId
- the principal idaccess
- the accessreplaceAll
- the replace allleaveTrack
- the leave track
FilePermission permissionAdd(File file, Organization organization, AccessModeItem access, java.lang.Boolean includeAscending, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
file
- the fileorganization
- the organizationaccess
- the accessincludeAscending
- the include ascendingreplaceAll
- the replace allleaveTrack
- the leave track
FilePermission permissionAdd(File file, it.neverworks.security.User user, AccessModeItem access, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
file
- the fileuser
- the useraccess
- the accessreplaceAll
- the replace allleaveTrack
- the leave track
FilePermission permissionAdd(File file, Team team, AccessModeItem access, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
file
- the fileteam
- the teamaccess
- the accessreplaceAll
- the replace allleaveTrack
- the leave track
FilePermission permissionAdd(FilePermission permission, java.lang.Boolean applyRecursively, java.lang.Boolean replaceAll, java.lang.Boolean leaveTrack)
permission
- the permissionapplyRecursively
- the apply recursivelyreplaceAll
- the replace allleaveTrack
- the leave track
void permissionRemove(File file, java.lang.String principalId, java.lang.Boolean leaveTrack)
file
- the fileprincipalId
- the principal idleaveTrack
- the leave trackvoid permissionRemove(File file, java.lang.Boolean leaveTrack)
file
- the fileleaveTrack
- the leave trackvoid permissionRemove(File file, it.neverworks.security.User user, java.lang.Boolean leaveTrack)
file
- the fileuser
- the userleaveTrack
- the leave trackvoid permissionRemove(File file, Organization organization, java.lang.Boolean leaveTrack)
file
- the fileorganization
- the organizationleaveTrack
- the leave trackvoid permissionRemove(File file, Team team, java.lang.Boolean leaveTrack)
file
- the fileteam
- the teamleaveTrack
- the leave trackvoid permissionRemove(FilePermission permission, java.lang.Boolean applyRecursively, java.lang.Boolean leaveTrack)
permission
- the permissionapplyRecursively
- the apply recursivelyleaveTrack
- the leave trackvoid permissionRemoveAll(File file, java.lang.Boolean leaveTrack)
file
- the fileleaveTrack
- the leave trackvoid permissionsApplyRecursive(File file, boolean mergePermissions, java.lang.Boolean leaveTrack)
file
- the filemergePermissions
- the merge permissionsleaveTrack
- the leave trackvoid permissionsCopyFromFile(File from, File to, boolean mergePermissions, java.lang.Boolean leaveTrack)
from
- the fromto
- the tomergePermissions
- the merge permissionsleaveTrack
- the leave trackjava.lang.Boolean isLocked(CloudFile cloudFile)
cloudFile
- the cloud file
DocumentManagerImpl.FileAclItem getAcl(CloudFile cloudFile)
cloudFile
- the cloud file
DocumentManagerImpl.FileAclItem getAcl(CloudFile cloudFile, boolean rebuildCache, java.util.List<java.lang.String> trace)
cloudFile
- the cloud filerebuildCache
- the rebuild cachetrace
- the trace
boolean canRead(CloudFile cloudFile)
cloudFile
- the cloud file
boolean canWrite(CloudFile cloudFile)
cloudFile
- the cloud file
boolean canAdmin(CloudFile cloudFile)
cloudFile
- the cloud file
DocumentManagerImpl.FileAclItem getAcl(File file)
file
- the file
DocumentManagerImpl.FileAclItem getAcl(File file, boolean rebuildCache, java.util.List<java.lang.String> trace)
file
- the filerebuildCache
- the rebuild cachetrace
- the trace
void clearAcl(File file)
file
- the fileboolean canRead(File file)
file
- the file
boolean canWrite(File file)
file
- the file
boolean canAdmin(File file)
file
- the file
java.util.List<Folder> getFolders(Folder parent)
parent
- the parent
java.util.List<Folder> getTopFolders(Drive drive)
drive
- the drive
java.util.List<Document> getDocuments(File folder)
folder
- the folder
Topic getTopicByName(java.lang.String topicName, java.lang.String parentSeparator)
topicName
- the topic nameparentSeparator
- the parent separator
java.util.List<File> searchFiles(java.lang.String queryString, int maxResults)
queryString
- the query stringmaxResults
- the max results
it.neverworks.security.User findUserId(java.lang.String userId)
userId
- the user id
Organization findOrganizationId(java.lang.Long organizationId)
organizationId
- the organization id
ConfidentialityLevel findConfidentialityLevelId(java.lang.Long confidentialityLevelId)
confidentialityLevelId
- the confidentiality level id
ObjectTemplate findObjectTemplateId(java.lang.Long objectTemplateId)
objectTemplateId
- the object template id
FileSet getFileSet(File file, java.lang.String name)
file
- the filename
- the name
ItemInstance getFileSetInstance(File file, java.lang.String name)
file
- the filename
- the name
DocumentSignatureInfo manageDocumentSignatureInfo(Document document)
document
- the document
DocumentSignatureInfo manageDocumentSignatureInfo(Document document, java.util.Date timeStampRef)
document
- the documenttimeStampRef
- the time stamp ref
DocumentManager.CheckSignatureResult checkSignature(java.io.InputStream is, java.lang.String attachmentName)
is
- the isattachmentName
- the attachment name
void processFileRuleEvent(FileRuleEvent event)
event
- the eventvoid clearFileRuleEventQueue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |