Class ProjectSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.ProjectSoapDO
-
public class ProjectSoapDO extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDOThis class represents the data associated with a project.Change HistoryRelease: 4.1-SP2- Added constants for project access level.
Release: 5.3- Added constants for template creation.
Release: 6.1- Added Id of the parent project.
- Added project hierarchy path.
- Added lock status.
- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description static intGATED_COMMUNITYA gated community only allows unrestricted users and project members access.static intINCLUDE_ALL_CONTENTInclude content from all applications in templates.static intINCLUDE_DISCUSSIONS_CONTENTInclude topics and posts in templates.static intINCLUDE_DOCUMENTS_CONTENTInclude documents in templates.static intINCLUDE_FRS_CONTENTInclude release files in templates.static intINCLUDE_KANBAN_BOARDInclude Kanban Boards in templates (Supported from 17.8).static intINCLUDE_PLANNING_FOLDERSInclude planning folders in templates.static intINCLUDE_PROJECT_PAGESInclude project pages in templates.static intINCLUDE_REPORTS_CONTENTInclude reports in templates.static intINCLUDE_SAVED_SEARCHESInclude saved searches in templates.static intINCLUDE_TASK_BOARDInclude Task Board in templates (Supported from 17.8).static intINCLUDE_TEAMSInclude teams in templates.static intINCLUDE_TRACKER_CONTENTInclude tracker content in templates.static intINCLUDE_WIKI_CONTENTInclude wiki pages in templates.static intPRIVATEA private project only allows members access.static intPUBLICA public project allows all users access.
-
Constructor Summary
Constructors Constructor Description ProjectSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns 'description'.StringgetHierarchyPath()Returns 'hierarchyPath'.booleangetLocked()Returns 'locked'.StringgetParentProjectId()Returns 'parentProjectId'.StringgetPath()Returns 'path'.StringgetTitle()Returns 'title'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDescription(String description)Sets 'description'.voidsetHierarchyPath(String hierarchyPath)Sets 'hierarchyPath'.voidsetLocked(boolean locked)Sets 'locked'.voidsetParentProjectId(String parentProjectId)Sets 'parentProjectId'.voidsetPath(String path)Sets 'path'.voidsetTitle(String title)Sets 'title'.
-
-
-
Field Detail
-
PUBLIC
public static final int PUBLIC
A public project allows all users access.- See Also:
- Constant Field Values
-
GATED_COMMUNITY
public static final int GATED_COMMUNITY
A gated community only allows unrestricted users and project members access.- See Also:
- Constant Field Values
-
PRIVATE
public static final int PRIVATE
A private project only allows members access.- See Also:
- Constant Field Values
-
INCLUDE_ALL_CONTENT
public static final int INCLUDE_ALL_CONTENT
Include content from all applications in templates.- See Also:
- Constant Field Values
-
INCLUDE_TRACKER_CONTENT
public static final int INCLUDE_TRACKER_CONTENT
Include tracker content in templates.- See Also:
- Constant Field Values
-
INCLUDE_DOCUMENTS_CONTENT
public static final int INCLUDE_DOCUMENTS_CONTENT
Include documents in templates.- See Also:
- Constant Field Values
-
INCLUDE_DISCUSSIONS_CONTENT
public static final int INCLUDE_DISCUSSIONS_CONTENT
Include topics and posts in templates.- See Also:
- Constant Field Values
-
INCLUDE_REPORTS_CONTENT
public static final int INCLUDE_REPORTS_CONTENT
Include reports in templates.- See Also:
- Constant Field Values
-
INCLUDE_FRS_CONTENT
public static final int INCLUDE_FRS_CONTENT
Include release files in templates.- See Also:
- Constant Field Values
-
INCLUDE_WIKI_CONTENT
public static final int INCLUDE_WIKI_CONTENT
Include wiki pages in templates.- See Also:
- Constant Field Values
-
INCLUDE_PROJECT_PAGES
public static final int INCLUDE_PROJECT_PAGES
Include project pages in templates.- See Also:
- Constant Field Values
-
INCLUDE_SAVED_SEARCHES
public static final int INCLUDE_SAVED_SEARCHES
Include saved searches in templates.- See Also:
- Constant Field Values
-
INCLUDE_PLANNING_FOLDERS
public static final int INCLUDE_PLANNING_FOLDERS
Include planning folders in templates.- See Also:
- Constant Field Values
-
INCLUDE_TEAMS
public static final int INCLUDE_TEAMS
Include teams in templates.- See Also:
- Constant Field Values
-
INCLUDE_KANBAN_BOARD
public static final int INCLUDE_KANBAN_BOARD
Include Kanban Boards in templates (Supported from 17.8).- See Also:
- Constant Field Values
-
INCLUDE_TASK_BOARD
public static final int INCLUDE_TASK_BOARD
Include Task Board in templates (Supported from 17.8).- See Also:
- Constant Field Values
-
-
Method Detail
-
getPath
public String getPath()
Returns 'path'. The path of the project.- Returns:
- Value of 'path'.
-
setPath
public void setPath(String path)
Sets 'path'. The path of the project.- Parameters:
path- Value of 'path'.
-
getTitle
public String getTitle()
Returns 'title'. The title of the project.- Returns:
- Value of 'title'.
-
setTitle
public void setTitle(String title)
Sets 'title'. The title of the project.- Parameters:
title- Value of 'title'.
-
getDescription
public String getDescription()
Returns 'description'. The detailed description of the project.- Returns:
- Value of 'description'.
-
setDescription
public void setDescription(String description)
Sets 'description'. The detailed description of the project.- Parameters:
description- Value of 'description'.
-
getParentProjectId
public String getParentProjectId()
Returns 'parentProjectId'. Id of the primary parent project.- Returns:
- Value of 'parentProjectId'.
-
setParentProjectId
public void setParentProjectId(String parentProjectId)
Sets 'parentProjectId'. Id of the primary parent project.- Parameters:
parentProjectId- Value of 'parentProjectId'.
-
getHierarchyPath
public String getHierarchyPath()
Returns 'hierarchyPath'. The complete hierarchy of the project- Returns:
- Value of 'hierarchyPath'.
-
setHierarchyPath
public void setHierarchyPath(String hierarchyPath)
Sets 'hierarchyPath'. The complete hierarchy of the project- Parameters:
hierarchyPath- Value of 'hierarchyPath'.
-
getLocked
public boolean getLocked()
Returns 'locked'. The locked status of the project.- Returns:
- Value of 'locked'.
-
setLocked
public void setLocked(boolean locked)
Sets 'locked'. The locked status of the project.- Parameters:
locked- Value of 'locked'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-