@UESService public interface UESFolder
| Modifier and Type | Field and Description | 
|---|---|
static UESURI | 
BETYPE_FOLDER
URI of folder business entity. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UESURI | 
create(UESURI locationUri,
Creates a folder of class Folder. 
 | 
void | 
delete(UESURI folderUri)
This command deletes the specified folder from the system. 
 | 
UESURI | 
export(UESURI folderUri,
The command exports a folder to a DataFile, which is saved to the Export Storage. 
 | 
UESFolderAttributes | 
getAttributes(UESURI folderUri)
Reads folder specified by the  
folderUri attribute and returns its attributes. | 
UESResultList<UESFolderEntryAttributes,UESFolderGetEntryList> | 
getEntryList(UESURI folderUri,
This command returns a list of entries (artifacts or shortcuts) enlisted in the specified folder (entity type of main entity of the
 command could be a Folder, Organizational Unit, Territory or Meta Model Dictionary). 
 | 
UESStreamHandler | 
getExportData(UESURI folderUri,
The command returns a data file generated by the export command. 
 | 
UESResultList<UESFolderEntryAttributes,UESFolderGetFolderEntryList> | 
getFolderEntryList(UESURI folderUri,
Deprecated.  
 | 
UESURI | 
setAttributes(UESURI folderUri,
Command for setting attributes of a folder. 
 | 
UESArtifactCreate DTO. Competent role for artifact will be selected as the most suitable according to specified container
 and meta artifact (executive/authorized role with connected interface), or can be also specified in UESArtifactCreate DTO.locationUri - UESURI of the folder/org. unit/meta model where folder will be created.folder - DTO containing attributes of the new folderUESFolderRTExceptionfolderUri attribute and returns its attributes.folderUri - UESURI of the folderUESFolderRTExceptionfolderUri - UESURI of the folder from where entries (artifacts or shortcuts) are listed. It could be a Folder, Organizational
          Unit, Territory or Meta Model Dictionary.criteria - DTO containing criteria for listing shortcutsUESFolderRTExceptionfolderUri - UESURI of the folder from where entries (artifacts or shortcuts) are listed. It could be a Folder, Organizational
          Unit, Territory or Meta Model Dictionary.criteria - DTO containing criteria for listing shortcuts. Available parameters are:
          name,
          code and
          type : UESFolderEntryType.UESFolderRTExceptionfolderUri - UESURI of the folder which is about to be deleted.UESArtifactRTExceptionUESFolderRTExceptionfolderUri - UESURI of the folder whose attributes are to be changed.folder - DTO containing new attributes the folder.UESFolderRTExceptionfolderUri - UESURI of the folder to exportfolder - DTO that contains attributes of the export processUESFolderRTExceptionfolderUri - UESURI of the folder we want to get the exported file from.folder - DTO that contains attributes concerning the file returned.UESFolderRTException