Package | Description |
---|---|
org.alfresco.module.vti.handler | |
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.web.fp | |
org.alfresco.module.vti.web.ws |
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
MethodHandler.getDocsMetaInfo(String serviceName,
boolean listHiddenDocs,
boolean listLinkInfo,
boolean validateWelcomeNames,
List<String> urlList)
Provides the server with the standard meta-information concerning the designated file
|
DocsMetaInfo |
MethodHandler.getListDocuments(String serviceName,
boolean listHiddenDocs,
boolean listExplorerDocs,
String platform,
String initialURL,
boolean listRecurse,
boolean listLinkInfo,
boolean listFolders,
boolean listFiles,
boolean listIncludeParent,
boolean listDerived,
boolean listBorders,
boolean validateWelcomeNames,
Map<String,Object> folderList,
boolean listChildWebs)
Provides a list of the files, folders, and subsites complete with meta-information for each file contained in the initialUrl parameter of the specified Web site.
|
DocsMetaInfo |
MethodHandler.moveDocument(String serviceName,
String oldURL,
String newURL,
List<String> urlList,
EnumSet<RenameOption> renameOptionSet,
EnumSet<PutOption> putOptionSet,
boolean docopy,
boolean validateWelcomeNames)
Rename the selected document to the new name
|
DocsMetaInfo |
MethodHandler.removeDocuments(String serviceName,
List<String> urlList,
List<Date> timeTokens,
boolean validateWelcomeNames)
Deletes the specified documents or folders from the Web site
|
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
AbstractAlfrescoMethodHandler.getDocsMetaInfo(String serviceName,
boolean listHiddenDocs,
boolean listLinkInfo,
boolean validateWelcomeNames,
List<String> urlList) |
DocsMetaInfo |
AlfrescoMethodHandler.getListDocuments(String serviceName,
boolean listHiddenDocs,
boolean listExplorerDocs,
String platform,
String initialURL,
boolean listRecurse,
boolean listLinkInfo,
boolean listFolders,
boolean listFiles,
boolean listIncludeParent,
boolean listDerived,
boolean listBorders,
boolean validateWelcomeNames,
Map<String,Object> folderList,
boolean listChildWebs) |
DocsMetaInfo |
AbstractAlfrescoMethodHandler.moveDocument(String serviceName,
String oldURL,
String newURL,
List<String> urlList,
EnumSet<RenameOption> renameOptionSet,
EnumSet<PutOption> putOptionSet,
boolean docopy,
boolean validateWelcomeNames) |
DocsMetaInfo |
AbstractAlfrescoMethodHandler.removeDocuments(String serviceName,
List<String> urlList,
List<Date> timeTokens,
boolean validateWelcomeNames) |
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
VtiFpRequest.getParameter(String paramName,
DocsMetaInfo defaultValue)
Get DocsMetaInfo parameter
|
Modifier and Type | Method and Description |
---|---|
DocsMetaInfo |
VtiFpRequest.getParameter(String paramName,
DocsMetaInfo defaultValue)
Get DocsMetaInfo parameter
|
Modifier and Type | Method and Description |
---|---|
protected abstract DocsMetaInfo |
AbstractListItemsEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date since) |
protected DocsMetaInfo |
GetListItemChangesSinceTokenEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
TODO Filter by change token
|
protected DocsMetaInfo |
GetListItemsEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
|
protected DocsMetaInfo |
GetListItemChangesEndpoint.getListInfo(String siteName,
ListInfoBean list,
String initialUrl,
Date changesSince)
TODO Support all kinds of lists
TODO Filter by change since date
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.