public class PlanningAppSoapStub extends com.collabnet.ce.soap60.webservices.ClientSoapStub implements IPlanningAppSoap
| Constructor and Description |
|---|
PlanningAppSoapStub(String soapServerUrl) |
| 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)
Creates a new planning folder
|
PlanningFolder2SoapDO |
createPlanningFolder2(String sessionId,
String parentId,
String title,
String description,
Date startDate,
Date endDate,
String status,
int capacity,
String releaseId,
String trackerUnitId)
Creates a new planning folder
|
PlanningFolder3SoapDO |
createPlanningFolder3(String sessionId,
String parentId,
String title,
String description,
Date startDate,
Date endDate,
String status,
int capacity,
int pointsCapacity,
String releaseId,
String trackerUnitId)
Creates a new planning folder
|
PlanningFolder4SoapDO |
createPlanningFolder4(String sessionId,
String parentId,
PlanningFolder4SoapDO soapDO)
Creates a new planning folder
|
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)
/** Returns the list of artifacts contained in a planning folder or its descendants.
|
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)
Returns a data object for a given planning folder
|
PlanningFolder2SoapList |
getPlanningFolder2List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project.
|
PlanningFolder3SoapDO |
getPlanningFolder3Data(String sessionId,
String planningFolderId)
Returns a data object for a given planning folder
|
PlanningFolder3SoapList |
getPlanningFolder3List(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project.
|
PlanningFolder4SoapDO |
getPlanningFolder4Data(String sessionId,
String planningFolderId)
Returns a data object for a given planning folder
|
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)
Returns a data object for a given planning folder
|
PlanningFolderSoapList |
getPlanningFolderList(String sessionId,
String parentId,
boolean recursive)
Returns the list of planning folders within the specified project.
|
PlanningFolderSummarySoapDO |
getPlanningFolderSummary(String sessionId,
String planningFolderId)
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders
|
PlanningFolderSummary2SoapDO |
getPlanningFolderSummary2(String sessionId,
String planningFolderId)
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders
|
PlanningFolderSummary2SoapList |
getPlanningFolderSummary2List(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.
|
PlanningFolderSummary3SoapDO |
getPlanningFolderSummary3(String sessionId,
String planningFolderId)
Returns the statistics for the artifacts in a given planning folder and all its sub planning folders
|
PlanningFolderSummary3SoapList |
getPlanningFolderSummary3List(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.
|
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)
Returns the list of planning folders within the specified project including their statistics Planning folders having the same parent are correctly ordered.
|
PlanningStatusValueSoapDO[] |
getPlanningStatusValues(String sessionId,
String projectId)
Gets status values for the planning application of a specific project.
|
RankedArtifactSoapList |
getRankedArtifactList(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
|
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)
Moves a Planning Folder including its sub folders and contents.
|
PlanningFolder2SoapDO |
movePlanningFolder2(String sessionId,
String planningFolderId,
String destParentId)
Moves a Planning Folder including its sub folders and contents.
|
PlanningFolder3SoapDO |
movePlanningFolder3(String sessionId,
String planningFolderId,
String destParentId)
Moves a Planning Folder including its sub folders and contents.
|
PlanningFolder4SoapDO |
movePlanningFolder4(String sessionId,
String planningFolderId,
String destParentId)
Moves a Planning Folder including its sub folders and contents.
|
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)
Sets data on a specific planning folder.
|
void |
setPlanningFolder3Data(String sessionId,
PlanningFolder3SoapDO planningFolderData)
Sets data on a specific planning folder.
|
void |
setPlanningFolder4Data(String sessionId,
PlanningFolder4SoapDO planningFolderData)
Sets data on a specific planning folder.
|
void |
setPlanningFolder5Data(String sessionId,
PlanningFolder5SoapDO planningFolderData)
Sets data on a specific planning folder.
|
void |
setPlanningFolderData(String sessionId,
PlanningFolderSoapDO planningFolderData)
Sets data on a specific planning folder.
|
void |
setPlanningStatusValues(String sessionId,
String projectId,
PlanningStatusValueSoapDO[] statusValues)
Sets status values that is associated with the planning application of a specific project.
|
public PlanningAppSoapStub(String soapServerUrl)
public PlanningFolderSoapDO createPlanningFolder(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId) throws RemoteException
IPlanningAppSoapcreatePlanningFolder in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder2SoapDO createPlanningFolder2(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId) throws RemoteException
IPlanningAppSoapcreatePlanningFolder2 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic 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
IPlanningAppSoapcreatePlanningFolder3 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder4SoapDO createPlanningFolder4(String sessionId, String parentId, PlanningFolder4SoapDO soapDO) throws RemoteException
IPlanningAppSoapcreatePlanningFolder4 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic 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
IPlanningAppSoapcreatePlanningFolder5 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSoapDO getPlanningFolderData(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderData in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder2SoapDO getPlanningFolder2Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolder2Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder3SoapDO getPlanningFolder3Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolder3Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder4SoapDO getPlanningFolder4Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolder4Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder5SoapDO getPlanningFolder5Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolder5Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummarySoapDO getPlanningFolderSummary(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary2SoapDO getPlanningFolderSummary2(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary2 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary3SoapDO getPlanningFolderSummary3(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary3 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary4SoapDO getPlanningFolderSummary4(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary4 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary5SoapDO getPlanningFolderSummary5(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary5 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummarySoapList getPlanningFolderSummaryList(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummaryList in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary2SoapList getPlanningFolderSummary2List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary2List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary3SoapList getPlanningFolderSummary3List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary3List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary4SoapList getPlanningFolderSummary4List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary4List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSummary5SoapList getPlanningFolderSummary5List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderSummary5List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void setPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData) throws RemoteException
IPlanningAppSoapsetPlanningFolderData in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void setPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData) throws RemoteException
IPlanningAppSoapsetPlanningFolder2Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void setPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData) throws RemoteException
IPlanningAppSoapsetPlanningFolder3Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void setPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData) throws RemoteException
IPlanningAppSoapsetPlanningFolder4Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void setPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData) throws RemoteException
IPlanningAppSoapsetPlanningFolder5Data in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSoapList getPlanningFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolderList in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder2SoapList getPlanningFolder2List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolder2List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder3SoapList getPlanningFolder3List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolder3List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder4SoapList getPlanningFolder4List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolder4List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolder5SoapList getPlanningFolder5List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoapgetPlanningFolder5List in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic ArtifactsInPlanningFolderSoapList getArtifactListInPlanningFolder(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
IPlanningAppSoapgetArtifactListInPlanningFolder in interface IPlanningAppSoapsessionId - 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 folderfilters - Array of filters to apply (null to return unfiltered list).recursive - indicates if descendents planning folder artifacts will be included in the resultcom.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.RemoteExceptionpublic ArtifactsInPlanningFolder2SoapList getArtifactListInPlanningFolder2(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
IPlanningAppSoapgetArtifactListInPlanningFolder2 in interface IPlanningAppSoapsessionId - 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 folderfilters - Array of filters to apply (null to return unfiltered list).recursive - indicates if descendents planning folder artifacts will be included in the resultcom.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.RemoteExceptionpublic RankedArtifactSoapList getRankedArtifactList(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetRankedArtifactList in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic RankedArtifact2SoapList getRankedArtifactList2(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapgetRankedArtifactList2 in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic PlanningFolderSoapDO movePlanningFolder(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoapmovePlanningFolder in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic PlanningFolder2SoapDO movePlanningFolder2(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoapmovePlanningFolder2 in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic PlanningFolder3SoapDO movePlanningFolder3(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoapmovePlanningFolder3 in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic PlanningFolder4SoapDO movePlanningFolder4(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoapmovePlanningFolder4 in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic PlanningFolder5SoapDO movePlanningFolder5(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoapmovePlanningFolder5 in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic void reorderPlanningFolders(String sessionId, String parentId, String[] planningFolderIds) throws RemoteException
IPlanningAppSoapreorderPlanningFolders in interface IPlanningAppSoapsessionId - 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.RemoteExceptionpublic void deletePlanningFolder(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoapdeletePlanningFolder in interface IPlanningAppSoapsessionId - 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 violationRemoteExceptionpublic void setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues) throws RemoteException
IPlanningAppSoapsetPlanningStatusValues in interface IPlanningAppSoapsessionId - 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 dependencyRemoteExceptionFaultSummarypublic PlanningStatusValueSoapDO[] getPlanningStatusValues(String sessionId, String projectId) throws RemoteException
IPlanningAppSoapgetPlanningStatusValues in interface IPlanningAppSoapsessionId - 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.RemoteExceptionCopyright © 2016 CollabNet. All Rights Reserved.