Class AC.cace.Project
Handles project-related functions.
Defined in: ProjectFunctions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.cace.Project.closeProjectInExplorer()
Closes a project within the project explorer.
|
<static> |
AC.cace.Project.createProject(projectType, explorerId, selectedNodes)
Creates a project.
|
<static> |
AC.cace.Project.editProjectDialog(msg)
Displays a dialog to edit project properties.
|
<static> |
AC.cace.Project.editProjectProperties()
Edits project properties.
|
<static> |
AC.cace.Project.editProjectPropertiesSave()
Saves project properties edited within the property dialog.
|
<static> |
AC.cace.Project.getAvailableProjects()
Gets available projects.
|
<static> |
AC.cace.Project.getProjectUserList(msg)
Gets the users in a project.
|
<static> |
AC.cace.Project.openProjectInDesktopDialog(msg)
Displays the dialog showing projects in a user's desktop.
|
<static> |
AC.cace.Project.openRecycleBin(projectType)
Opens project recycle bin.
|
<static> |
AC.cace.Project.openRecycleBinInDesktopDialog(msg)
Displays the project recycle bin dialog.
|
<static> |
AC.cace.Project.publishProjectInExplorer()
Publish the project to the "App Store"
|
<static> |
AC.cace.Project.recycleProjectInExplorer(arg1, arg2, explorerId, selectedNodes)
Moves a project to the recycle bin.
|
Method Detail
<static>
AC.cace.Project.closeProjectInExplorer()
Closes a project within the project explorer.
- Returns:
- void
<static>
AC.cace.Project.createProject(projectType, explorerId, selectedNodes)
Creates a project.
- Parameters:
- projectType
- project type
- explorerId
- explorer id
- selectedNodes
- selected nodes
- Returns:
- void
<static>
AC.cace.Project.editProjectDialog(msg)
Displays a dialog to edit project properties.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.cace.Project.editProjectProperties()
Edits project properties.
- Returns:
- void
<static>
AC.cace.Project.editProjectPropertiesSave()
Saves project properties edited within the property dialog.
- Returns:
- void
<static>
AC.cace.Project.getAvailableProjects()
Gets available projects.
- Returns:
- void
<static>
AC.cace.Project.getProjectUserList(msg)
Gets the users in a project.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.cace.Project.openProjectInDesktopDialog(msg)
Displays the dialog showing projects in a user's desktop.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.cace.Project.openRecycleBin(projectType)
Opens project recycle bin.
- Parameters:
- projectType
- the type of projects
- Returns:
- void
<static>
AC.cace.Project.openRecycleBinInDesktopDialog(msg)
Displays the project recycle bin dialog.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
AC.cace.Project.publishProjectInExplorer()
Publish the project to the "App Store"
- Returns:
- void
<static>
AC.cace.Project.recycleProjectInExplorer(arg1, arg2, explorerId, selectedNodes)
Moves a project to the recycle bin.
- Parameters:
- arg1
- arg1
- arg2
- arg2
- explorerId
- explorer id
- selectedNodes
- the selected nodes
- Returns:
- void