Uses of Interface
com.uc4.api.objects.IFolder
Packages that use IFolder
-
Uses of IFolder in com.uc4.api.objects
Methods in com.uc4.api.objects that return IFolderModifier and TypeMethodDescriptionIFolder.getParent()Returns the parent folder of this folder.IFolder.getSubFolder(String name, boolean recursive) Returns a subfolder with the specified name.Methods in com.uc4.api.objects that return types with arguments of type IFolder -
Uses of IFolder in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return IFolderModifier and TypeMethodDescriptionFolderTree.getFavoritesFolder()Returns anIFolderobject which represents the "Favorites Folder".CheckAuthorizations.Candidate.getFolder()Returns the name of the Folder.CreateObject.getFolder()Returns theIFolderwhere the object should be created.Returns the folder for the given path ornullif the folder was not found.FolderTree.getFolderByID(String id) Returns an folder object with the specified ID ornullif not found.FolderTree.getNoFolder()Returns anIFolderobject which represents the "No Folder".FolderTree.getRecentObjects()Returns anIFolderobject which represents the "Recent Objects" folder.FolderTree.getRecycleBin()Returns anIFolderobject which represents the "Recycle Bin" folder.FolderTree.getTransportFolder()Returns anIFolderobject which represents the transport case folder.FolderTree.getVersionManagement()Returns anIFolderobject which represents the "Version Management" folder.FolderTree.root()Returns the root folder of the client.Methods in com.uc4.communication.requests with parameters of type IFolderModifier and TypeMethodDescriptionExportObject.getImportRequest(IFolder folder, boolean overwriteObject, boolean keepFolderLinks) Creates an ImportObject request from the export.Constructors in com.uc4.communication.requests with parameters of type IFolderModifierConstructorDescriptionCandidate(IFolder folder, UserRight.Type objectType, char access) Creates a newCandidateinstance.CreateObject(UC4ObjectName name, Template template, IFolder folder) Creates an UC4 Object.DeleteObject(IFolder folder) This constructor is used to delete FOLD objects in UC4.DeleteObject(IFolder[] folders) This constructor is used to delete multiple FOLD objects in AE.DeleteObject(UC4ObjectName[] names, IFolder[] folders) This constructor is used to delete multiple FOLD and UC4Object objects in AE.DeleteObject(UC4ObjectName objectName, IFolder folder) Constructs aDeleteObjectusing the specified UC4 object name.DuplicateObject(UC4Object object, UC4ObjectName newName, IFolder folder) Creates a newDuplicateObjectrequest.DuplicateObject(UC4ObjectName name, UC4ObjectName newName, IFolder folder) Creates a newDuplicateObjectrequest.DuplicateObject(UC4ObjectName name, UC4ObjectName newName, IFolder folder, String title) Creates a newDuplicateObjectrequest.ExportObject(IFolder[] folders, File export, boolean exportLinks) Exports a list of UC4 Folders.ExportObject(IFolder folder, File export, boolean exportLinks) Exports a single folder structure.FolderList(IFolder folder) Constructs a newFolderListto list the content of the specified folder.FolderList(IFolder folder, boolean executableOnly) Constructs a newFolderListto list the content of the specified folder.FolderList(IFolder folder, List<String> objectTypes) Constructs a newFolderListto list the content of the specified folder.ImportObject(File exportFile, IFolder folder, boolean overwriteObject, boolean keepFolderLinks) Creates a request to import UC4 Objects.ImportObject(ByteBuffer byteBuffer, IFolder folder, boolean overwriteObject, boolean keepFolderLinks) Creates a request to import UC4 Objects.LinkTo(FolderListItem object, IFolder targetFolder) Creates a new link request.LinkTo(List<FolderListItem> objectsList, IFolder targetFolder) Creates a new link request.MoveObject(FolderListItem item, IFolder source, IFolder target) Moves an object from a source folder to a target folder.MoveObject(List<FolderListItem> items, IFolder source, IFolder target) Moves list of objects from a source folder to a target folder.MoveUserToClient(UC4UserName user, IFolder folder, int client) Creates a new instance of theMoveUserToClientrequest.RenameObject(IFolder oldName, UC4ObjectName newName) This constructor is used to rename folders.RenameObject(IFolder oldName, UC4ObjectName newName, String title) This constructor is used to rename folders.RenameObject(UC4ObjectName oldName, UC4ObjectName newName, IFolder folder) Deprecated.Use RenameObject(UC4ObjectName oldName, UC4ObjectName newName, IFolder folder, String title) insteadRenameObject(UC4ObjectName oldName, UC4ObjectName newName, IFolder folder, String title) Constructs aRenameObject.TemplateList(IFolder folder) Creates a list of templates in a specified folder.Constructor parameters in com.uc4.communication.requests with type arguments of type IFolderModifierConstructorDescriptionExportObject(UC4ObjectName[] names, List<IFolder> folders, File export, boolean exportLinks) Export given folder list and objects -
Uses of IFolder in com.uc4.util
Classes in com.uc4.util that implement IFolderMethods in com.uc4.util that return IFolderModifier and TypeMethodDescriptionFolderImpl.getParent()FolderImpl.getSubFolder(String folderName, boolean recursive) Methods in com.uc4.util that return types with arguments of type IFolderMethods in com.uc4.util with parameters of type IFolder