- AbstractAlfrescoDwsServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of DwsServiceHandler interface
- AbstractAlfrescoDwsServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- AbstractAlfrescoListServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
- AbstractAlfrescoListServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler
-
- AbstractAlfrescoListServiceHandler.VtiBuiltInListType - Enum in org.alfresco.module.vti.handler.alfresco
-
This holds the details of all the standard List Templates
that are build into SharePoint.
- AbstractAlfrescoListServiceHandler.VtiListBaseType - Enum in org.alfresco.module.vti.handler.alfresco
-
- AbstractAlfrescoMethodHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of MethodHandler interface
- AbstractAlfrescoMethodHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- AbstractEndpoint - Class in org.alfresco.module.vti.web.ws
-
Abstract base class for all the
VtiEndpoint realizations.
- AbstractEndpoint() - Constructor for class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- AbstractListEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of List Endpoints, which need to return
details of a List.
- AbstractListEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractListEndpoint
-
constructor
- AbstractListItemsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of the GetListItems* methods from lists web service
(Get all Items, Get Items Since ...
- AbstractListItemsEndpoint(ListServiceHandler, MethodHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractListItemsEndpoint
-
constructor
- AbstractMeetingEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of Meeting Endpoints.
- AbstractMeetingEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractMeetingEndpoint
-
- AbstractMeetingFromICalEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of Meeting Endpoints which work on iCal files.
- AbstractMeetingFromICalEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractMeetingFromICalEndpoint
-
- AbstractMethod - Class in org.alfresco.module.vti.web.fp
-
Abstract base class for all the Vti method handling classes.
- AbstractMethod() - Constructor for class org.alfresco.module.vti.web.fp.AbstractMethod
-
- AbstractVersionEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of Version Endpoints, which need to return
a list of Versions for a Document.
- AbstractVersionEndpoint(VersionsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractVersionEndpoint
-
- AbstractWorkspaceEndpoint - Class in org.alfresco.module.vti.web.ws
-
Parent class of Meeting Workspace Endpoints.
- AbstractWorkspaceEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AbstractWorkspaceEndpoint
-
- addDwsContentRecursive(FileInfo, List<DocumentBean>, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Collect information about files and folders in current document workspace site
- AddListEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling the AddList soap method
- AddListEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AddListEndpoint
-
constructor
- addMeeting(String, MeetingBean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- addMeeting(String, MeetingBean) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Creates the meeting information in the Meeting Workspace site on the specified Alfresco server.
- AddMeetingEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling AddMeeting soap method
- AddMeetingEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AddMeetingEndpoint
-
- addMeetingFromICal(String, MeetingBean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- addMeetingFromICal(String, MeetingBean) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Associates a meeting represented in Internet Calendar (iCal) format with the Meeting Workspace site on the specified Alfresco server.
- AddMeetingFromICalEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling AddMeetingFromICal soap method
- AddMeetingFromICalEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AddMeetingFromICalEndpoint
-
- addParameter(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Adds parameter in root of packet or in list
- addParameter(String, String) - Method in class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Add parameter
- addUserCollectionToRole(String, String, List<UserBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
- addUserCollectionToRole(String, String, List<UserBean>) - Method in interface org.alfresco.module.vti.handler.UserGroupServiceHandler
-
Adds the collection of users to the specified site group.
- AddUserCollectionToRoleEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling AddUserCollectionToRole soap method
- AddUserCollectionToRoleEndpoint(UserGroupServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.AddUserCollectionToRoleEndpoint
-
- adjustMeetingProperties(MeetingBean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- afterPropertiesSet() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- afterPropertiesSet() - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
Must be called after setting properties and before using provided services.
- afterThrowing(Throwable) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVtiMethodHandlerThrowsAdvice
-
Method that called after exception occurs
- AlfrescoCheckOutCheckInServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of CheckOutCheckInServiceHandler
- AlfrescoCheckOutCheckInServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- AlfrescoDwsServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of DwsServiceHandler and AbstractAlfrescoDwsServiceHandler
- AlfrescoDwsServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- AlfrescoListServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
- AlfrescoListServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- AlfrescoMeetingServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of MeetingServiceHandler.
- AlfrescoMeetingServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- AlfrescoMethodHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of MethodHandler and AbstractAlfrescoMethodHandler
- AlfrescoMethodHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- AlfrescoUserGroupServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of UserGroupServiceHandler
- AlfrescoUserGroupServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
- AlfrescoVersionsServiceHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Alfresco implementation of VersionsServiceHandler interface
- AlfrescoVersionsServiceHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
- AlfrescoVtiMethodHandlerThrowsAdvice - Class in org.alfresco.module.vti.handler.alfresco
-
Adviser that should wrap all realizations of VtiHandlers.
- AlfrescoVtiMethodHandlerThrowsAdvice() - Constructor for class org.alfresco.module.vti.handler.alfresco.AlfrescoVtiMethodHandlerThrowsAdvice
-
- ALREADY_EXISTS - Static variable in exception org.alfresco.module.vti.handler.VtiHandlerException
-
- ALTERNATE_PATH_DOCUMENT_IDENTIFICATOR - Static variable in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- ALTERNATE_PATH_SITE_IDENTIFICATOR - Static variable in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- applyFilters(String, List<String>) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
Checks match filename for file filters
- assertDocument(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Asserts file info for existent document
- assertFile(FileInfo) - Static method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Asserts "this file info of content node reference"
- assertFolder(FileInfo) - Static method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Asserts "this file info of folder node reference"
- assertRemovableDocument(DocumentStatus) - Static method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Asserts "document with this status is removable"
- assertValidFileInfo(FileInfo) - Static method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Asserts "this file info isn't null"
- AssigneeBean - Class in org.alfresco.module.vti.metadata.model
-
Represent the assignee of the Sharepoint site.
- AssigneeBean(String, String, String) - Constructor for class org.alfresco.module.vti.metadata.model.AssigneeBean
-
Constructor
- attemptLock() - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
- AUTHENTICATE_HEADER - Static variable in class org.alfresco.module.vti.web.VtiFilter
-
- authenticateRequest(ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- authenticateRequest(ServletContext, HttpServletRequest, HttpServletResponse, String) - Method in interface org.alfresco.module.vti.handler.AuthenticationHandler
-
Authenticate user based on information in http request such as Authorization header or else.
- AuthenticationHandler - Interface in org.alfresco.module.vti.handler
-
Web authentication fundamental API
- authenticationService - Variable in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- CAMLMethod - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard CAML methods.
- canCreateDwsUrl(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Indicates whether the document workspace specified by the given url can be created.
- canCreateDwsUrl(String) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Indicates whether the document workspace specified by the given url can be created.
- CanCreateDwsUrlEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CanCreateDwsUrl soap method
- CanCreateDwsUrlEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CanCreateDwsUrlEndpoint
-
- CBRACKET - Static variable in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- checkInDocument(String, String, String, boolean, Date, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- checkInDocument(String, VersionType, String, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- checkInDocument(String, VersionType, String, boolean) - Method in interface org.alfresco.module.vti.handler.CheckOutCheckInServiceHandler
-
Check in provided document and creates write lock on original document
- checkInDocument(String, String, String, boolean, Date, boolean) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Check in document method
- CheckinDocumentMethod - Class in org.alfresco.module.vti.web.fp
-
Class for handling "checkin document"
- CheckinDocumentMethod() - Constructor for class org.alfresco.module.vti.web.fp.CheckinDocumentMethod
-
- CheckInFileEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CheckIn soap method
- CheckInFileEndpoint(CheckOutCheckInServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CheckInFileEndpoint
-
constructor
- checkout(FileInfo, int) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Helper method for short-term or long-term checkouts
- CheckOutCheckInServiceHandler - Interface in org.alfresco.module.vti.handler
-
Interface for checkOut web service handler
- checkOutDocument(String, String, int, int, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- checkOutDocument(String, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- checkOutDocument(String, boolean) - Method in interface org.alfresco.module.vti.handler.CheckOutCheckInServiceHandler
-
Check out provided document and creates write lock on working copy
- checkOutDocument(String, String, int, int, boolean) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Check out the file from a document library.
- CheckoutDocumentMethod - Class in org.alfresco.module.vti.web.fp
-
Class for handling CheckoutDocument Method
- CheckoutDocumentMethod() - Constructor for class org.alfresco.module.vti.web.fp.CheckoutDocumentMethod
-
- CheckOutFileEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CheckOut soap method
- CheckOutFileEndpoint(CheckOutCheckInServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CheckOutFileEndpoint
-
constructor
- COMMASEP - Static variable in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- compare(Date, String) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
Compare dates
- compare(DialogMetaInfo, DialogMetaInfo) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfoComparator
-
Sort DialogMetaInfo beans as MS clients do that.
- component - Variable in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiBuiltInListType
-
The site component of the List
- constructETag(String, Date) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
Generates a SharePoint style ETag for the resource,
based on its GUID and last modified date
- constructResourceTag(String, Date) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
Generate a SharePoint style Resource Tag (RTag) for
the resource, based on its GUID and last modified date.
- constructRid(String) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
- CONTENT_TYPE_FORM_URLENCODED - Static variable in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
- CONTENT_TYPE_HTML - Static variable in class org.alfresco.module.vti.web.VtiFilter
-
- CONTENT_TYPE_JSON - Static variable in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
- CONTENT_TYPE_TEXT_PLAIN - Static variable in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
- CONTENT_TYPE_X_VERMEER_RPC - Static variable in class org.alfresco.module.vti.web.VtiFilter
-
- CONTENT_TYPE_XML - Static variable in class org.alfresco.module.vti.web.VtiFilter
-
- contentService - Variable in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- convertDateToVersion(Date) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
- convertToPropfindFormat(String) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
- createDirectory(String, DocMetaInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- createDirectory(String, DocMetaInfo) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Creates a folder for the current Web site
- createDocumentsFolder(MeetingBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- createDws(String, String, List<UserBean>, String, List<DocumentBean>, String, String, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- createDws(String, String, List<UserBean>, String, List<DocumentBean>, String, String, SessionUser) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Creates a document workspace site
- CreateDwsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CreateDws soap method
- CreateDwsEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CreateDwsEndpoint
-
- createFolder(String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- createFolder(String) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Creates a subfolder in a document library of the current document workspace site
- CreateFolderEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CreateFolder soap method
- CreateFolderEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CreateFolderEndpoint
-
constructor
- createList(String, String, String, int) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- createList(String, String, String, int) - Method in interface org.alfresco.module.vti.handler.ListServiceHandler
-
Creates a Data List of the given type
- createNode(NodeRef, String, QName) - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
- createRuntimeException(Throwable) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiExceptionUtils
-
If throwable isn't runtime then wraps it in runtime exception.
- createSite(SessionUser, String, String, String, String, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
Creates new site using REST API, http method is sent to appropriate web script
- createSiteDashboard(HttpClient, String, SessionUser, String) - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
Creates site dashboard
- CreateUrlDirectories - Class in org.alfresco.module.vti.web.fp
-
Class for handling CreateUrlDirectories Method
- CreateUrlDirectories() - Constructor for class org.alfresco.module.vti.web.fp.CreateUrlDirectories
-
- CreateUrlDirectory - Class in org.alfresco.module.vti.web.fp
-
Class for handling CreateUrlDirectory Method
- CreateUrlDirectory() - Constructor for class org.alfresco.module.vti.web.fp.CreateUrlDirectory
-
- createWorkspace(String, String, int, TimeZoneInformation, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- createWorkspace(String, String, int, TimeZoneInformation, SessionUser) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Creates a new Meeting Workspace site on the specified Alfresco server.
- CreateWorkspaceEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling CreateWorkspace soap method
- CreateWorkspaceEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.CreateWorkspaceEndpoint
-
- DATALIST_CONTAINER - Static variable in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler
-
- decomposeDocumentURL(String, String, QName) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Breaks down the Document Context + URI into the
document path and name.
- decomposeURL(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- decomposeURL(String, String) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Decompose the URL into its parts, eg /foo/bar.doc -> { "foo", "bar.doc" }
- DEFAULT_IMAGE - Static variable in class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
- DEFAULT_LOCALE - Static variable in class org.alfresco.module.vti.web.ws.AbstractListEndpoint
-
- DefaultAuthenticationHandler - Class in org.alfresco.module.vti.handler.alfresco
-
Default implementation of web authentication.
- DefaultAuthenticationHandler() - Constructor for class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- DefaultLocalHostNameProvider - Class in org.alfresco.module.vti.handler.alfresco
-
- DefaultLocalHostNameProvider() - Constructor for class org.alfresco.module.vti.handler.alfresco.DefaultLocalHostNameProvider
-
- DefaultUrlHelper - Class in org.alfresco.module.vti.handler.alfresco
-
- DefaultUrlHelper() - Constructor for class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- deleteAllVersions(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Do a "SharePoint Delete All Versions", which isn't the same
as a normal Alfresco delete version history
- deleteAllVersions(String) - Method in interface org.alfresco.module.vti.handler.VersionsServiceHandler
-
Deletes "all versions" of the specified file.
- DeleteAllVersionsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling DeleteAllVersions method from versions web service
- DeleteAllVersionsEndpoint(VersionsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteAllVersionsEndpoint
-
- deleteDws(String, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- deleteDws(String, SessionUser) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Deletes the current document workspace site and its contents
- DeleteDwsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling DeleteDws soap method
- DeleteDwsEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteDwsEndpoint
-
constructor
- deleteFolder(String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- deleteFolder(String) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Deletes a subfolder from a document library of the current document workspace site
- DeleteFolderEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling DeleteFolder soap method
- DeleteFolderEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteFolderEndpoint
-
constructor
- deleteList(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- deleteList(String, String) - Method in interface org.alfresco.module.vti.handler.ListServiceHandler
-
Deletes a Data List
- DeleteListEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling the DeleteList soap method
- DeleteListEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteListEndpoint
-
constructor
- DeleteMethod - Class in org.alfresco.module.vti.web.fp
-
Implements the WebDAV DELETE method with VTI specific
- DeleteMethod(String) - Constructor for class org.alfresco.module.vti.web.fp.DeleteMethod
-
- deleteSite(SessionUser, String) - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
Deletes site using REST API, http method is sent to appropriate web script
- deleteVersion(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
- deleteVersion(String, String) - Method in interface org.alfresco.module.vti.handler.VersionsServiceHandler
-
Deletes the specified file version
- DeleteVersionEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling DeleteVersion method from versions web service
- DeleteVersionEndpoint(VersionsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteVersionEndpoint
-
- deleteWorkspace(String, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- deleteWorkspace(String, SessionUser) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Deletes the Meeting Workspace site from the specified Alfresco server.
- DeleteWorkspaceEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling DeleteWorkspace soap method
- DeleteWorkspaceEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.DeleteWorkspaceEndpoint
-
- destroy() - Method in class org.alfresco.module.vti.web.VtiFilter
-
Filter destroy method.
- DialogMetaInfo - Class in org.alfresco.module.vti.metadata.dialog
-
This class is a java bean that represents items in FileOpen/Save Dialogs.
- DialogMetaInfo(boolean) - Constructor for class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- DialogMetaInfoComparator - Class in org.alfresco.module.vti.metadata.dialog
-
- DialogMetaInfoComparator(VtiSortField, VtiSort) - Constructor for class org.alfresco.module.vti.metadata.dialog.DialogMetaInfoComparator
-
Constructor
- DialogsMetaInfo - Class in org.alfresco.module.vti.metadata.dialog
-
Custom type to storing list of the files and folders.
- DialogsMetaInfo() - Constructor for class org.alfresco.module.vti.metadata.dialog.DialogsMetaInfo
-
- DialogUtils - Class in org.alfresco.module.vti.metadata.dialog
-
Utils class for dialogview method (FileOpen/Save).
- DialogUtils() - Constructor for class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
- dispatchRequest(VtiSoapRequest) - Method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Dispatch among set of VtiEndpoints.
- DOC_CHECKED_OUT - Static variable in exception org.alfresco.module.vti.handler.VtiHandlerException
-
- DOC_NOT_CHECKED_OUT - Static variable in exception org.alfresco.module.vti.handler.VtiHandlerException
-
- DocMetaInfo - Class in org.alfresco.module.vti.metadata.model
-
Bean class that store all meta-information about the Sharepoint item (file or folder)
- DocMetaInfo(boolean) - Constructor for class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Constructor
- doCreateDocumentSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Create document schema
- doCreateDocumentSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doCreateDws(String, String, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Creates a document workspace site
- doCreateDws(String, String, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Creates a document workspace site
- doCreateLinkSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Create link schema
- doCreateLinkSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doCreateTasksSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Create tasks schema
- doCreateTasksSchemaBean(FileInfo, List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- DocsMetaInfo - Class in org.alfresco.module.vti.metadata.model
-
Bean class that is used to store lists of files, folders and failed items.
- DocsMetaInfo() - Constructor for class org.alfresco.module.vti.metadata.model.DocsMetaInfo
-
- Document - Class in org.alfresco.module.vti.metadata.model
-
Represents single MS Office file with content and meta-information
- Document() - Constructor for class org.alfresco.module.vti.metadata.model.Document
-
Default constructor
- DocumentBean - Class in org.alfresco.module.vti.metadata.model
-
Represents document in sharepoint workspace
- DocumentBean(String, String, String, String, String, String, String, String) - Constructor for class org.alfresco.module.vti.metadata.model.DocumentBean
-
- DocumentStatus - Enum in org.alfresco.module.vti.metadata.dic
-
Enum used to indicate document status
- DocumentVersionBean - Class in org.alfresco.module.vti.metadata.model
-
Class that represent version of document
- DocumentVersionBean(String, String, String, String, int, String) - Constructor for class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
Constructor
- DocumentVersionBean() - Constructor for class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
default costructor
- doDecomposeURLWork(String, String, QName) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doDelete(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doDelete method.
- doDeleteDws(FileInfo, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Deletes the current document workspace site and its contents
- doDeleteDws(FileInfo, SessionUser) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- DOES_NOT_EXIST - Static variable in exception org.alfresco.module.vti.handler.VtiHandlerException
-
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
Target method that will be executed in child classes
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.CheckinDocumentMethod
-
Enables the currently authenticated user to make changes to a document under source control
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.CheckoutDocumentMethod
-
Enables the currently authenticated user to make changes to a document under source control
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.CreateUrlDirectories
-
Allows the client to create one or more directories (folders) on the Web site.
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.CreateUrlDirectory
-
Creates a folder for the current Web site, but only used for backward
compatibility.
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.FileOpenDialog
-
Returns web-view for 'File Open' window.
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.GetDocsMetaInfoMethod
-
Provides the meta-information for the files in the current Web site
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.GetDocumentMethod
-
Method for document retreiving
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.ListDocumentsMethod
-
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.
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.MoveDocumentMethod
-
Changes the name of the selected document to the new name provided by the user
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.NotImplementedVtiMethod
-
Method that will be called if client sends request to undefined method
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.OpenServiceMethod
-
Provides meta-information for a Web site to the client application
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.PutDocumentMethod
-
Writes a single file to a directory in an existing Web site
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.RemoveDocumentsMethod
-
Deletes the specified documents or folders from the Web site specified by the
service_name parameter
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.SaveFormDialog
-
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.ServerVersionMethod
-
Returns the exact version of Microsoft Windows SharePoint Services
that are emulated on a Web server
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.UncheckoutDocumentMethod
-
Realize currently checkouted document
- doExecute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.UrlToWebUrlMethod
-
Given a URL for a file, returns the URL of the Web site to which
the file belongs, and the subsite, if applicable
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.alfresco.module.vti.web.VtiFilter
-
Process the specified HTTP request, check authentication, resource existence, access to document workspace and write specific protocol headers to response.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doGet(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doGet method.
- doGet(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBinAction
-
Process Forntpage extension protocol GET request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of
VtiMethod to perform the requested method of
Frontpage extension protocol.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiIfHeaderAction
-
Getting server version of document for merging.
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiResourceAction
-
Retrieve specific resource for web-view.
- doGetDwsContentRecursive(FileInfo, List<DocumentBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get document workspace site content
- doGetDwsContentRecursive(FileInfo, List<DocumentBean>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetDwsCreationUrl(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get a new document workspace site creation url
- doGetDwsCreationUrl(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetDwsDocuments(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get the document list
- doGetDwsDocuments(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetDwsLinks(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get document workspace site links
- doGetDwsLinks(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetLastUpdate(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Resolves site's last update time as string
- doGetLastUpdate(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetModelType() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get type of alfresco document workspace site (Folder or Site)
- doGetModelType() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetResultBean(String, String, String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get new document workspace site description
- doGetResultBean(String, String, String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doGetUsersPermissions(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get users permissions
- doGetUsersPermissions(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doHead(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doHead(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doHead method.
- doListDwsMembers(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get document workspace site users
- doListDwsMembers(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doOptions(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doOptions method.
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doPost(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doPost method.
- doPost(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBinAction
-
Process Forntpage extension protocol POST request, dispatch among set of
VtiMethods (Frontpage extension protocol methods), selects and invokes a
realization of
VtiMethod to perform the requested method of
Frontpage extension protocol.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doPut(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doPut method.
- doPut(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiIfHeaderAction
-
Saving of client version of document while merging.
- doRemoveDwsUser(FileInfo, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Removes the specified user from the list of users for the current document workspace site
- doRemoveDwsUser(FileInfo, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- doTrace(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
Wrapped doTrace method.
- doUpdateDwsDataDelete(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Deletes link in site links container
- doUpdateDwsDataDelete(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doUpdateDwsDataNew(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Creates new link in site links container
- doUpdateDwsDataNew(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- doUpdateDwsDataUpdate(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Updates given link in site links container
- doUpdateDwsDataUpdate(LinkBean, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- DWS - Static variable in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- DwsBean - Class in org.alfresco.module.vti.metadata.model
-
Represents Sharepoint document work space after creation.
- DwsBean() - Constructor for class org.alfresco.module.vti.metadata.model.DwsBean
-
- DwsBean(String, String, String, List<String>, String, String) - Constructor for class org.alfresco.module.vti.metadata.model.DwsBean
-
- DwsData - Class in org.alfresco.module.vti.metadata.model
-
The GetDwsData class is used to store general information about the Document
Workspace site as well as its members, documents, links, and tasks.
- DwsData(String, String, UserBean, List<MemberBean>, List<AssigneeBean>, List<TaskBean>, List<DocumentBean>, List<LinkBean>, boolean) - Constructor for class org.alfresco.module.vti.metadata.model.DwsData
-
- DwsData() - Constructor for class org.alfresco.module.vti.metadata.model.DwsData
-
Default constructor
- DwsError - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of standard errors that may be returned while working with DwsService methods.
- DwsException - Exception in org.alfresco.module.vti.handler
-
Exception for DWS Actions, based on the Enumeration
of possible DWS Errors.
- DwsException(DwsError) - Constructor for exception org.alfresco.module.vti.handler.DwsException
-
Create exception with specified message
- DwsException(String) - Constructor for exception org.alfresco.module.vti.handler.DwsException
-
Create exception with specified message
- DwsException(DwsError, Throwable) - Constructor for exception org.alfresco.module.vti.handler.DwsException
-
Create exception with specified message and throwable object
- dwsExists(String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- dwsExists(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
- DwsMetadata - Class in org.alfresco.module.vti.metadata.model
-
Represents information about a Document Workspace site and the lists it contains
- DwsMetadata() - Constructor for class org.alfresco.module.vti.metadata.model.DwsMetadata
-
Default constructor
- DwsMetadata(String, String, String, String, String, Set<String>, List<SchemaBean>, List<ListInfoBean>, List<Permission>, boolean, WorkspaceType, boolean, String, boolean, DwsData) - Constructor for class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- DwsServiceHandler - Interface in org.alfresco.module.vti.handler
-
Document workspace site service fundamental API.
- EMULATED_SHAREPOINT_VERSION - Static variable in class org.alfresco.module.vti.web.VtiFilter
-
- encode(String) - Static method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
encode string to share specific manner (all characters with code > 127 will be encoded in %u0...
- encode(String) - Static method in class org.alfresco.module.vti.web.VtiEncodingUtils
-
Encode string to specific FrontPage extension format.
- endList() - Method in class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Ends current list
- endPacket() - Method in class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Ends vermeer packet with footer
- endTag(String) - Method in class org.alfresco.module.vti.web.VtiUtilBase
-
Creates xml closing tag presentation
- endVtiAnswer() - Method in class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Ends vti answer with vermeer packet footer
- entryType - Variable in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiBuiltInListType
-
The type of entries within the list
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiBrowserAction
-
Handle redirection of specific requests to Web clients.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiDownloadContentAction
-
Write content to response for documents that are located in version history.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiIfHeaderAction
-
Merge between client document version and server document version.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiInfAction
-
Return the information to determine the entry point for
the Microsoft FrontPage Server Extensions.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiResourceAction
-
Retrieve specific resource for web-view.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Process Web service request, dispatch among set of VtiEndpoints.
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
Process WebDAV protocol request, dispatch among set of
WebDAVMethods, selects and invokes a realization of
WebDAVMethod
to perform the requested method of WebDAV protocol.
- execute(WebDAVMethod, HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
Plugable executor implementation allows overriding of this behaviour without disturbing
the class hierarchy.
- execute(WebDAVMethod, HttpServletRequest, HttpServletResponse) - Method in interface org.alfresco.module.vti.web.actions.VtiWebDavActionExecutor
-
- execute(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.actions.VtiWelcomeInfoAction
-
Return the information to determine the entry point for
the Microsoft FrontPage Server Extensions.
- execute(VtiFpRequest, VtiFpResponse) - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
- execute() - Method in class org.alfresco.module.vti.web.fp.MoveMethod
-
Alters the request to include the servlet path (needed for
building the destination path), then executes as usual
- execute(VtiFpRequest, VtiFpResponse) - Method in interface org.alfresco.module.vti.web.fp.VtiMethod
-
Executes the vti method
- execute(WebScriptRequest, WebScriptResponse) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
Execute the webscript and return the cached JavaScript response
- execute(HttpServletRequest, HttpServletResponse) - Method in interface org.alfresco.module.vti.web.VtiAction
-
Process the specified HTTP request, and create the corresponding HTTP response.
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.AbstractListEndpoint
-
Deletes document workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.AbstractMeetingEndpoint
-
Add/Update/Delete meeting in Meeting Workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.AbstractVersionEndpoint
-
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.AbstractWorkspaceEndpoint
-
Create new Meeting Workspace on Alfresco server
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.AddUserCollectionToRoleEndpoint
-
Adds new user to the site with given role
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.CanCreateDwsUrlEndpoint
-
Creates new document workspace with given title
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.CheckInFileEndpoint
-
Check in file
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.CheckOutFileEndpoint
-
Check out file
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.CreateDwsEndpoint
-
Creates new document workspace with given title
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.CreateFolderEndpoint
-
Creates new folder in site's document library
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.DeleteDwsEndpoint
-
Deletes document workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.DeleteFolderEndpoint
-
Delete folder from site's document library
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetDwsDataEndpoint
-
Retrieves information about document workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetDwsMetaDataEndpoint
-
Retrieves information about document workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetListCollectionEndpoint
-
Returns the names and GUIDs for all the lists in the site
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetListTemplatesEndpoint
-
Returns the list templates (kinds of document library
components) that are available
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetMeetingsInformationEndpoint
-
Retrieve information related to meetings
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetMeetingWorkspacesEndpoint
-
Retrieve the list of Meeting Workspaces on specified Alfresco Server
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetUserLoginFromEmailEndpoint
-
Retrieves information about the user
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetWebCollectionEndpoint
-
Returns the titles and URLs of all sites directly beneath the current site
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.GetWebEndpoint
-
Returns info on a site
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.IsClaimsModeEndpoint
-
Informs the client that we don't do claims mode
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.RemoveDwsUserEndpoint
-
Removes user from site
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.RenameDwsEndpoint
-
Rename document workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.SetAttendeeResponseEndpoint
-
Update meeting in Meeting Workspace
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.UndoCheckOutFileEndpoint
-
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.UpdateDwsDataEndpoint
-
Update dws data for site
- execute(VtiSoapRequest, VtiSoapResponse) - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
Executes target endpoint method
- execute(VtiSoapRequest, VtiSoapResponse) - Method in class org.alfresco.module.vti.web.ws.WebUrlFromPageUrlEndpoint
-
Retrieves url of the document workspace site from the document url
- executeAction(HttpServletRequest, HttpServletResponse, VtiAction) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher
-
Execute the particular Sharepoint action.
- executeImpl() - Method in class org.alfresco.module.vti.web.fp.DeleteMethod
-
- executeImpl() - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
Handle PROPFIND method of the MS-WDVME protocol.
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.AbstractListEndpoint
-
Does the List work, and returns the detail of the List
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.AbstractListItemsEndpoint
-
Not used, we are too specific
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.AddListEndpoint
-
Adds the new list
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.DeleteListEndpoint
-
Fetch and delete the list
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.GetListCollectionEndpoint
-
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.GetListEndpoint
-
Fetches the details of the list
- executeListAction(VtiSoapRequest, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.UpdateListItemsEndpoint
-
Not used, we are too specific
- executeListActionDetails(VtiSoapRequest, VtiSoapResponse, String, String, Element, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.AbstractListEndpoint
-
- executeListActionDetails(VtiSoapRequest, VtiSoapResponse, String, String, Element, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.AbstractListItemsEndpoint
-
Returns information about items in the list based on the specified query
- executeListActionDetails(VtiSoapRequest, VtiSoapResponse, String, String, Element, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.UpdateListItemsEndpoint
-
Fetches all the details of the update, and processes
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.AbstractMeetingEndpoint
-
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.AddMeetingEndpoint
-
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.AddMeetingFromICalEndpoint
-
Add new meeting to Meeting Workspace
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.RemoveMeetingEndpoint
-
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.RestoreMeetingEndpoint
-
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.UpdateMeetingEndpoint
-
- executeMeetingAction(VtiSoapRequest, VtiSoapResponse, String, MeetingBean, int, int, boolean, boolean) - Method in class org.alfresco.module.vti.web.ws.UpdateMeetingFromICalEndpoint
-
Update meeting in Meeting Workspace
- executeRequest(VtiSoapRequest, VtiSoapResponse, String, Element, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.AbstractMeetingEndpoint
-
- executeRequest(VtiSoapRequest, VtiSoapResponse, String, Element, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.AbstractMeetingFromICalEndpoint
-
Add new meeting to Meeting Workspace
- executeVersionAction(VtiSoapRequest, String, String, Element) - Method in class org.alfresco.module.vti.web.ws.AbstractVersionEndpoint
-
Does the version work, and returns the new version info
- executeVersionAction(VtiSoapRequest, String, String, Element) - Method in class org.alfresco.module.vti.web.ws.DeleteAllVersionsEndpoint
-
- executeVersionAction(VtiSoapRequest, String, String, Element) - Method in class org.alfresco.module.vti.web.ws.DeleteVersionEndpoint
-
Deletes specified version of the document
- executeVersionAction(VtiSoapRequest, String, String, Element) - Method in class org.alfresco.module.vti.web.ws.GetVersionsEndpoint
-
- executeVersionAction(VtiSoapRequest, String, String, Element) - Method in class org.alfresco.module.vti.web.ws.RestoreVersionEndpoint
-
- executeWorkspaceAction(VtiSoapRequest, VtiSoapResponse, Element, SimpleNamespaceContext, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.AbstractWorkspaceEndpoint
-
Performs the appropriate action on the workspace
- executeWorkspaceAction(VtiSoapRequest, VtiSoapResponse, Element, SimpleNamespaceContext, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.CreateWorkspaceEndpoint
-
Create new Meeting Workspace on Alfresco server
- executeWorkspaceAction(VtiSoapRequest, VtiSoapResponse, Element, SimpleNamespaceContext, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.DeleteWorkspaceEndpoint
-
- executeWorkspaceAction(VtiSoapRequest, VtiSoapResponse, Element, SimpleNamespaceContext, String, String, String, int) - Method in class org.alfresco.module.vti.web.ws.SetWorkspaceTitleEndpoint
-
- existResource(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- existResource(HttpServletRequest, HttpServletResponse) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Check on existing resource
- generateAllPropertiesResponse(XMLWriter, FileInfo, boolean) - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
Generates the XML response for a PROPFIND request that asks for all known
properties
- generateFakeLockDiscoveryResponseForWorkingCopy(XMLWriter, NodeRef, boolean) - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
Generates the XML response snippet showing the fake lock information for the given path
- generateLockDiscoveryResponse(XMLWriter, FileInfo, boolean) - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
Generates the XML response snippet showing the lock information for the
given path
- generateResponseForNode(XMLWriter, FileInfo, String) - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
Generates the required response XML for the current node
- generateXml(AssigneeBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert AssigneeBean type to the correct xml presentation
- generateXml(DocumentBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert DocumentBean type to the correct xml presentation
- generateXml(DwsBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert DwsBean type to the correct xml presentation
- generateXml(DwsData) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert DwsData type to the correct xml presentation
- generateXml(DwsMetadata) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert DwsMetadata type to the correct xml presentation
- generateXml(LinkBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert LinkBean type to the correct xml presentation
- generateXml(ListInfoBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert ListInfoBean type to the correct xml presentation
- generateXml(MemberBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert MemberBean type to the correct xml presentation
- generateXml(SchemaBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert SchemaBean type to the correct xml presentation
- generateXml(SchemaFieldBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert SchemaFieldBean type to the correct xml presentation
- generateXml(TaskBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert TaskBean type to the correct xml presentation
- generateXml(UserBean) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Convert UserBean type to the correct xml presentation
- getAction() - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- getAddUsersRole() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getAddUsersUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getAlfrescoContext() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get alfresco context
- getAlfrescoContext() - Method in class org.alfresco.module.vti.web.VtiFilter
-
- getAlfrescoContextName() - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getAlfrescoContextName() - Method in class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
Get alfresco context name
- getAssignedTo() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getAssignees() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getAttendees() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getAuthenticationComponent() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Get authentication component
- getAuthenticationHandler() - Method in class org.alfresco.module.vti.web.VtiFilter
-
- getAuthenticationService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get authentication service
- getAuthor() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getAuthor() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getAuthor() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getAuthor() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getAuthor() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getAvailableListTypes() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- getAvailableListTypes() - Method in interface org.alfresco.module.vti.handler.ListServiceHandler
-
Returns the list of available List Types
- getBaseType() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
Get the List Base Type
- getBias() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getBody() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getCheckedOutTo() - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- getCheckOutCheckInService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get check out check in service
- getChoices() - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- getComments() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getComments() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getContentService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get content service
- getContext(VtiSoapRequest) - Static method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Return current context
- getContextFromDocumentName(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get context form document name
- getCreated() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getCreated() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getCreated() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getCreated() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getCreatedBy() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getCreatedTime() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getCurrentUser() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get current user
- getCustomRules() - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- getDavHelper() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- getDay() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getDaylightBias() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getDaylightDate() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getDayOfWeek() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getDefault() - Static method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- getDefault() - Static method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getDescription() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getDescription() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getDescription() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getDescription() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
Get the Description
- getDescription() - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getDialogMetaInfo(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Returns DialogMetaInfo for FileInfo
- getDialogMetaInfoList() - Method in class org.alfresco.module.vti.metadata.dialog.DialogsMetaInfo
-
- getDictionary(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get dictionary
- getDictionaryService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getDirlateststamp() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getDisplayName() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getDoclibUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getDocLibUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getDocsMetaInfo(String, boolean, boolean, boolean, List<String>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getDocsMetaInfo(String, boolean, boolean, boolean, List<String>) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Provides the server with the standard meta-information concerning the designated file
- GetDocsMetaInfoMethod - Class in org.alfresco.module.vti.web.fp
-
Class for handling "getDocsMetaInfo" method
- GetDocsMetaInfoMethod() - Constructor for class org.alfresco.module.vti.web.fp.GetDocsMetaInfoMethod
-
- getDocument(String, String, boolean, String, EnumSet<GetOption>, int) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- getDocument(String, String, boolean, String, EnumSet<GetOption>, int) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Retrieves the specified document for viewing
- getDocument() - Method in class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
Get xml document
- getDocument() - Method in class org.alfresco.module.vti.web.ws.VtiSoapResponse
-
Get xml document that will be written to response
- getDocumentHelper() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get document helper
- GetDocumentMethod - Class in org.alfresco.module.vti.web.fp
-
Class for handling GetDocument Method
- GetDocumentMethod() - Constructor for class org.alfresco.module.vti.web.fp.GetDocumentMethod
-
- getDocumentsList() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getDocumentStatus(NodeRef) - Method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
Returns document status for node reference
- getDocumentVersionInfo(Version, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Get document version bean by version
- getDocumentVersionInfo(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Get document version bean for document without version history
- getDocUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getDueDate() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getDwsData(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- getDwsData(String, String) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Returns information about a document workspace site and the lists it contains
- getDwsData() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- GetDwsDataEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetDwsData soap method
- GetDwsDataEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetDwsDataEndpoint
-
- getDwsForCreationFromUri(VtiSoapRequest) - Static method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Get current DWS name for DWS creation from requested URI
- getDwsFromDocumentName(String, QName) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get Document Workspace site from document name
- getDwsFromUri(VtiSoapRequest) - Static method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Get current DWS name from requested URI
- getDWSMetaData(String, String, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- getDWSMetaData(String, String, boolean) - Method in interface org.alfresco.module.vti.handler.DwsServiceHandler
-
Returns information about a document workspace site and the lists it contains
- GetDwsMetaDataEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetDwsMetaData method from dws web service
- GetDwsMetaDataEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetDwsMetaDataEndpoint
-
constructor
- getDwsPermissionsUrl(String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- getEditor() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getEditor() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getEditor() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getEmail() - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- getEmail() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getEndDate() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getEntryType() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
The Type of entries within the list
- getError() - Method in exception org.alfresco.module.vti.handler.DwsException
-
- getError() - Method in exception org.alfresco.module.vti.handler.VtiHandlerException
-
- getError() - Method in exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- getErrorCode() - Method in exception org.alfresco.module.vti.handler.VtiHandlerException
-
Return the error code, or -1 if not known
- getErrorCode() - Method in enum org.alfresco.module.vti.metadata.dic.VtiError
-
- getErrorCode() - Method in exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- getErrorCode() - Method in exception org.alfresco.module.vti.web.ws.VtiSoapException
-
Return the error code, or -1 if not known
- getEtag() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getExternalBaseURL() - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- getExternalBaseURL() - Method in interface org.alfresco.module.vti.handler.alfresco.UrlHelper
-
The base URL exposed to clients, regardless of where Sharepoint is deployed.
- getExternalURL(String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- getExternalURL(String) - Method in interface org.alfresco.module.vti.handler.alfresco.UrlHelper
-
- getExternalURLHostOnly() - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- getExternalURLHostOnly() - Method in interface org.alfresco.module.vti.handler.alfresco.UrlHelper
-
The base URL including the protocol scheme, host and port only without any path information.
- getFailedUrls() - Method in class org.alfresco.module.vti.metadata.model.DocsMetaInfo
-
- getFailedUsers() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getFields() - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
- getFileFolderService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get file folder service
- getFileFolderService() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- getFileMetaInfoList() - Method in class org.alfresco.module.vti.metadata.model.DocsMetaInfo
-
- getFileName(VtiSoapRequest, XPath) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Get the (relative) file name that was requested.
- getFileOpen(String, String, List<String>, String, VtiSortField, VtiSort, String) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getFileOpen(String, String, List<String>, String, VtiSortField, VtiSort, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- getFileOpen(String, String, List<String>, String, VtiSortField, VtiSort, String) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Opens a view of the document libraries within a site, of a specific document library, or of a folder within a document library
- getFileRef() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getFilesize() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getFileTypeImage(String) - Static method in class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
Recognize image for the given file extension, if extension
is empty string then default image is returned.
- getFolderMetaInfoList() - Method in class org.alfresco.module.vti.metadata.model.DocsMetaInfo
-
- getFolderName(MeetingBean) - Static method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- getHassubdirs() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getHost() - Method in interface org.alfresco.module.vti.management.SPP
-
- getHost() - Method in class org.alfresco.module.vti.management.SPPMBean
-
- getHost(VtiSoapRequest) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Return current host
- getHostFromDocumentName(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get host from document name
- getHour() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
Get the ID of the Type
- getId() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getID() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getId() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getImageUrl() - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getInputStream() - Method in class org.alfresco.module.vti.metadata.model.Document
-
- getIsbrowsable() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getIschildweb() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getIsexecutable() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getIsscriptable() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getLastUpdate() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getLinksList() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getList(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- getList(String, String) - Method in interface org.alfresco.module.vti.handler.ListServiceHandler
-
Fetches an existing Data List.
- getListbasetype() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getListCollection(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- getListCollection(String) - Method in interface org.alfresco.module.vti.handler.ListServiceHandler
-
Returns the names and GUIDs for all the lists in the site.
- GetListCollectionEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetListCollection method from lists web service
- GetListCollectionEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListCollectionEndpoint
-
constructor
- getListDocuments(String, boolean, boolean, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map<String, Object>, boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- getListDocuments(String, boolean, boolean, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, Map<String, Object>, boolean) - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
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.
- getListEnableMinorVersions() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getListEnableVersioning() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- GetListEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetList method from lists web service.
- GetListEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListEndpoint
-
constructor
- getListInfo(String, ListInfoBean, String, Date) - Method in class org.alfresco.module.vti.web.ws.AbstractListItemsEndpoint
-
- getListInfo(String, ListInfoBean, String, Date) - Method in class org.alfresco.module.vti.web.ws.GetListItemChangesEndpoint
-
TODO Support all kinds of lists
TODO Filter by change since date
- getListInfo(String, ListInfoBean, String, Date) - Method in class org.alfresco.module.vti.web.ws.GetListItemChangesSinceTokenEndpoint
-
TODO Support all kinds of lists
TODO Filter by change token
- getListInfo(String, ListInfoBean, String, Date) - Method in class org.alfresco.module.vti.web.ws.GetListItemsEndpoint
-
TODO Support all kinds of lists
- getListInfoItems() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- GetListItemChangesEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetListItemChanges method from lists web service
- GetListItemChangesEndpoint(ListServiceHandler, MethodHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListItemChangesEndpoint
-
Constructor
- GetListItemChangesSinceTokenEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetListItemChangesSinceToken method from lists web service
- GetListItemChangesSinceTokenEndpoint(ListServiceHandler, MethodHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListItemChangesSinceTokenEndpoint
-
Constructor
- GetListItemsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetListItems method from lists web service
- GetListItemsEndpoint(ListServiceHandler, MethodHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListItemsEndpoint
-
constructor
- getListName() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Returns the name of the list that this item is part of.
- getListRequireCheckout() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getListServerTemplate() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- GetListTemplatesEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling the GetListTemplates soap method
- GetListTemplatesEndpoint(ListServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetListTemplatesEndpoint
-
constructor
- getListTitle() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getLocalName() - Method in class org.alfresco.module.vti.handler.alfresco.DefaultLocalHostNameProvider
-
- getLocalName() - Method in interface org.alfresco.module.vti.handler.alfresco.LocalHostNameProvider
-
- getLockService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get lock service
- getLockService() - Method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Access the WebDAVLockService.
- getLockService() - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
Access to the WebDAVLockService.
- getLoginName() - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- getLoginName() - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- getLoginName() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getMeeting(String) - Method in class org.alfresco.module.vti.web.ws.AbstractMeetingFromICalEndpoint
-
Create meeting bean from iCalText
- getMeetingCount() - Method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- getMeetingsInformation(String, int, int) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- getMeetingsInformation(String, int, int) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Lists the languages and templates supported by the specified Alfresco server.
- GetMeetingsInformationEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetMeetingsInformation soap method
- GetMeetingsInformationEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetMeetingsInformationEndpoint
-
- getMeetingWorkspaces(boolean) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- getMeetingWorkspaces(boolean) - Method in interface org.alfresco.module.vti.handler.MeetingServiceHandler
-
Lists the Meeting Workspace sites that are available, to the current user,
on the Alfresco Server.
- GetMeetingWorkspacesEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetMeetingWorkspaces soap method
- GetMeetingWorkspacesEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetMeetingWorkspacesEndpoint
-
- getMembers() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getMessage(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
TODO Fix up the message files so we can get rid of this nasty hack!
- getMessage() - Method in enum org.alfresco.module.vti.metadata.dic.VtiError
-
- getMessage(String) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
TODO Fix up the message files so we can get rid of this nasty hack!
- getMetaDictionary(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get meta-dictionary
- getMetatags() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getMilliseconds() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getMimetypeService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getMinute() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getModified() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getModified() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getModified() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getModified() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getModifiedBy() - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- getModifiedBy() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getModifiedTime() - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- getMonth() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getMtgInstance() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getName() - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
Get the (short form) name
- getName() - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- getName() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getName() - Method in class org.alfresco.module.vti.web.fp.CheckinDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.CheckoutDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.CreateUrlDirectories
-
- getName() - Method in class org.alfresco.module.vti.web.fp.CreateUrlDirectory
-
- getName() - Method in class org.alfresco.module.vti.web.fp.FileOpenDialog
-
- getName() - Method in class org.alfresco.module.vti.web.fp.GetDocsMetaInfoMethod
-
returns methods name
- getName() - Method in class org.alfresco.module.vti.web.fp.GetDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.ListDocumentsMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.MoveDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.NotImplementedVtiMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.OpenServiceMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.PutDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.RemoveDocumentsMethod
-
returns methods name
- getName() - Method in class org.alfresco.module.vti.web.fp.SaveFormDialog
-
- getName() - Method in class org.alfresco.module.vti.web.fp.ServerVersionMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.UncheckoutDocumentMethod
-
- getName() - Method in class org.alfresco.module.vti.web.fp.UrlToWebUrlMethod
-
returns methods name
- getName() - Method in interface org.alfresco.module.vti.web.fp.VtiMethod
-
- getName() - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- getName() - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
- getNamespace() - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- getNamespace() - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
- getNodeForPath(NodeRef, String) - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
- getNodeForPath(NodeRef, String) - Method in class org.alfresco.module.vti.web.fp.MkcolMethod
-
- getNodeForPath(NodeRef, String) - Method in class org.alfresco.module.vti.web.fp.PropPatchMethod
-
- getNodeForPath(NodeRef, String) - Method in class org.alfresco.module.vti.web.fp.PutMethod
-
- getNodeForPath(NodeRef, String) - Method in class org.alfresco.module.vti.web.fp.UnlockMethod
-
- getNodeRef() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getNodeService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get node service
- getNotEncodedParameter(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getNotes() - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- getNumItems() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getObjType() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- GetOption - Enum in org.alfresco.module.vti.metadata.dic
-
Used to define the behavior of retrieving documents operations.
- getOptions(String) - Static method in enum org.alfresco.module.vti.metadata.dic.GetOption
-
- getOptions(String) - Static method in enum org.alfresco.module.vti.metadata.dic.PutOption
-
- getOptions(String) - Static method in enum org.alfresco.module.vti.metadata.dic.RenameOption
-
- getOrganizer() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getOwshiddenversion() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getOwshiddenversion() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getPagesMap() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Get pages map
- getParameter(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getParameter(String, boolean) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get boolean parameter
- getParameter(String, Date) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get Date parameter
- getParameter(String, VtiSort) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get VtiSort parameter
- getParameter(String, VtiSortField) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get VtiSortField parameter
- getParameter(String, int) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get VtiSortField parameter
- getParameter(String, String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get String parameter
- getParameter(String, List<String>) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get List of Strings parameter
- getParameter(String, DocsMetaInfo) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get DocsMetaInfo parameter
- getParameter(String, Document) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Get Document parameter
- getParameter(Element, String, SimpleNamespaceContext) - Method in class org.alfresco.module.vti.web.ws.CreateDwsEndpoint
-
- getParameterMap() - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getParameterNames() - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getParameterValues(String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
- getParentWeb() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getPath() - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- getPath() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getPath() - Method in class org.alfresco.module.vti.web.fp.DeleteMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPath() - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPath() - Method in class org.alfresco.module.vti.web.fp.MkcolMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPath() - Method in class org.alfresco.module.vti.web.fp.MoveMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPath() - Method in class org.alfresco.module.vti.web.fp.PutMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPathForURL(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Translates an incoming path (as used in a URL) to a repository path, taking into account
any translations that may be necessary.
- getPathFromDocumentName(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get path from document name
- getPathHelper() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get path helper
- getPathWithoutContext(String, HttpServletRequest) - Static method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
Returns the path, excluding the Servlet Context (if present)
- getPermissionList() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getPermissions() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getPermissionService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get permission service
- getPermsUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getPort() - Method in interface org.alfresco.module.vti.management.SPP
-
- getPort() - Method in class org.alfresco.module.vti.management.SPPMBean
-
- getPriority() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getProgID() - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- getReccurenceIdDate() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getResponseTagName() - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- getResponseTagName() - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
- getResultTagName() - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- getResultTagName() - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
- getRoles() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getRootNodeRef() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- getRootPath() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- getRtag() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getSchemaItems() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getSecond() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- getServerOffset() - Static method in class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
- getServertimeZone() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getServertimeZone() - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Get server time zone
- getSettingsUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getShareContext() - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
Get share context name
- getShareHostWithPort() - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
Get share host with port
- getShareUtils() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Get share utils
- getSiteRequired() - Method in class org.alfresco.module.vti.web.ws.AbstractWorkspaceEndpoint
-
Is a site required? -1 means no site is required, otherwise the
result is the
VtiSoapException error code if no site is found
- getSiteRequired() - Method in class org.alfresco.module.vti.web.ws.CreateWorkspaceEndpoint
-
A site should not be given
- getSiteRequired() - Method in class org.alfresco.module.vti.web.ws.DeleteWorkspaceEndpoint
-
A site is always required
- getSiteRequired() - Method in class org.alfresco.module.vti.web.ws.SetWorkspaceTitleEndpoint
-
A site name is always required
- getSiteService() - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Get site service
- getSize() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getSOAPAction(HttpServletRequest) - Static method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Returns the SOAP Action that was requested, or NULL if the request isn't a SOAP action.
- getSortDir(String, VtiSortField, VtiSort) - Method in class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
According the current sorting field and sorting order return new sorting order.
- getSortFieldValue(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
Cast String to VtiSortField
- getSortValue(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogUtils
-
Cast String to VtiSort
- getSourcecontrolcheckedoutby() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getSourcecontrolcookie() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getSourcecontrollockexpires() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getSourcecontroltimecheckedout() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getSourcecontrolversion() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getStandardBias() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getStandardDate() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- getStartDate() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- getStatus() - Method in class org.alfresco.module.vti.metadata.model.MeetingsInformation
-
- getStatus() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getStorePath() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- getSubject() - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
Returns the Subject (title)
- getSubscribeUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getTasksList() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getTemplateLanguages() - Method in class org.alfresco.module.vti.metadata.model.MeetingsInformation
-
- getTemplates() - Method in class org.alfresco.module.vti.metadata.model.MeetingsInformation
-
- getThicketdir() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getThicketsupportingfile() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getTimecreated() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getTimelastmodified() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getTimelastwritten() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getTimeZoneInformation(Element) - Method in class org.alfresco.module.vti.web.ws.AbstractWorkspaceEndpoint
-
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.ListTypeBean
-
Get the Title (Display Name)
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- getTitle() - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- getTransactionService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get transaction service
- getType() - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- getType() - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- getUriPattern() - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- getUrl() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- getUrl() - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- getUrl() - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
- getURLForPath(HttpServletRequest, String, boolean) - Method in class org.alfresco.module.vti.web.fp.PropPatchMethod
-
- getUrlHelper() - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- getUrlHelper() - Method in interface org.alfresco.module.vti.web.ws.VtiEndpoint
-
- getUser() - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- getUserBean(NodeRef) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Returns user bean for person node reference
- getUserHomeLocation() - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Get home space for current user
- getUserInfoUrl() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getUserLoginFromEmail(String, List<String>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
- getUserLoginFromEmail(String, List<String>) - Method in interface org.alfresco.module.vti.handler.UserGroupServiceHandler
-
Returns a user name based on the specified e-mail address.
- GetUserLoginFromEmailEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetUserLoginFromEmail soap method
- GetUserLoginFromEmailEndpoint(UserGroupServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetUserLoginFromEmailEndpoint
-
- getUserName() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- getUserName() - Method in interface org.alfresco.module.vti.handler.MethodHandler
-
Get user name
- getVersion() - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- getVersion() - Method in class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
Get the SOAP version, either 1.1 or 1.2
- getVersions(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
- getVersions(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Returns DocumentVersionBean list for file info
- getVersions(String) - Method in interface org.alfresco.module.vti.handler.VersionsServiceHandler
-
Returns information about the versions of the specified file
- GetVersionsEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetVersions method from versions web service
- GetVersionsEndpoint(VersionsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetVersionsEndpoint
-
- getVersionService() - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Get version service
- getVtiHandler() - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
- getVtiHandler() - Method in class org.alfresco.module.vti.web.VtiFilter
-
- getVtiPathHelper() - Method in class org.alfresco.module.vti.web.VtiFilter
-
- GetWebCollectionEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetWebCollection method from webs web service
- GetWebCollectionEndpoint(MethodHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetWebCollectionEndpoint
-
constructor
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiDeleteAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiLockAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiMkcolAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiMoveAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiPropfindAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiPropPatchAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiPutAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiUnlockAction
-
- getWebDAVMethod() - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
Return executing WebDAV method.
- GetWebEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling GetWeb soap method
- GetWebEndpoint(DwsServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.GetWebEndpoint
-
- getWorkspaceType(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
- getWorkspaceType(FileInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
- getWorkspaceType() - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- getXMLOutputFormat() - Method in class org.alfresco.module.vti.web.fp.DeleteMethod
-
- getXMLOutputFormat() - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
- getXMLOutputFormat() - Method in class org.alfresco.module.vti.web.fp.PropfindMethod
-
- getYear() - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- sanitizeShortName(String) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
For a given Document Workspace name, sanitizes it such that:
the name is all lower case
it does not contain spaces - they are replaced with hyphens
- SaveFormDialog - Class in org.alfresco.module.vti.web.fp
-
- SaveFormDialog() - Constructor for class org.alfresco.module.vti.web.fp.SaveFormDialog
-
- SchemaBean - Class in org.alfresco.module.vti.metadata.model
-
Represents the Sharepoint schema with its meta-inforamtion.
- SchemaBean(String, String, List<SchemaFieldBean>) - Constructor for class org.alfresco.module.vti.metadata.model.SchemaBean
-
- SchemaFieldBean - Class in org.alfresco.module.vti.metadata.model
-
Represents the Sharepoint schema filed with its meta-information.
- SchemaFieldBean(String, String, boolean, List<String>) - Constructor for class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- ServerVersionMethod - Class in org.alfresco.module.vti.web.fp
-
Class for handling ServerVersion Method
- ServerVersionMethod() - Constructor for class org.alfresco.module.vti.web.fp.ServerVersionMethod
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher
-
Process a HTTP request.
- setAction(VtiAction) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- setActivityPoster(ActivityPoster) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- setActivityPoster(ActivityPoster) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
- setADMode(boolean) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setAllowAuthenticatedUsers(boolean) - Method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- setAllowCreate(boolean) - Method in class org.alfresco.module.vti.metadata.model.MeetingsInformation
-
- setAnonymousAccess(boolean) - Method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- setApplicationContext(ApplicationContext) - Method in class org.alfresco.module.vti.web.actions.VtiResourceAction
-
- setAssignedTo(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setAssignees(List<AssigneeBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- SetAttendeeResponseEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling SetAttendeeResponse soap method
TODO The underlying handler currently does nothing with the details
- SetAttendeeResponseEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.SetAttendeeResponseEndpoint
-
- setAttendees(List<String>) - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- setAuthenticationComponent(AuthenticationComponent) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Set authentication component
- setAuthenticationComponent(AuthenticationComponent) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Set authentication component
- setAuthenticationComponent(AuthenticationComponent) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set authentication component
- setAuthenticationHandler(AuthenticationHandler) - Method in class org.alfresco.module.vti.web.VtiFilter
-
- setAuthenticationService(AuthenticationService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set authentication service
- setAuthenticationService(AuthenticationService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set authentication service
- setAuthenticationService(AuthenticationService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setAuthenticationService(AuthenticationService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setAuthor(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Identifies the creator of the item.
- setAuthor(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setAuthor(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setAuthor(String) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setAuthor(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setAuthorityService(AuthorityService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Set authority service
- setAuthorityService(AuthorityService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Set the authority service
- setBias(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setBody(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setCalendarService(CalendarService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setCheckedOutTo(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- setCheckOutCheckInService(CheckOutCheckInService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set checkout-checkin service
- setCheckOutCheckInService(CheckOutCheckInService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setCheckOutCheckInService(CheckOutCheckInService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
Set checkout-checkin service
- setChoices(List<String>) - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- setComments(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setComments(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setConnector(Connector) - Method in class org.alfresco.module.vti.VtiServer
-
Set the HTTP connector
- setContentService(ContentService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set content service
- setContentService(ContentService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set content service
- setContextPath(String) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- setCreated(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setCreated(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setCreated(Date) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setCreated(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setCreatedBy(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setCreatedTime(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setCustomRules(Map<String, String>) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- setDataListTypes(Map<Integer, String>) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
Sets the list of SharePoint Template IDs to
Alfresco DataList Types
- setDavActionExecutor(VtiWebDavActionExecutor) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
- setDavHelper(WebDAVHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- setDavService(WebDavService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
- setDay(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setDaylightBias(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setDaylightDate(TimeZoneInformationDate) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setDayOfWeek(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setDelegate(AuthenticationDriver) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- setDescription(String) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the dws description.
- setDescription(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
Sets the description for link.
- setDescription(String) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setDescription(String) - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- setDictionaryService(DictionaryService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- setDictionaryService(DictionaryService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- setDictionaryService(DictionaryService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- setDirlateststamp(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
With respect to the metadata for the list folder, the date and time at which the current item last had changes made to it.
- setDisplayName(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setDocInfoProperties(Map<String, String>) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Sets all properties from given map.
- setDoclibUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
Sets the document library url for current dws.
- setDocLibUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the url of the document library for the dws.
- setDocMetaInfo(FileInfo, DocMetaInfo) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Sets metadata for docMetaInfo
- setDocumentHelper(VtiDocumentHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set document helper
- setDocumentsList(List<DocumentBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the list of dws documents.
- setDocUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setDomainGroup(boolean) - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- setDomainGroup(boolean) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setDueDate(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setDwsData(DwsData) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setEditor(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setEditor(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setEditor(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setEmail(String) - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- setEmail(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setEndpointsMapping(Map<String, VtiEndpoint>) - Method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Endpoints mapping setter.
- setEtag(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The entity tag of the item
- setExternalContextPath(String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- setExternalHost(String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- setExternalPort(int) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- setExternalProtocol(String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- setFailedUsers(List<String>) - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
- setFields(List<SchemaFieldBean>) - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
Sets the fields that schema contains.
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set file-folder service
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set file folder service
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
Set share utils
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Set file folder service
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set file-folder service
- setFileFolderService(FileFolderService) - Method in class org.alfresco.module.vti.web.actions.VtiDownloadContentAction
-
FileFolderService setter.
- setFileRef(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setFilesize(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The size of the current file in bytes.
- setFilter(Filter) - Method in class org.alfresco.module.vti.VtiServer
-
Set the main VtiFilter.
- setHandler(DwsServiceHandler) - Method in class org.alfresco.module.vti.web.actions.VtiBrowserAction
-
VtiHandler setter.
- setHandler(MethodHandler) - Method in class org.alfresco.module.vti.web.actions.VtiIfHeaderAction
-
MethodHandler setter
- setHashSessionIdManager(HashSessionIdManager) - Method in class org.alfresco.module.vti.VtiServer
-
Set the HashSessionIdManager
- setHashSessionManager(HashSessionManager) - Method in class org.alfresco.module.vti.VtiServer
-
Set the HashSessionManager
- setHassubdirs(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
true if the specified directory includes subdirectories; otherwise, false.
- setHasUniquePerm(boolean) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setHost(String) - Method in class org.alfresco.module.vti.management.SPPMBean
-
- setHost(String) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- setHour(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Identifies the uniqueId of the item.
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- setId(int) - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setID(String) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setId(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setImageUrl(String) - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- setInputStream(InputStream) - Method in class org.alfresco.module.vti.metadata.model.Document
-
- setIsbrowsable(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
true if users can browse files in the current directory; otherwise, false.
- setIschildweb(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
true if the folder is the root directory of a subsite; otherwise, false.
- setIsexecutable(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
true if the server can execute programs in the current directory; otherwise, false.
- setIsscriptable(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
true if the server can execute scripts in the current directory; otherwise, false.
- setLastUpdate(String) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the last update date.
- setLinksList(List<LinkBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the list of dws links.
- setListbasetype(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Specifies which of several supported base List types is used for the List
associated with this folder.
- setListEnableMinorVersions(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listenableminorversions metakey contains a flag indicating that minor version
numbering is enabled for this List.
- setListEnableVersioning(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listenableversioning metakey contains a flag indicating that version numbering
is enabled for this List.
- setListInfoItems(List<ListInfoBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setListName(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Sets the "name" of the list this item is part of
- setListRequireCheckout(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listrequirecheckout metakey contains a flag that indicates whether source
control is enabled for documents in the document library bound to this folder.
- setListServerTemplate(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listservertemplate metakey contains an INT that indicates which
List template is used for the List associated with this folder
- setListServerTemplate(int) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listservertemplate metakey contains an INT that indicates which
List template is used for the List associated with this folder
- setListTitle(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The vti_listtitle metakey contains the display name of the List.
- setLocalHostNameProvider(LocalHostNameProvider) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultUrlHelper
-
- setLockService(LockService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
- setLockService(WebDAVLockService) - Method in class org.alfresco.module.vti.web.actions.VtiSoapAction
-
Provide the WebDAVLockService.
- setLockService(WebDAVLockService) - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
Provides instances of this class with the WebDAVLockService.
- setLoginName(String) - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- setLoginName(String) - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- setLoginName(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setMeetingCount(int) - Method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- setMembers(List<MemberBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the list of the dws members.
- setMetatags(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Meta-data for the current Web site.
- setMilliseconds(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setMimetypeService(MimetypeService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
- setMinimal(boolean) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
- setMinimal(boolean) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setMinute(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setModerated(boolean) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setModified(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setModified(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setModified(Date) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setModified(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setModifiedBy(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- setModifiedBy(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Identifies the person who last made changes to the item.
- setModifiedTime(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- setMonth(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setMtgInstance(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.AssigneeBean
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.MemberBean
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- setName(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setName(String) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Endpoint name setter
- setNamespace(String) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
Endpoint namespace setter
- setNamespaceService(NamespaceService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
- setNamespaceService(NamespaceService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set namespace service
- setNamespaceService(NamespaceService) - Method in class org.alfresco.module.vti.web.ws.UpdateListItemsEndpoint
-
- setNameToVtiMethod(Map<String, VtiMethod>) - Method in class org.alfresco.module.vti.web.actions.VtiBinAction
-
Vti methods mapping setter setter.
- setNodeArchiveService(NodeArchiveService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
Set authentication component
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Set the node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Set node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
Set node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set node service
- setNodeService(NodeService) - Method in class org.alfresco.module.vti.web.actions.VtiDownloadContentAction
-
NodeService setter.
- setNotes(String) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setNumItems(int) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setObjType(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setOrganizer(String) - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- setOwshiddenversion(int) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
- setOwshiddenversion(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setPagesMap(Map<String, String>) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set pages map
- setParameter(String, String) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Set additional specific request parameter
- setParameterValues(String, String[]) - Method in class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Set additional specific request parameters
- setParentWeb(String) - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
Sets the url of the parent site.
- setPath(String) - Method in class org.alfresco.module.vti.metadata.dialog.DialogMetaInfo
-
- setPath(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The site relative path of the item.
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set path helper
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set path helper
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Set path helper
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
VtiPathHelper setter.
- setPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.web.ws.AbstractListItemsEndpoint
-
- setPermissionList(List<Permission>) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setPermissions(List<Permission>) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setPermissionService(PermissionService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set permission service
- setPermissionService(PermissionService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set permission service
- setPermissionService(PermissionService) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- setPermissionService(PermissionService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set permission service
- setPermsUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setPersonService(PersonService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set person service
- setPersonService(PersonService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setPersonService(PersonService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Set the person service
- setPersonService(PersonService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- setPort(int) - Method in class org.alfresco.module.vti.management.SPPMBean
-
- setPort(int) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- setPriority(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setProgID(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentBean
-
- setProtocol(String) - Method in class org.alfresco.module.vti.management.SPPMBean
-
- setProtocol(String) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- setReccurenceIdDate(Date) - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
- setRequired(boolean) - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- setRoles(Set<String>) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setRootPath(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set root path
- setRtag(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The resource tag of the item
- setSchemaItems(List<SchemaBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setSearchService(SearchService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set search service
- setSecond(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- setServlet(HttpServlet) - Method in class org.alfresco.module.vti.VtiServer
-
Set the main VtiServlet.
- setServletMappings(List<String>) - Method in class org.alfresco.module.vti.VtiServer
-
Set the servlet mapping patterns for the Sharepoint dispatcher servlet.
- setSessionCookieName(String) - Method in class org.alfresco.module.vti.VtiServer
-
Sets the name of the cookie to be used for tracking sessions,
typically used just on Debug / Information pages.
- setSettingsUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setShareUtils(ShareUtils) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Set share utils
- setShareUtils(ShareUtils) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setShareUtils(ShareUtils) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Set share utils
- setSingletonCache(SimpleCache<String, NodeRef>) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- setSiteAdmin(boolean) - Method in class org.alfresco.module.vti.metadata.model.UserBean
-
- setSiteService(SiteService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoDwsServiceHandler
-
Set site service
- setSiteService(SiteService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoListServiceHandler
-
Set site service
- setSiteService(SiteService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setSiteService(SiteService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMethodHandler
-
Set site service
- setSiteService(SiteService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Set site service
- setSize(long) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setSourcecontrolcheckedoutby(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The value is the user name of the user that opened the item under multi-user source control.
- setSourcecontrolcookie(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Returns the contents of a small text file, called a cookie, that can
only be accessed by the page that creates it.
- setSourcecontrollockexpires(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Returns the time at which the internal light weight source control (LWSC) lock
of Microsoft FrontPage expires.
- setSourcecontroltimecheckedout(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The time, including date, at which the item was opened under source control.
- setSourcecontrolversion(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The value is the version number of the source control system used by the current Web site.
- setStandardBias(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setStandardDate(TimeZoneInformationDate) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformation
-
- setStatus(MwsStatus) - Method in class org.alfresco.module.vti.metadata.model.MeetingsInformation
-
- setStatus(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setStorePath(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Set store path
- setSubject(String) - Method in class org.alfresco.module.vti.metadata.model.MeetingBean
-
Sets the Subject (title)
- setSubscribeUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setSysAdminParams(SysAdminParams) - Method in class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
- setSysAdminParams(SysAdminParams) - Method in class org.alfresco.module.vti.web.actions.VtiWelcomeInfoAction
-
- setSysAdminParams(SysAdminParams) - Method in class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- setTasksList(List<TaskBean>) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the list of dws tasks.
- setTemplateService(TemplateService) - Method in class org.alfresco.module.vti.web.actions.VtiWelcomeInfoAction
-
- setTenantService(TenantService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- setThicketdir(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- setThicketsupportingfile(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
- setTimecreated(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The time, including date, at which the current item was created.
- setTimelastmodified(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The time, including date, at which the current item last changed.
- setTimelastwritten(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
The time, including date, at which the current item was last saved to disk.
- setTitle(String) - Method in class org.alfresco.module.vti.metadata.model.DocMetaInfo
-
Can be a string that is the title of the item.
- setTitle(String) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the dws title.
- setTitle(String) - Method in class org.alfresco.module.vti.metadata.model.ListInfoBean
-
- setTitle(String) - Method in class org.alfresco.module.vti.metadata.model.MwsTemplate
-
- setTitle(String) - Method in class org.alfresco.module.vti.metadata.model.TaskBean
-
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoDwsServiceHandler
-
Set transaction service
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set transaction service
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoMeetingServiceHandler
-
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoUserGroupServiceHandler
-
Set transaction service
- setTransactionService(TransactionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Set transaction service
- setType(String) - Method in class org.alfresco.module.vti.metadata.model.SchemaFieldBean
-
- setUniquePermissions(boolean) - Method in class org.alfresco.module.vti.metadata.model.MwsStatus
-
- setUriPattern(String) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- setUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
- setUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsBean
-
Sets the dws url.
- setUrl(String) - Method in class org.alfresco.module.vti.metadata.model.LinkBean
-
Sets the url for link.
- setUrl(String) - Method in class org.alfresco.module.vti.metadata.model.SchemaBean
-
- setUrlHelper(UrlHelper) - Method in class org.alfresco.module.vti.web.actions.VtiPropfindAction
-
- setUrlHelper(UrlHelper) - Method in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- setUrlPathPrefix(String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- setUser(UserBean) - Method in class org.alfresco.module.vti.metadata.model.DwsData
-
Sets the current user.
- setUserInfoUrl(String) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setVersion(String) - Method in class org.alfresco.module.vti.metadata.model.DocumentVersionBean
-
Sets the version number
- setVersionService(VersionService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set version service
- setVersionService(VersionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setVersionService(VersionService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
Set version service
- setVtiHandler(MethodHandler) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultAuthenticationHandler
-
- setVtiHandler(MethodHandler) - Method in class org.alfresco.module.vti.web.fp.AbstractMethod
-
- setVtiHandler(MethodHandler) - Method in class org.alfresco.module.vti.web.VtiFilter
-
- setVtiPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.web.actions.VtiWelcomeInfoAction
-
- setVtiPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.web.VtiFilter
-
- setVtiPathHelper(VtiPathHelper) - Method in class org.alfresco.module.vti.web.VtiRequestDispatcher
-
- setWebDavHelper(WebDAVHelper) - Method in class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
Provide a WebDAVHelper collaborator.
- setWebDAVLockService(WebDAVLockService) - Method in class org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoMethodHandler
-
Set lock service
- setWebDAVLockService(WebDAVLockService) - Method in class org.alfresco.module.vti.handler.alfresco.AlfrescoCheckOutCheckInServiceHandler
-
- setWebDAVLockService(WebDAVLockService) - Method in class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
- setWebDAVSessionListener(WebDAVSessionListener) - Method in class org.alfresco.module.vti.VtiServer
-
Set the WebDAVSessionListener
- SetWorkspaceTitleEndpoint - Class in org.alfresco.module.vti.web.ws
-
Class for handling SetWorkspaceTitle soap method
- SetWorkspaceTitleEndpoint(MeetingServiceHandler) - Constructor for class org.alfresco.module.vti.web.ws.SetWorkspaceTitleEndpoint
-
- setWorkspaceType(WorkspaceType) - Method in class org.alfresco.module.vti.metadata.model.DwsMetadata
-
- setYear(int) - Method in class org.alfresco.module.vti.metadata.model.TimeZoneInformationDate
-
- ShareUtils - Class in org.alfresco.module.vti.handler.alfresco
-
Helper class to work with sites through REST API
- ShareUtils() - Constructor for class org.alfresco.module.vti.handler.alfresco.ShareUtils
-
- shouldFlushXMLWriter() - Method in class org.alfresco.module.vti.web.fp.LockMethod
-
- shouldFlushXMLWriter() - Method in class org.alfresco.module.vti.web.fp.PropPatchMethod
-
- singleTag(String) - Method in class org.alfresco.module.vti.web.VtiUtilBase
-
Creates xml tag presentation without body
- singleTag(String, Map<String, Object>) - Method in class org.alfresco.module.vti.web.VtiUtilBase
-
Creates xml tag with attributes presentation without body
- SiteMemberMappingException - Exception in org.alfresco.module.vti.handler
-
- SiteMemberMappingException(VtiError) - Constructor for exception org.alfresco.module.vti.handler.SiteMemberMappingException
-
Constructs a SiteMemberMappingException.
- SiteMemberMappingException(String) - Constructor for exception org.alfresco.module.vti.handler.SiteMemberMappingException
-
Constructs a SiteMemberMappingException.
- SiteMemberMappingException(String, Object[]) - Constructor for exception org.alfresco.module.vti.handler.SiteMemberMappingException
-
Constructs a SiteMemberMappingException.
- SiteMemberMappingException(String, Throwable) - Constructor for exception org.alfresco.module.vti.handler.SiteMemberMappingException
-
Constructs a SiteMemberMappingException.
- SiteMemberMappingException(String, Object[], Throwable) - Constructor for exception org.alfresco.module.vti.handler.SiteMemberMappingException
-
Constructs a SiteMemberMappingException.
- SiteTypeException - Exception in org.alfresco.module.vti.handler
-
An exception thrown when a site is not of the appropriate
type for the operation being performed.
- SiteTypeException(String) - Constructor for exception org.alfresco.module.vti.handler.SiteTypeException
-
Constructs a SiteTypeException.
- SiteTypeException(String, Object[]) - Constructor for exception org.alfresco.module.vti.handler.SiteTypeException
-
Constructs a SiteTypeException.
- SiteTypeException(String, Throwable) - Constructor for exception org.alfresco.module.vti.handler.SiteTypeException
-
Constructs a SiteTypeException.
- SiteTypeException(String, Object[], Throwable) - Constructor for exception org.alfresco.module.vti.handler.SiteTypeException
-
Constructs a SiteTypeException.
- SOAP_11_ENVELOPE_NS - Static variable in class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
- SOAP_12_ENVELOPE_NS - Static variable in class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
- soapPart - Static variable in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- soapUri - Static variable in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- soapUriPrefix - Static variable in class org.alfresco.module.vti.web.ws.AbstractEndpoint
-
- splitPathParentChild(String) - Static method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Split URL path to document name and path to parent folder of that document
- SPP - Interface in org.alfresco.module.vti.management
-
Management interface for Sharepoint VTI module
package org.alfresco.module.vti.management;
- SPPMBean - Class in org.alfresco.module.vti.management
-
- SPPMBean() - Constructor for class org.alfresco.module.vti.management.SPPMBean
-
- startTag(String) - Method in class org.alfresco.module.vti.web.VtiUtilBase
-
Create xml tag presentation
- startTag(String, Map<String, Object>) - Method in class org.alfresco.module.vti.web.VtiUtilBase
-
Create xml tag presentation with attributes
- stripPathPrefix(String, String) - Method in class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
Removes a prefix from a given path.
- subsituteHost(String) - Method in class org.alfresco.module.vti.handler.alfresco.DefaultLocalHostNameProvider
-
Expands the special ${localname} token within a host name using the resolved DNS name for the local host.
- subsituteHost(String) - Method in interface org.alfresco.module.vti.handler.alfresco.LocalHostNameProvider
-
- value(String) - Static method in enum org.alfresco.module.vti.metadata.dic.CAMLMethod
-
- value(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSort
-
- value(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSortField
-
- valueOf(String) - Static method in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiBuiltInListType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiListBaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.handler.ListServiceHandler.ListItemOperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.handler.MeetingServiceHandler.AttendeeStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.CAMLMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.DocumentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.DwsError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.GetOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.PutOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.RenameOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiConstraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSort
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSortField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.VtiType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.alfresco.module.vti.metadata.dic.WorkspaceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiBuiltInListType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.handler.alfresco.AbstractAlfrescoListServiceHandler.VtiListBaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.handler.ListServiceHandler.ListItemOperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.handler.MeetingServiceHandler.AttendeeStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.CAMLMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.DocumentStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.DwsError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.GetOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.Permission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.PutOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.RenameOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiConstraint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSort
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiSortField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.VtiType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.alfresco.module.vti.metadata.dic.WorkspaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Static variable in class org.alfresco.module.vti.web.fp.ServerVersionMethod
-
- versionService - Variable in class org.alfresco.module.vti.handler.alfresco.AlfrescoVersionsServiceHandler
-
- VersionsServiceHandler - Interface in org.alfresco.module.vti.handler
-
Interface for the Versions web service handler.
- VTI_ALFRESCO_CONTEXT - Static variable in class org.alfresco.module.vti.web.VtiRequestDispatcher
-
- VtiAction - Interface in org.alfresco.module.vti.web
-
VtiAction is an adapter between the contents of an incoming
HTTP request and the corresponding business logic that should be executed to
process this request.
- VtiBaseAction - Class in org.alfresco.module.vti.web.actions
-
VtiBaseAction is base class for all actions that process "Frontpage extension"
protocol.
- VtiBaseAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiBaseAction
-
- VtiBinAction - Class in org.alfresco.module.vti.web.actions
-
VtiBinAction is processor of Forntpage extension protocol.
- VtiBinAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiBinAction
-
- VtiBrowserAction - Class in org.alfresco.module.vti.web.actions
-
VtiBrowserAction is used for redirection of specific requests to Web clients.
- VtiBrowserAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiBrowserAction
-
- VtiConstraint - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard constraints for the parameters.
- VtiDeleteAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV DELETE method with VTI specific
- VtiDeleteAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiDeleteAction
-
- VtiDocumentHelper - Class in org.alfresco.module.vti.handler.alfresco
-
Helper for documents
- VtiDocumentHelper() - Constructor for class org.alfresco.module.vti.handler.alfresco.VtiDocumentHelper
-
- VtiDownloadContentAction - Class in org.alfresco.module.vti.web.actions
-
VtiDownloadContentAction is used for content downloading for
documents that are located in version history.
- VtiDownloadContentAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiDownloadContentAction
-
- VtiEncodingUtils - Class in org.alfresco.module.vti.web
-
VtiEncodingUtils is used for encoding strings to specific FrontPage extension format.
- VtiEncodingUtils() - Constructor for class org.alfresco.module.vti.web.VtiEncodingUtils
-
- VtiEndpoint - Interface in org.alfresco.module.vti.web.ws
-
Interface that must implement all the Vti endpoints realizations
- VtiError - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard errors that may be raised by the protocol usage.
- VtiExceptionUtils - Class in org.alfresco.module.vti.handler.alfresco
-
Helper for AlfrescoVtiMethodHandler
- VtiExceptionUtils() - Constructor for class org.alfresco.module.vti.handler.alfresco.VtiExceptionUtils
-
- VtiFilter - Class in org.alfresco.module.vti.web
-
VtiFilter filter is used as security filter for checking authentication,
resource existence, access to specific document workspace and writing
specific protocol headers to response
- VtiFilter() - Constructor for class org.alfresco.module.vti.web.VtiFilter
-
- VtiFpRequest - Class in org.alfresco.module.vti.web.fp
-
VtiFpRequest is wrapper for HttpServletRequest.
- VtiFpRequest(HttpServletRequest) - Constructor for class org.alfresco.module.vti.web.fp.VtiFpRequest
-
Constructor
- VtiFpResponse - Class in org.alfresco.module.vti.web.fp
-
VtiFpResponse is wrapper for HttpServletResponse.
- VtiFpResponse(HttpServletResponse) - Constructor for class org.alfresco.module.vti.web.fp.VtiFpResponse
-
Constructor
- vtiHandler - Variable in class org.alfresco.module.vti.web.fp.AbstractMethod
-
- VtiHandlerException - Exception in org.alfresco.module.vti.handler
-
Exception for SOAP services and VTI methods, which return
a their Error based on the Error Enumeration list.
- VtiHandlerException(VtiError) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified message
- VtiHandlerException(String) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified message
- VtiHandlerException(VtiError, Throwable) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified message ant throwable object
- VtiHandlerException(String, int, Throwable) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified message and throwable object
- VtiHandlerException(String, Throwable) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified message and throwable object
- VtiHandlerException(Throwable) - Constructor for exception org.alfresco.module.vti.handler.VtiHandlerException
-
Create exception with specified throwable object
- VtiIfHeaderAction - Class in org.alfresco.module.vti.web.actions
-
VtiIfHeaderAction is used for merging between client document version
and server document version.
- VtiIfHeaderAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiIfHeaderAction
-
- VtiInfAction - Class in org.alfresco.module.vti.web.actions
-
VtiInfAction returns the information to determine the entry point for
the Microsoft FrontPage Server Extensions.
- VtiInfAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiInfAction
-
- VtiLockAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV LOCK method with VTI specific
- VtiLockAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiLockAction
-
- VtiMethod - Interface in org.alfresco.module.vti.web.fp
-
Interface that must implement all the Vti methods (Frontpage extension protocol methods)
handling classes
- VtiMethodException - Exception in org.alfresco.module.vti.web.fp
-
Exception that describe specific error code of Frontpage extension protocol.
- VtiMethodException(VtiError, Throwable) - Constructor for exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- VtiMethodException(VtiError) - Constructor for exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- VtiMethodException(String, Throwable) - Constructor for exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- VtiMethodException(String, int) - Constructor for exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- VtiMethodException(VtiHandlerException) - Constructor for exception org.alfresco.module.vti.web.fp.VtiMethodException
-
- VtiMkcolAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV MKCOL method with VTI specific behaviour
- VtiMkcolAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiMkcolAction
-
- VtiMoveAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV MOVE method with VTI specific behaviour
- VtiMoveAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiMoveAction
-
- VtiPathHelper - Class in org.alfresco.module.vti.handler.alfresco
-
Helper for AlfrescoVtiMethodHandler.
- VtiPathHelper() - Constructor for class org.alfresco.module.vti.handler.alfresco.VtiPathHelper
-
- VtiProperty - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard meta-keys of the frontpage protocol that is used in alfresco implementation.
- VtiPropfindAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV PROPFIND method with VTI specific
- VtiPropfindAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiPropfindAction
-
- VtiPropPatchAction - Class in org.alfresco.module.vti.web.actions
-
- VtiPropPatchAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiPropPatchAction
-
- VtiPutAction - Class in org.alfresco.module.vti.web.actions
-
WebDAV PUT method.
- VtiPutAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiPutAction
-
- VtiRequestDispatcher - Class in org.alfresco.module.vti.web
-
VtiRequestDispatcher provides the front-end controller for dispatching among
set of VtiActions.
- VtiRequestDispatcher(List<VtiRequestDispatcher.ActionMapping>) - Constructor for class org.alfresco.module.vti.web.VtiRequestDispatcher
-
- VtiRequestDispatcher.ActionMapping - Class in org.alfresco.module.vti.web
-
ActionMapping provides configuration class that define mapping of url-pattern and
specific rules to
VtiAction.
- VtiRequestDispatcher.ActionMapping() - Constructor for class org.alfresco.module.vti.web.VtiRequestDispatcher.ActionMapping
-
- VtiResourceAction - Class in org.alfresco.module.vti.web.actions
-
VtiResourceAction is used for retrieving specific resource
for web-view (like images, css).
- VtiResourceAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiResourceAction
-
- VtiServer - Class in org.alfresco.module.vti
-
Embedded HTTP server that process all VTI requests.
- VtiServer() - Constructor for class org.alfresco.module.vti.VtiServer
-
- VtiServerWebScript - Class in org.alfresco.module.vti.web.scripts
-
WebScript responsible for returning interesting Vti Server runtime parameters.
- VtiServerWebScript() - Constructor for class org.alfresco.module.vti.web.scripts.VtiServerWebScript
-
- VtiSoapAction - Class in org.alfresco.module.vti.web.actions
-
VtiSoapAction is processor of Web service requests.
- VtiSoapAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiSoapAction
-
- VtiSoapException - Exception in org.alfresco.module.vti.web.ws
-
Exception used for SOAP problems where a specific SOAP FAULT error
code should be returned, rather than using one of the Errors from
the
VtiError enumeration.
- VtiSoapException(String, long) - Constructor for exception org.alfresco.module.vti.web.ws.VtiSoapException
-
Create exception with specified message
- VtiSoapException(String, long, Throwable) - Constructor for exception org.alfresco.module.vti.web.ws.VtiSoapException
-
Create exception with specified message and throwable object
- VtiSoapRequest - Class in org.alfresco.module.vti.web.ws
-
VtiSoapRequest is wrapper for HttpServletRequest.
- VtiSoapRequest(HttpServletRequest) - Constructor for class org.alfresco.module.vti.web.ws.VtiSoapRequest
-
Constructor
- VtiSoapResponse - Class in org.alfresco.module.vti.web.ws
-
VtiSoapResponse is wrapper for HttpServletResponse.
- VtiSoapResponse(HttpServletResponse) - Constructor for class org.alfresco.module.vti.web.ws.VtiSoapResponse
-
Constructor
- VtiSort - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard sorting types.
- VtiSortField - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard sorting fields.
- VtiType - Enum in org.alfresco.module.vti.metadata.dic
-
Enum of the standard types that is used in alfresco implementation of the
frontpage protocol.
- VtiUnlockAction - Class in org.alfresco.module.vti.web.actions
-
Executes the WebDAV LOCK method with VTI specific
- VtiUnlockAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiUnlockAction
-
- VtiUtilBase - Class in org.alfresco.module.vti.web
-
- VtiUtilBase() - Constructor for class org.alfresco.module.vti.web.VtiUtilBase
-
- VtiUtils - Class in org.alfresco.module.vti.handler.alfresco
-
Utils class for alfresco handlers that implement frontpage protocol
- VtiUtils() - Constructor for class org.alfresco.module.vti.handler.alfresco.VtiUtils
-
- VtiWebDavAction - Class in org.alfresco.module.vti.web.actions
-
VtiWebDavAction is processor of WebDAV protocol.
- VtiWebDavAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiWebDavAction
-
- VtiWebDavActionExecutor - Interface in org.alfresco.module.vti.web.actions
-
Provides hook for customisation of WebDAV execution logic - specifically within
VtiWebDavAction.
- VtiWelcomeInfoAction - Class in org.alfresco.module.vti.web.actions
-
VtiWelcomeInfoAction provides a bit of user facing welcome
information if they try visiting the Vti endpoint in a browser.
- VtiWelcomeInfoAction() - Constructor for class org.alfresco.module.vti.web.actions.VtiWelcomeInfoAction
-