Interface IPlanningAppSoap
-
- All Known Implementing Classes:
PlanningAppSoap,PlanningAppSoapMockStub,PlanningAppSoapStub
public interface IPlanningAppSoap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description PlanningFolderSoapDOcreatePlanningFolder(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId)Deprecated.in favor of createPlanningFolder4PlanningFolder2SoapDOcreatePlanningFolder2(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId)Deprecated.in favor of createPlanningFolder4PlanningFolder3SoapDOcreatePlanningFolder3(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId)Deprecated.in favor of createPlanningFolder4PlanningFolder4SoapDOcreatePlanningFolder4(String sessionId, String parentId, PlanningFolder4SoapDO soapDO)Deprecated.in favor of createPlanningFolder5PlanningFolder5SoapDOcreatePlanningFolder5(String sessionId, String parentId, String type, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId, String burndownViewMode)Creates a new planning foldervoiddeletePlanningFolder(String sessionId, String planningFolderId)Deletes a planning folder with the specified id.ArtifactsInPlanningFolderSoapListgetArtifactListInPlanningFolder(String sessionId, String parentId, SoapFilter[] filters, boolean recursive)Deprecated.in favor of getArtifactListInPlanningFolder2ArtifactsInPlanningFolder2SoapListgetArtifactListInPlanningFolder2(String sessionId, String parentId, SoapFilter[] filters, boolean recursive)Returns the list of artifacts contained in a planning folder or its descendants.ArtifactsInPlanningFolder2SoapListgetArtifactListInPlanningFolder3(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId)Returns the list of artifacts contained in a planning folder or its descendants.PlanningFolder2SoapDOgetPlanningFolder2Data(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolder4Data.PlanningFolder2SoapListgetPlanningFolder2List(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolder4ListPlanningFolder3SoapDOgetPlanningFolder3Data(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolder4Data.PlanningFolder3SoapListgetPlanningFolder3List(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolder4ListPlanningFolder4SoapDOgetPlanningFolder4Data(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolder5Data.PlanningFolder4SoapListgetPlanningFolder4List(String sessionId, String parentId, boolean recursive)Returns the list of planning folders within the specified project.PlanningFolder5SoapDOgetPlanningFolder5Data(String sessionId, String planningFolderId)Returns a data object for a given planning folderPlanningFolder5SoapListgetPlanningFolder5List(String sessionId, String parentId, boolean recursive)Returns the list of planning folders within the specified project.PlanningFolderSoapDOgetPlanningFolderData(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolder4Data.PlanningFolderSoapListgetPlanningFolderList(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolder4ListPlanningFolderSummarySoapDOgetPlanningFolderSummary(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolderSummary4PlanningFolderSummary2SoapDOgetPlanningFolderSummary2(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolderSummary4PlanningFolderSummary2SoapListgetPlanningFolderSummary2List(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolderSummary4ListPlanningFolderSummary3SoapDOgetPlanningFolderSummary3(String sessionId, String planningFolderId)Deprecated.in favor of getPlanningFolderSummary4PlanningFolderSummary3SoapListgetPlanningFolderSummary3List(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolderSummary4ListPlanningFolderSummary4SoapDOgetPlanningFolderSummary4(String sessionId, String planningFolderId)Returns the statistics for the artifacts in a given planning folder and all its sub planning foldersPlanningFolderSummary4SoapListgetPlanningFolderSummary4List(String sessionId, String parentId, boolean recursive)Returns the list of planning folders within the specified project including their statisticsPlanningFolderSummary5SoapDOgetPlanningFolderSummary5(String sessionId, String planningFolderId)Returns the statistics for the artifacts in a given planning folder and all its sub planning foldersPlanningFolderSummary5SoapListgetPlanningFolderSummary5List(String sessionId, String parentId, boolean recursive)Returns the list of planning folders within the specified project including their statisticsPlanningFolderSummarySoapListgetPlanningFolderSummaryList(String sessionId, String parentId, boolean recursive)Deprecated.in favor of getPlanningFolderSummary4ListPlanningStatusValueSoapDO[]getPlanningStatusValues(String sessionId, String projectId)Gets status values for the planning application of a specific project.RankedArtifactSoapListgetRankedArtifactList(String sessionId, String planningFolderId)Deprecated.in favor of getRankedArtifactList2RankedArtifact2SoapListgetRankedArtifactList2(String sessionId, String planningFolderId)Returns the list of artifacts assigned to a planning folderPlanningFolderSoapDOmovePlanningFolder(String sessionId, String planningFolderId, String destParentId)Deprecated.in favor of movePlanningFolder5PlanningFolder2SoapDOmovePlanningFolder2(String sessionId, String planningFolderId, String destParentId)Deprecated.in favor of movePlanningFolder5PlanningFolder3SoapDOmovePlanningFolder3(String sessionId, String planningFolderId, String destParentId)Deprecated.in favor of movePlanningFolder5PlanningFolder4SoapDOmovePlanningFolder4(String sessionId, String planningFolderId, String destParentId)Deprecated.in favor of movePlanningFolder5PlanningFolder5SoapDOmovePlanningFolder5(String sessionId, String planningFolderId, String destParentId)Moves a Planning Folder including its sub folders and contents.voidreorderPlanningFolders(String sessionId, String parentId, String[] planningFolderIds)Sets a new order for the planning folders in their parent folder.voidsetPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidsetPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidsetPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData)Deprecated.in favor of setPlanningFolder5DatavoidsetPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData)Sets data on a specific planning folder.voidsetPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData)Deprecated.in favor of setPlanningFolder4DatavoidsetPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues)Sets status values that is associated with the planning application of a specific project.
-
-
-
Method Detail
-
createPlanningFolder
PlanningFolderSoapDO createPlanningFolder(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId) throws RemoteException
Deprecated.in favor of createPlanningFolder4Creates a new planning folder- Parameters:
sessionId- User session id.parentId- The id of the project under which to create a new top-level planning foldertitle- The title of the new planning folderdescription- The description of the new planning folderstartDate- The start date of the new planning folderendDate- The end date of the new planning folderstatus- The status of the new planning foldercapacity- The capacity of the new planning folderreleaseId- The release which is associated with the new planning folder- Returns:
- the planning folder soap object
- Throws:
InvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.NoSuchObjectFault- when the specified object id is invalid.ObjectAlreadyExistsFault- if an existing planning folder by that name already exists under the same parentIllegalArgumentFault- if invalid argument value was supplied.RemoteException- Since:
- 5.3
-
createPlanningFolder2
PlanningFolder2SoapDO createPlanningFolder2(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId) throws RemoteException
Deprecated.in favor of createPlanningFolder4Creates a new planning folder- Parameters:
sessionId- User session id.parentId- The id of the project under which to create a new top-level planning foldertitle- The title of the new planning folderdescription- The description of the new planning folderstartDate- The start date of the new planning folderendDate- The end date of the new planning folderstatus- The status of the new planning foldercapacity- The capacity of the new planning folderreleaseId- The release which is associated with the new planning foldertrackerUnitId- The tracker unit id- Returns:
- the planning folder soap object
- Throws:
InvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.NoSuchObjectFault- when the specified object id is invalid.ObjectAlreadyExistsFault- if an existing planning folder by that name already exists under the same parentIllegalArgumentFault- if invalid argument value was supplied.RemoteException- Since:
- 6.2
-
createPlanningFolder3
PlanningFolder3SoapDO createPlanningFolder3(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId) throws RemoteException
Deprecated.in favor of createPlanningFolder4Creates a new planning folder- Parameters:
sessionId- User session id.parentId- The id of the project under which to create a new top-level planning foldertitle- The title of the new planning folderdescription- The description of the new planning folderstartDate- The start date of the new planning folderendDate- The end date of the new planning folderstatus- The status of the new planning foldercapacity- The efforts capacity of the new planning folderpointsCapacity- The points capacity of the new planning folderreleaseId- The release which is associated with the new planning foldertrackerUnitId- The tracker unit id- Returns:
- the planning folder soap object
- Throws:
InvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.NoSuchObjectFault- when the specified object id is invalid.ObjectAlreadyExistsFault- if an existing planning folder by that name already exists under the same parentIllegalArgumentFault- if invalid argument value was supplied.RemoteException- Since:
- 7.1
-
createPlanningFolder4
PlanningFolder4SoapDO createPlanningFolder4(String sessionId, String parentId, PlanningFolder4SoapDO soapDO) throws RemoteException
Deprecated.in favor of createPlanningFolder5Creates a new planning folder- Parameters:
sessionId- User session id.parentId- The id of the project under which to create a new top-level planning foldersoapDO- aPlanningFolder4SoapDOobject- Returns:
- the planning folder soap object
- Throws:
InvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.NoSuchObjectFault- when the specified object id is invalid.ObjectAlreadyExistsFault- if an existing planning folder by that name already exists under the same parentIllegalArgumentFault- if invalid argument value was supplied.RemoteException- Since:
- 7.2
-
createPlanningFolder5
PlanningFolder5SoapDO createPlanningFolder5(String sessionId, String parentId, String type, String title, String description, Date startDate, Date endDate, String status, int capacity, int pointsCapacity, String releaseId, String trackerUnitId, String burndownViewMode) throws RemoteException
Creates a new planning folder- Parameters:
sessionId- User session id.parentId- The id of the project under which to create a new top-level planning foldertype- The type of the new planning foldertitle- The title of the new planning folderdescription- The description of the new planning folderstartDate- The start date of the new planning folderendDate- The end date of the new planning folderstatus- The status of the new planning foldercapacity- The efforts capacity of the new planning folderpointsCapacity- The points capacity of the new planning folderreleaseId- The release which is associated with the new planning foldertrackerUnitId- The tracker unit idburndownViewMode- The burn down view mode- Returns:
- the planning folder soap object
- Throws:
InvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.NoSuchObjectFault- when the specified object id is invalid.ObjectAlreadyExistsFault- if an existing planning folder by that name already exists under the same parentIllegalArgumentFault- if invalid argument value was supplied.RemoteException- Since:
- 8.2
-
getPlanningFolderData
PlanningFolderSoapDO getPlanningFolderData(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolder4Data.Returns a data object for a given planning folder- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Detailed data on the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 5.3
-
getPlanningFolder2Data
PlanningFolder2SoapDO getPlanningFolder2Data(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolder4Data.Returns a data object for a given planning folder- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Detailed data on the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 6.2
-
getPlanningFolder3Data
PlanningFolder3SoapDO getPlanningFolder3Data(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolder4Data.Returns a data object for a given planning folder- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Detailed data on the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 7.1
-
getPlanningFolder4Data
PlanningFolder4SoapDO getPlanningFolder4Data(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolder5Data.Returns a data object for a given planning folder- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Detailed data on the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 7.2
-
getPlanningFolder5Data
PlanningFolder5SoapDO getPlanningFolder5Data(String sessionId, String planningFolderId) throws RemoteException
Returns a data object for a given planning folder- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Detailed data on the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 8.2
-
getPlanningFolderSummary
PlanningFolderSummarySoapDO getPlanningFolderSummary(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4Returns the statistics for the artifacts in a given planning folder and all its sub planning folders- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Statistics for the artifacts in the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 5.3
-
getPlanningFolderSummary2
PlanningFolderSummary2SoapDO getPlanningFolderSummary2(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4Returns the statistics for the artifacts in a given planning folder and all its sub planning folders- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Statistics for the artifacts in the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 6.2
-
getPlanningFolderSummary3
PlanningFolderSummary3SoapDO getPlanningFolderSummary3(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4Returns the statistics for the artifacts in a given planning folder and all its sub planning folders- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Statistics for the artifacts in the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 7.1
-
getPlanningFolderSummary4
PlanningFolderSummary4SoapDO getPlanningFolderSummary4(String sessionId, String planningFolderId) throws RemoteException
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Statistics for the artifacts in the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 7.2
-
getPlanningFolderSummary5
PlanningFolderSummary5SoapDO getPlanningFolderSummary5(String sessionId, String planningFolderId) throws RemoteException
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders- Parameters:
sessionId- User session id.planningFolderId- PlanningFolder id.- Returns:
- Statistics for the artifacts in the PlanningFolder.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when argument is invalid.RemoteException- Since:
- 8.2
-
getPlanningFolderSummaryList
PlanningFolderSummarySoapList getPlanningFolderSummaryList(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4ListReturns the list of planning folders within the specified project including their statistics- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid argument value is passed.RemoteException- Since:
- 5.3
-
getPlanningFolderSummary2List
PlanningFolderSummary2SoapList getPlanningFolderSummary2List(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4ListReturns the list of planning folders within the specified project including their statistics- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid argument value is passed.RemoteException- Since:
- 5.3
-
getPlanningFolderSummary3List
PlanningFolderSummary3SoapList getPlanningFolderSummary3List(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolderSummary4ListReturns the list of planning folders within the specified project including their statistics- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid argument value is passed.RemoteException- Since:
- 7.1
-
getPlanningFolderSummary4List
PlanningFolderSummary4SoapList getPlanningFolderSummary4List(String sessionId, String parentId, boolean recursive) throws RemoteException
Returns the list of planning folders within the specified project including their statistics- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid argument value is passed.RemoteException- Since:
- 7.2
-
getPlanningFolderSummary5List
PlanningFolderSummary5SoapList getPlanningFolderSummary5List(String sessionId, String parentId, boolean recursive) throws RemoteException
Returns the list of planning folders within the specified project including their statistics- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid argument value is passed.RemoteException- Since:
- 8.2
-
setPlanningFolderData
void setPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData) throws RemoteException
Deprecated.in favor of setPlanningFolder4DataSets data on a specific planning folder.- Parameters:
sessionId- User session id.planningFolderData- Detailed data on the planning folder to set.- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid data is specified.VersionMismatchFault- when the data object is not up to date any more.RemoteException- Since:
- 5.3
-
setPlanningFolder2Data
void setPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData) throws RemoteException
Deprecated.in favor of setPlanningFolder4DataSets data on a specific planning folder.- Parameters:
sessionId- User session id.planningFolderData- Detailed data on the planning folder to set.- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid data is specified.VersionMismatchFault- when the data object is not up to date any more.RemoteException- Since:
- 6.2
-
setPlanningFolder3Data
void setPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData) throws RemoteException
Deprecated.in favor of setPlanningFolder4DataSets data on a specific planning folder.- Parameters:
sessionId- User session id.planningFolderData- Detailed data on the planning folder to set.- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid data is specified.VersionMismatchFault- when the data object is not up to date any more.RemoteException- Since:
- 7.1
-
setPlanningFolder4Data
void setPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData) throws RemoteException
Deprecated.in favor of setPlanningFolder5DataSets data on a specific planning folder.- Parameters:
sessionId- User session id.planningFolderData- Detailed data on the planning folder to set.- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid data is specified.VersionMismatchFault- when the data object is not up to date any more.RemoteException- Since:
- 7.2
-
setPlanningFolder5Data
void setPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData) throws RemoteException
Sets data on a specific planning folder.- Parameters:
sessionId- User session id.planningFolderData- Detailed data on the planning folder to set.- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when invalid data is specified.VersionMismatchFault- when the data object is not up to date any more.RemoteException- Since:
- 8.2
-
getPlanningFolderList
PlanningFolderSoapList getPlanningFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolder4ListReturns the list of planning folders within the specified project.- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when ivalid argument value is passed.RemoteException- Since:
- 5.3
-
getPlanningFolder2List
PlanningFolder2SoapList getPlanningFolder2List(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolder4ListReturns the list of planning folders within the specified project.- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when ivalid argument value is passed.RemoteException- Since:
- 6.2
-
getPlanningFolder3List
PlanningFolder3SoapList getPlanningFolder3List(String sessionId, String parentId, boolean recursive) throws RemoteException
Deprecated.in favor of getPlanningFolder4ListReturns the list of planning folders within the specified project.- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when ivalid argument value is passed.RemoteException- Since:
- 7.1
-
getPlanningFolder4List
PlanningFolder4SoapList getPlanningFolder4List(String sessionId, String parentId, boolean recursive) throws RemoteException
Returns the list of planning folders within the specified project.- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when ivalid argument value is passed.RemoteException- Since:
- 7.2
-
getPlanningFolder5List
PlanningFolder5SoapList getPlanningFolder5List(String sessionId, String parentId, boolean recursive) throws RemoteException
Returns the list of planning folders within the specified project.- Parameters:
sessionId- User session id.parentId- Parent planning folder id -or- project id for listing all top-level planning folders.recursive- Show subfolders of the planning folders returned- Returns:
- List of filtered planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- when ivalid argument value is passed.RemoteException- Since:
- 8.2
-
getArtifactListInPlanningFolder
ArtifactsInPlanningFolderSoapList getArtifactListInPlanningFolder(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) throws RemoteException
Deprecated.in favor of getArtifactListInPlanningFolder2/**Returns the list of artifacts contained in a planning folder or its descendants.
- Parameters:
sessionId- User session id.parentId- parentIdrecursive- indicates if descendents planning folder artifacts will be included in the resultfilters- Array of filters to apply (null to return unfiltered list).- Returns:
- List of artifacts contained in the planning folder/its descendents or artifacts not planned yet.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.InvalidFilterFault- when the specified filters are invalid.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 5.3
-
getArtifactListInPlanningFolder2
ArtifactsInPlanningFolder2SoapList getArtifactListInPlanningFolder2(String sessionId, String parentId, SoapFilter[] filters, boolean recursive) throws RemoteException
Returns the list of artifacts contained in a planning folder or its descendants.- Parameters:
sessionId- User session id.parentId- if parentId is a planning folder id, this method will return artifacts that are part of this planning folderrecursive- indicates if descendents planning folder artifacts will be included in the resultfilters- Array of filters to apply (null to return unfiltered list).- Returns:
- List of artifacts contained in the planning folder/its descendents or artifacts not planned yet.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.InvalidFilterFault- when the specified filters are invalid.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 8.0
-
getArtifactListInPlanningFolder3
ArtifactsInPlanningFolder2SoapList getArtifactListInPlanningFolder3(String sessionId, String parentId, SoapFilter[] filters, boolean recursive, String[] teamId) throws RemoteException
Returns the list of artifacts contained in a planning folder or its descendants.- Parameters:
sessionId- User session id.parentId- if parentId is a planning folder id, this method will return artifacts that are part of this planning folderrecursive- indicates if descendents planning folder artifacts will be included in the resultfilters- Array of filters to apply (null to return unfiltered list).teamId- if teamId is specified it shows the list of artifacts in that team- Returns:
- List of artifacts contained in the planning folder/its descendents or artifacts not planned yet.
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.InvalidFilterFault- when the specified filters are invalid.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 17.1
-
getRankedArtifactList
RankedArtifactSoapList getRankedArtifactList(String sessionId, String planningFolderId) throws RemoteException
Deprecated.in favor of getRankedArtifactList2Returns the list of artifacts assigned to a planning folder or its descendants with the rank information in the specified planning folder- Parameters:
sessionId- User session id.planningFolderId- this method will return artifacts that are part of this planning folder- Returns:
- List of artifacts contained in the planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.InvalidFilterFault- when the specified filters are invalid.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 5.4
-
getRankedArtifactList2
RankedArtifact2SoapList getRankedArtifactList2(String sessionId, String planningFolderId) throws RemoteException
Returns the list of artifacts assigned to a planning folder- Parameters:
sessionId- User session id.planningFolderId- this method will return artifacts that are part of this planning folder or its descendants- Returns:
- List of artifacts contained in the planning folder
- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.InvalidFilterFault- when the specified filters are invalid.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 8.0
-
movePlanningFolder
PlanningFolderSoapDO movePlanningFolder(String sessionId, String planningFolderId, String destParentId) throws RemoteException
Deprecated.in favor of movePlanningFolder5Moves a Planning Folder including its sub folders and contents. Fails if not everything can be moved.- Parameters:
sessionId- User session id.planningFolderId- planning folder id to move.destParentId- destination planning folder id- Returns:
- new planning folder object
- Throws:
InvalidSessionFault- when sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when specified object is invalid.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- if invalid argument value is passed.PlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 5.3
-
movePlanningFolder2
PlanningFolder2SoapDO movePlanningFolder2(String sessionId, String planningFolderId, String destParentId) throws RemoteException
Deprecated.in favor of movePlanningFolder5Moves a Planning Folder including its sub folders and contents. Fails if not everything can be moved.- Parameters:
sessionId- User session id.planningFolderId- planning folder id to move.destParentId- destination planning folder id- Returns:
- new planning folder object
- Throws:
InvalidSessionFault- when sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when specified object is invalid.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- if invalid argument value is passed.PlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 6.2
-
movePlanningFolder3
PlanningFolder3SoapDO movePlanningFolder3(String sessionId, String planningFolderId, String destParentId) throws RemoteException
Deprecated.in favor of movePlanningFolder5Moves a Planning Folder including its sub folders and contents. Fails if not everything can be moved.- Parameters:
sessionId- User session id.planningFolderId- planning folder id to move.destParentId- destination planning folder id- Returns:
- new planning folder object
- Throws:
InvalidSessionFault- when sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when specified object is invalid.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- if invalid argument value is passed.PlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 7.1
-
movePlanningFolder4
PlanningFolder4SoapDO movePlanningFolder4(String sessionId, String planningFolderId, String destParentId) throws RemoteException
Deprecated.in favor of movePlanningFolder5Moves a Planning Folder including its sub folders and contents. Fails if not everything can be moved.- Parameters:
sessionId- User session id.planningFolderId- planning folder id to move.destParentId- destination planning folder id- Returns:
- new planning folder object
- Throws:
InvalidSessionFault- when sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when specified object is invalid.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- if invalid argument value is passed.PlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 7.2
-
movePlanningFolder5
PlanningFolder5SoapDO movePlanningFolder5(String sessionId, String planningFolderId, String destParentId) throws RemoteException
Moves a Planning Folder including its sub folders and contents. Fails if not everything can be moved.- Parameters:
sessionId- User session id.planningFolderId- planning folder id to move.destParentId- destination planning folder id- Returns:
- new planning folder object
- Throws:
InvalidSessionFault- when sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when specified object is invalid.SystemFault- when an unexpected system error occurs.IllegalArgumentFault- if invalid argument value is passed.PlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 8.2
-
reorderPlanningFolders
void reorderPlanningFolders(String sessionId, String parentId, String[] planningFolderIds) throws RemoteException
Sets a new order for the planning folders in their parent folder.- Parameters:
sessionId- User session id.parentId- the id of the parent planning folderplanningFolderIds- an array of planning folder ids in their new order- Throws:
InvalidSessionFault- when the specified session id is invalid.NoSuchObjectFault- when the specified object id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system level error occurs.IllegalArgumentFault- if invalid argument value is passed.RemoteException- Since:
- 5.3
-
deletePlanningFolder
void deletePlanningFolder(String sessionId, String planningFolderId) throws RemoteException
Deletes a planning folder with the specified id.- Parameters:
sessionId- SOAP session id.planningFolderId- planning folder id to delete.- Throws:
InvalidSessionFault- when the sessionId is invalid.PermissionDeniedFault- when permission is denied for the specified operation.NoSuchObjectFault- when the specified object is invalidSystemFault- when an unexpected system error occurs.IllegalArgumentFault- when one or more of the parameters are invalid.VersionMismatchFault- when an artifact associated to the planning folderPlanningFolderRuleViolationFault- if the operation would cause planning folder violationRemoteException- Since:
- 5.3
-
setPlanningStatusValues
void setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues) throws RemoteException
Sets status values that is associated with the planning application of a specific project.- Parameters:
sessionId- User session id.projectId- Project for which to set the planning application status values.statusValues- Array of status values to set- Throws:
NoSuchObjectFault- when failed to get status field for the given projectInvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.VersionMismatchFault- if the values have been updated since this status field was fetchedIllegalArgumentFault- if the arguments are incorrectly specified.InvalidOperationFault- if the operation is not allowed.SystemFault- when an unexpected system error occurs.DependencyViolationFault- if changing a status violates artifact dependencyRemoteException- Since:
- 5.4
- See Also:
FaultSummary
-
getPlanningStatusValues
PlanningStatusValueSoapDO[] getPlanningStatusValues(String sessionId, String projectId) throws RemoteException
Gets status values for the planning application of a specific project.- Parameters:
sessionId- User session id.projectId- Project for which to set the planning application status values.- Returns:
- Status values for the planning application.
- Throws:
NoSuchObjectFault- when failed to get status field for the given projectInvalidSessionFault- when the specified session id is invalid.PermissionDeniedFault- when the user has insufficient privileges.SystemFault- when an unexpected system error occurs.RemoteException- Since:
- 5.4
-
-