Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).
The servlet accepts commands sent in the following format:
connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath
It execute the command and then return the results to the client in XML format.
Manage the Post requests (FileUpload).
The servlet accepts commands sent in the following format:
connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath
It store the file (renaming it in case a file with the same name exists) and then return an HTML file
with a javascript command in it.
The main class of the class lib.
It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer.
Contains the configuration settings for the FCKEditor.
Adding element to this collection you can override the settings specified in the config.js file.
Для заданного пользователя и статуса, начиная с заданной задачи и вверх
достаем наборы ACL, привязанные к задаче (assigned ACL) через этого
пользователя, т.е.
Для заданного пользователя и статуса, начиная с заданной задачи и вверх
достаем наборы ACL, привязанные к задаче (assigned ACL) через этого
пользователя, т.е.
Для заданного пользователя и статуса, начиная с заданной задачи и вверх
достаем наборы ACL, привязанные к задаче (assigned ACL) через этого
пользователя, т.е.
Для заданного пользователя и статуса, начиная с заданной задачи и вверх
достаем наборы ACL, привязанные к задаче (assigned ACL) через этого
пользователя, т.е.
Для заданного пользователя и статуса, начиная с заданной задачи и вверх
достаем наборы ACL, привязанные к задаче (assigned ACL) через этого
пользователя, т.е.
Для пользователя, который создает ACL и его парентов достается
список статусов, созданных ими, затем достаются все подчиненные статусы
от собственного статуса пользователя плюс сам этот статус.
Для пользователя, который создает ACL и его парентов достается
список статусов, созданных ими, затем достаются все подчиненные статусы
от собственного статуса пользователя плюс сам этот статус.
Initialize the servlet.
Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:
If not specified the value of "/UserFiles/" will be used.
Initialize the servlet.
Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:
If not specified the value of "/UserFiles/" will be used.
Also it retrieve all allowed and denied extensions to be handled.
init() -
Method in interface com.trackstudio.app.adapter.Adapter
This class is used for sending email via JavaMail
Support: sending text/plain and text/html messages
sending mail to Recepients from To, CC and BCC fields
sending email in various character sets and encodings
Разбивает большую коллекцию на отрезки по SPLIT_SIZE элементов
никой оптимизации (как с splitTaskSet) тут нет, поэтому для
загрузки тасков и юзеров метод тормознее.
Returns a collection of task IDs
Возвращает коллекцию идентификаторов задач, которые находятся в одних ветках с теми, на которые у пользователя есть доступ.
Returns true when value pass the filter and false otherwise
Fvalue coding:
contains TEST: 'TEST'
start with TEST: '_TEST'
equals TEST: '_eq_TEST'
not equals TEST: '_ne_TEST'