public interface IPlanningAppSoap
PlanningFolder2Soap
objects.PlanningFolder2Soap
objects.PlanningFolderSummary2Soap
objects.PlanningFolderSummary2List
objects.PlanningFolder2Data
objects.PlanningFolder2List
objects.PlanningFolder2Soap
object.Modifier and Type | Method and Description |
---|---|
PlanningFolderSoapDO |
createPlanningFolder(String sessionId,
String parentId,
String title,
String description,
Date startDate,
Date endDate,
String status,
int capacity,
String releaseId)
Deprecated.
in favor of createPlanningFolder4
|
PlanningFolder2SoapDO |
createPlanningFolder2(String sessionId,
String parentId,
String title,
String description,
Date startDate,
Date endDate,
String status,
int capacity,
String releaseId,
String trackerUnitId)
Deprecated.
in favor of createPlanningFolder4
|
PlanningFolder3SoapDO |
createPlanningFolder3(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 createPlanningFolder4
|
PlanningFolder4SoapDO |
createPlanningFolder4(String sessionId,
String parentId,
PlanningFolder4SoapDO soapDO)
Deprecated.
in favor of 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)
Creates a new planning folder
|
void |
deletePlanningFolder(String sessionId,
String planningFolderId)
Deletes a planning folder with the specified id.
|
ArtifactsInPlanningFolderSoapList |
getArtifactListInPlanningFolder(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
boolean recursive)
Deprecated.
in favor of getArtifactListInPlanningFolder2
|
ArtifactsInPlanningFolder2SoapList |
getArtifactListInPlanningFolder2(String sessionId,
String parentId,
com.collabnet.ce.soap60.types.SoapFilter[] filters,
boolean recursive)
Returns the list of artifacts contained in a planning folder or its descendants.
|
PlanningFolder2SoapDO |
getPlanningFolder2Data(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolder4Data.
|
PlanningFolder2SoapList |
getPlanningFolder2List(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolder4List
|
PlanningFolder3SoapDO |
getPlanningFolder3Data(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolder4Data.
|
PlanningFolder3SoapList |
getPlanningFolder3List(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolder4List
|
PlanningFolder4SoapDO |
getPlanningFolder4Data(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolder5Data.
|
PlanningFolder4SoapList |
getPlanningFolder4List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project.
|
PlanningFolder5SoapDO |
getPlanningFolder5Data(String sessionId,
String planningFolderId)
Returns a data object for a given planning folder
|
PlanningFolder5SoapList |
getPlanningFolder5List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project.
|
PlanningFolderSoapDO |
getPlanningFolderData(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolder4Data.
|
PlanningFolderSoapList |
getPlanningFolderList(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolder4List
|
PlanningFolderSummarySoapDO |
getPlanningFolderSummary(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolderSummary4
|
PlanningFolderSummary2SoapDO |
getPlanningFolderSummary2(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolderSummary4
|
PlanningFolderSummary2SoapList |
getPlanningFolderSummary2List(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolderSummary4List
|
PlanningFolderSummary3SoapDO |
getPlanningFolderSummary3(String sessionId,
String planningFolderId)
Deprecated.
in favor of getPlanningFolderSummary4
|
PlanningFolderSummary3SoapList |
getPlanningFolderSummary3List(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolderSummary4List
|
PlanningFolderSummary4SoapDO |
getPlanningFolderSummary4(String sessionId,
String planningFolderId)
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders
|
PlanningFolderSummary4SoapList |
getPlanningFolderSummary4List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project including their statistics Planning folders having the same parent are correctly ordered.
|
PlanningFolderSummary5SoapDO |
getPlanningFolderSummary5(String sessionId,
String planningFolderId)
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders
|
PlanningFolderSummary5SoapList |
getPlanningFolderSummary5List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project including their statistics Planning folders having the same parent are correctly ordered.
|
PlanningFolderSummarySoapList |
getPlanningFolderSummaryList(String sessionId,
String parentId,
boolean recursive)
Deprecated.
in favor of getPlanningFolderSummary4List
|
PlanningStatusValueSoapDO[] |
getPlanningStatusValues(String sessionId,
String projectId)
Gets status values for the planning application of a specific project.
|
RankedArtifactSoapList |
getRankedArtifactList(String sessionId,
String planningFolderId)
Deprecated.
in favor of getRankedArtifactList2
|
RankedArtifact2SoapList |
getRankedArtifactList2(String sessionId,
String planningFolderId)
Returns the list of artifacts assigned to a planning folder or its descendants with the rank information in the specified planning folder
|
PlanningFolderSoapDO |
movePlanningFolder(String sessionId,
String planningFolderId,
String destParentId)
Deprecated.
in favor of movePlanningFolder5
|
PlanningFolder2SoapDO |
movePlanningFolder2(String sessionId,
String planningFolderId,
String destParentId)
Deprecated.
in favor of movePlanningFolder5
|
PlanningFolder3SoapDO |
movePlanningFolder3(String sessionId,
String planningFolderId,
String destParentId)
Deprecated.
in favor of movePlanningFolder5
|
PlanningFolder4SoapDO |
movePlanningFolder4(String sessionId,
String planningFolderId,
String destParentId)
Deprecated.
in favor of movePlanningFolder5
|
PlanningFolder5SoapDO |
movePlanningFolder5(String sessionId,
String planningFolderId,
String destParentId)
Moves a Planning Folder including its sub folders and contents.
|
void |
reorderPlanningFolders(String sessionId,
String parentId,
String[] planningFolderIds)
Sets a new order for the planning folders in their parent folder.
|
void |
setPlanningFolder2Data(String sessionId,
PlanningFolder2SoapDO planningFolderData)
Deprecated.
in favor of setPlanningFolder4Data
|
void |
setPlanningFolder3Data(String sessionId,
PlanningFolder3SoapDO planningFolderData)
Deprecated.
in favor of setPlanningFolder4Data
|
void |
setPlanningFolder4Data(String sessionId,
PlanningFolder4SoapDO planningFolderData)
Deprecated.
in favor of setPlanningFolder5Data
|
void |
setPlanningFolder5Data(String sessionId,
PlanningFolder5SoapDO planningFolderData)
Sets data on a specific planning folder.
|
void |
setPlanningFolderData(String sessionId,
PlanningFolderSoapDO planningFolderData)
Deprecated.
in favor of setPlanningFolder4Data
|
void |
setPlanningStatusValues(String sessionId,
String projectId,
PlanningStatusValueSoapDO[] statusValues)
Sets status values that is associated with the planning application of a specific project.
|
PlanningFolderSoapDO createPlanningFolder(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId) throws RemoteException
sessionId
- User session id.parentId
- The id of the project under which to create a new top-level planning folder or the id of the planning folder under which to create 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 capacity of the new planning folderreleaseId
- The release which is associated with the new planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if an existing planning folder by that name already exists under the same parent.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value was supplied.RemoteException
PlanningFolder2SoapDO createPlanningFolder2(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId) throws RemoteException
sessionId
- User session id.parentId
- The id of the project under which to create a new top-level planning folder or the id of the planning folder under which to create 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 capacity of the new planning folderreleaseId
- The release which is associated with the new planning foldertrackerUnitId
- The tracker unit idcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if an existing planning folder by that name already exists under the same parent.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value was supplied.RemoteException
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
sessionId
- User session id.parentId
- The id of the project under which to create a new top-level planning folder or the id of the planning folder under which to create 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 idcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if an existing planning folder by that name already exists under the same parent.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value was supplied.RemoteException
PlanningFolder4SoapDO createPlanningFolder4(String sessionId, String parentId, PlanningFolder4SoapDO soapDO) throws RemoteException
sessionId
- User session id.parentId
- The id of the project under which to create a new top-level planning folder or the id of the planning folder under which to create the new planning foldersoapDO
- a PlanningFolder4SoapDO
objectcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if an existing planning folder by that name already exists under the same parent.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value was supplied.RemoteException
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
sessionId
- User session id.parentId
- The id of the project under which to create a new top-level planning folder or the id of the planning folder under which to create the new 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 modecom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.ObjectAlreadyExistsFault
- if an existing planning folder by that name already exists under the same parent.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value was supplied.RemoteException
PlanningFolderSoapDO getPlanningFolderData(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolder2SoapDO getPlanningFolder2Data(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolder3SoapDO getPlanningFolder3Data(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolder4SoapDO getPlanningFolder4Data(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolder5SoapDO getPlanningFolder5Data(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummarySoapDO getPlanningFolderSummary(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummary2SoapDO getPlanningFolderSummary2(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummary3SoapDO getPlanningFolderSummary3(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummary4SoapDO getPlanningFolderSummary4(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummary5SoapDO getPlanningFolderSummary5(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- PlanningFolder id.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when argument is invalid.RemoteException
PlanningFolderSummarySoapList getPlanningFolderSummaryList(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid argument value is passed.RemoteException
PlanningFolderSummary2SoapList getPlanningFolderSummary2List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid argument value is passed.RemoteException
PlanningFolderSummary3SoapList getPlanningFolderSummary3List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid argument value is passed.RemoteException
PlanningFolderSummary4SoapList getPlanningFolderSummary4List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid argument value is passed.RemoteException
PlanningFolderSummary5SoapList getPlanningFolderSummary5List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid argument value is passed.RemoteException
void setPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData) throws RemoteException
sessionId
- User session id.planningFolderData
- Detailed data on the planning folder to set.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid data is specified.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the data object is not up to date any more.RemoteException
void setPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData) throws RemoteException
sessionId
- User session id.planningFolderData
- Detailed data on the planning folder to set.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid data is specified.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the data object is not up to date any more.RemoteException
void setPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData) throws RemoteException
sessionId
- User session id.planningFolderData
- Detailed data on the planning folder to set.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid data is specified.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the data object is not up to date any more.RemoteException
void setPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData) throws RemoteException
sessionId
- User session id.planningFolderData
- Detailed data on the planning folder to set.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid data is specified.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the data object is not up to date any more.RemoteException
void setPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData) throws RemoteException
sessionId
- User session id.planningFolderData
- Detailed data on the planning folder to set.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when invalid data is specified.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when the data object is not up to date any more.RemoteException
PlanningFolderSoapList getPlanningFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when ivalid argument value is passed.RemoteException
PlanningFolder2SoapList getPlanningFolder2List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when ivalid argument value is passed.RemoteException
PlanningFolder3SoapList getPlanningFolder3List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when ivalid argument value is passed.RemoteException
PlanningFolder4SoapList getPlanningFolder4List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when ivalid argument value is passed.RemoteException
PlanningFolder5SoapList getPlanningFolder5List(String sessionId, String parentId, boolean recursive) throws RemoteException
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 returnedcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when ivalid argument value is passed.RemoteException
ArtifactsInPlanningFolderSoapList getArtifactListInPlanningFolder(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
sessionId
- User session id.parentId
- if parentId is a planning folder id, this method will return artifacts that are part of this planning folder If parentId is a project id, this method will return all artifacts of the project not assigned to any planning folderrecursive
- indicates if descendents planning folder artifacts will be included in the resultfilters
- Array of filters to apply (null to return unfiltered list).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when the specified filters are invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.RemoteException
ArtifactsInPlanningFolder2SoapList getArtifactListInPlanningFolder2(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
sessionId
- User session id.parentId
- if parentId is a planning folder id, this method will return artifacts that are part of this planning folder If parentId is a project id, this method will return all artifacts of the project not assigned to any planning folderrecursive
- indicates if descendents planning folder artifacts will be included in the resultfilters
- Array of filters to apply (null to return unfiltered list).com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when the specified filters are invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.RemoteException
RankedArtifactSoapList getRankedArtifactList(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- this method will return artifacts that are part of this planning folder or its descendantscom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when the specified filters are invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.RemoteException
RankedArtifact2SoapList getRankedArtifactList2(String sessionId, String planningFolderId) throws RemoteException
sessionId
- User session id.planningFolderId
- this method will return artifacts that are part of this planning folder or its descendantscom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.InvalidFilterFault
- when the specified filters are invalid.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.RemoteException
PlanningFolderSoapDO movePlanningFolder(String sessionId, String planningFolderId, String destParentId) throws RemoteException
sessionId
- User session id.planningFolderId
- planning folder id to move.destParentId
- destination planning folder id or project id if folder should become a top level planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
PlanningFolder2SoapDO movePlanningFolder2(String sessionId, String planningFolderId, String destParentId) throws RemoteException
sessionId
- User session id.planningFolderId
- planning folder id to move.destParentId
- destination planning folder id or project id if folder should become a top level planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
PlanningFolder3SoapDO movePlanningFolder3(String sessionId, String planningFolderId, String destParentId) throws RemoteException
sessionId
- User session id.planningFolderId
- planning folder id to move.destParentId
- destination planning folder id or project id if folder should become a top level planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
PlanningFolder4SoapDO movePlanningFolder4(String sessionId, String planningFolderId, String destParentId) throws RemoteException
sessionId
- User session id.planningFolderId
- planning folder id to move.destParentId
- destination planning folder id or project id if folder should become a top level planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
PlanningFolder5SoapDO movePlanningFolder5(String sessionId, String planningFolderId, String destParentId) throws RemoteException
sessionId
- User session id.planningFolderId
- planning folder id to move.destParentId
- destination planning folder id or project id if folder should become a top level planning foldercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when specified object is invalid.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
void reorderPlanningFolders(String sessionId, String parentId, String[] planningFolderIds) throws RemoteException
sessionId
- User session id.parentId
- the id of the parent planning folder -or- the project id if the planning folders to sort are top level planning folders.planningFolderIds
- an array of planning folder ids in their new ordercom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system level error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- if invalid argument value is passed.RemoteException
void deletePlanningFolder(String sessionId, String planningFolderId) throws RemoteException
sessionId
- SOAP session id.planningFolderId
- planning folder id to delete.com.collabnet.ce.soap60.fault.InvalidSessionFault
- when the sessionId is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when permission is denied for the specified operation.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when the specified object is invalidcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.IllegalArgumentFault
- when one or more of the parameters are invalid.com.collabnet.ce.soap60.fault.VersionMismatchFault
- when an artifact associated to the planning folder or a sub planning folder has been modified in between the delete operation.com.collabnet.ce.soap60.fault.PlanningFolderRuleViolationFault
- if the operation would cause planning folder violationRemoteException
void setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues) throws RemoteException
sessionId
- User session id.projectId
- Project for which to set the planning application status values.statusValues
- Array of status values to setcom.collabnet.ce.soap60.fault.NoSuchObjectFault
- when failed to get status field for the given projectcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.VersionMismatchFault
- if the values have been updated since this status field was fetchedcom.collabnet.ce.soap60.fault.IllegalArgumentFault
- if the arguments are incorrectly specified. See FaultSummary for detail for the following: - DUPLICATE_FIELD_VALUE - ILLEGAL_FIELD_VALUE - INVALID_FIELD_VALUE - INVALID_DEFAULT_VALUE - INVALID_FIELD_OPTIONS_REQUIRED_DISABLED - INVALID_FIELD_VALUE_LENGTH - REQUIRED_FIELD_MISSINGcom.collabnet.ce.soap60.fault.InvalidOperationFault
- if the operation is not allowed. See FaultSummary for detail for the following: - INVALID_OPTION_DISABLE_RESERVED_FIELD - INVALID_OPTION_DISABLE_IN_USE_FIELDcom.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.com.collabnet.ce.soap60.fault.DependencyViolationFault
- if changing a status violates artifact dependencyRemoteException
FaultSummary
PlanningStatusValueSoapDO[] getPlanningStatusValues(String sessionId, String projectId) throws RemoteException
sessionId
- User session id.projectId
- Project for which to set the planning application status values.com.collabnet.ce.soap60.fault.NoSuchObjectFault
- when failed to get status field for the given projectcom.collabnet.ce.soap60.fault.InvalidSessionFault
- when the specified session id is invalid.com.collabnet.ce.soap60.fault.PermissionDeniedFault
- when the user has insufficient privileges.com.collabnet.ce.soap60.fault.SystemFault
- when an unexpected system error occurs.RemoteException
Copyright © 2016 CollabNet. All Rights Reserved.