ClipsProjectInformation
The following operations are supported. For a formal definition, please review the Service Description.
-
ClearProjectCache
This method retrieves all CLIPS projects found in Active Projects (\\otfwinclcli\Active_Projects\) where a corresponding project in Project Central was also found. if 'readyProjects' is flagged then only CLIPS projects found in Active Projects where the folder is not empty, and where a corresponding project in Project Central was also found. A CLIPS Project is ready if it's Active Projects folder contains a '' folder that contains files or folders. If project folder name is specified, it overrides default project folder. -
GetAllClipsProjects
This method retrieves all CLIPS projects found in Active Projects (\\otfwinclcli\Active_Projects\) where a corresponding project in Project Central was also found. if 'readyProjects' is flagged then only CLIPS projects found in Active Projects where the folder is not empty, and where a corresponding project in Project Central was also found. A CLIPS Project is ready if it's Active Projects folder contains a 'Project name' folder that contains files or folders. -
GetAllClipsProjectsByClipsFolderName
This method retrieves all CLIPS projects found in Active Projects (\\otfwinclcli\Active_Projects\) where a corresponding project in Project Central was also found. if 'readyProjects' is flagged then only CLIPS projects found in Active Projects where the folder is not empty, and where a corresponding project in Project Central was also found. A CLIPS Project is ready if it's Active Projects folder contains a 'Project name' folder that contains files or folders. If project folder name is specified, it overrides default project folder. -
GetAllCustomClipsProjects
This method retrieves all CLIPS projects found in Active Projects (\\otfwinclcli\Active_Projects\) where a corresponding project in Project Central was also found. if 'readyProjects' is flagged then only CLIPS projects found in Active Projects where the folder is not empty, and where a corresponding project in Project Central was also found. A CLIPS Project is ready if it's Active Projects folder contains a '' folder that contains files or folders. -
GetAllCustomClipsProjectsByClipsFolderName
This method retrieves all CLIPS projects found in Active Projects (\\otfwinclcli\Active_Projects\) where a corresponding project in Project Central was also found. if 'readyProjects' is flagged then only CLIPS projects found in Active Projects where the folder is not empty, and where a corresponding project in Project Central was also found. A CLIPS Project is ready if it's Active Projects folder contains a '' folder that contains files or folders. If project folder name is specified, it overrides default project folder. -
GetClipsProject
This method retrieves a CLIP project matching the search criteria. This method performs a linear search on the result set of GetClipsProjects to retrieve the CLIPSProject. -
GetClipsProjectByClipsFolderName
This method retrieves a CLIP project matching the search criteria. This method performs a linear search on the result set of GetClipsProjects to retrieve the CLIPSProject. If project folder name is specified, it overrides default project folder.