Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.model | |
org.alfresco.module.vti.web.fp |
Modifier and Type | Method and Description |
---|---|
DocMetaInfo |
MethodHandler.checkInDocument(String serviceName,
String documentName,
String comment,
boolean keepCheckedOut,
Date timeCheckedout,
boolean validateWelcomeNames)
Check in document method
|
DocMetaInfo |
MethodHandler.checkOutDocument(String serviceName,
String documentName,
int force,
int timeout,
boolean validateWelcomeNames)
Check out the file from a document library.
|
DocMetaInfo |
MethodHandler.putDocument(String serviceName,
Document document,
EnumSet<PutOption> putOptionSet,
String comment,
boolean keepCheckedOut,
boolean validateWelcomeNames)
Writes a file to a directory in an existing Web site
|
DocMetaInfo |
MethodHandler.uncheckOutDocument(String serviceName,
String documentName,
boolean force,
Date timeCheckedOut,
boolean rlsshortterm,
boolean validateWelcomeNames)
Undoes a check-out of a file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MethodHandler.createDirectory(String serviceName,
DocMetaInfo dir)
Creates a folder for the current Web site
|
Modifier and Type | Method and Description |
---|---|
DocMetaInfo |
AbstractAlfrescoMethodHandler.checkInDocument(String serviceName,
String documentName,
String comment,
boolean keepCheckedOut,
Date timeCheckedout,
boolean validateWelcomeNames) |
DocMetaInfo |
AbstractAlfrescoMethodHandler.checkOutDocument(String serviceName,
String documentName,
int force,
int timeout,
boolean validateWelcomeNames) |
DocMetaInfo |
AbstractAlfrescoMethodHandler.putDocument(String serviceName,
Document document,
EnumSet<PutOption> putOptionSet,
String comment,
boolean keepCheckedOut,
boolean validateWelcomeNames) |
DocMetaInfo |
AlfrescoMethodHandler.uncheckOutDocument(String serviceName,
String documentName,
boolean force,
Date timeCheckedOut,
boolean rlsshortterm,
boolean validateWelcomeNames) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractAlfrescoMethodHandler.createDirectory(String serviceName,
DocMetaInfo dir) |
void |
AbstractAlfrescoMethodHandler.setDocMetaInfo(FileInfo fileInfo,
DocMetaInfo docMetaInfo)
Sets metadata for docMetaInfo
|
Modifier and Type | Class and Description |
---|---|
class |
Document
Represents single MS Office file with content and meta-information
|
Modifier and Type | Method and Description |
---|---|
List<DocMetaInfo> |
DocsMetaInfo.getFailedUrls() |
List<DocMetaInfo> |
DocsMetaInfo.getFileMetaInfoList() |
List<DocMetaInfo> |
DocsMetaInfo.getFolderMetaInfoList() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMethod.processDocMetaInfo(DocMetaInfo docMetaInfo,
VtiFpRequest request,
VtiFpResponse response)
Create response for DocMetaInfo
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.