Uses of Class
org.alfresco.aos.AOSWrapper
Packages that use AOSWrapper
-
Uses of AOSWrapper in org.alfresco.aos
Methods in org.alfresco.aos that return AOSWrapperModifier and TypeMethodDescriptionAOSWrapper.addNewDocumentPage()This method will add a new page for Word Documents, a new sheet for Excel Documents and a new slide for PowerPoint DocumentsAOSWrapper.authenticateUser(org.alfresco.utility.model.UserModel userModel) AOSWrapper.cancelCheckOutDocument()AOSWrapper.checkOutDocument()AOSWrapper.copyTo(org.alfresco.utility.model.ContentModel destination) AOSWrapper.createFile(org.alfresco.utility.model.FileModel fileModel) AOSWrapper.createFolder(org.alfresco.utility.model.FolderModel folderModel) AOSWrapper.delete()AOSWrapper.deleteContent(String content) AOSWrapper.disconnect()AOSWrapper.httpMoveTo(org.alfresco.utility.model.ContentModel destination) AOSWrapper.moveTo(org.alfresco.utility.model.ContentModel destination) AOSWrapper.unmountNetworkDrive()AOSWrapper.updateContent(String resourcePath, String content, AOSWrapper.Content contentAction) AOSWrapper.usingNetworkDrive()AOSWrapper.usingResource(org.alfresco.utility.model.ContentModel model) AOSWrapper.usingRoot()AOSWrapper.usingSite(org.alfresco.utility.model.SiteModel siteModel) AOSWrapper.usingUserHome()AOSWrapper.usingUserHome(String username) -
Uses of AOSWrapper in org.alfresco.aos.dsl
Methods in org.alfresco.aos.dsl that return AOSWrapperModifier and TypeMethodDescriptionAOSAssertion.aosWrapper()AOSAssertion.documentIsLocked()AOSAssertion.fileDoesNotExistInAOS()AOSAssertion.fileExistsInAOS()AOSAssertion.hasStatus(int status) Verify the status for a specific actionAOSAssertion.newPageExistsAndContentIsValid()Constructors in org.alfresco.aos.dsl with parameters of type AOSWrapperModifierConstructorDescriptionAOSAssertion(AOSWrapper aosWrapper) AOSUtil(AOSWrapper aosWrapper) JmxUtil(AOSWrapper aosProtocol, org.alfresco.utility.network.Jmx jmx)