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
IPlanningAppSoap
createPlanningFolder
in interface IPlanningAppSoap
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
public PlanningFolder2SoapDO createPlanningFolder2(String sessionId, String parentId, String title, String description, Date startDate, Date endDate, String status, int capacity, String releaseId, String trackerUnitId) throws RemoteException
IPlanningAppSoap
createPlanningFolder2
in interface IPlanningAppSoap
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
public 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
IPlanningAppSoap
createPlanningFolder3
in interface IPlanningAppSoap
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
public PlanningFolder4SoapDO createPlanningFolder4(String sessionId, String parentId, PlanningFolder4SoapDO soapDO) throws RemoteException
IPlanningAppSoap
createPlanningFolder4
in interface IPlanningAppSoap
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
public 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
IPlanningAppSoap
createPlanningFolder5
in interface IPlanningAppSoap
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
public PlanningFolderSoapDO getPlanningFolderData(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderData
in interface IPlanningAppSoap
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
public PlanningFolder2SoapDO getPlanningFolder2Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolder2Data
in interface IPlanningAppSoap
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
public PlanningFolder3SoapDO getPlanningFolder3Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolder3Data
in interface IPlanningAppSoap
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
public PlanningFolder4SoapDO getPlanningFolder4Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolder4Data
in interface IPlanningAppSoap
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
public PlanningFolder5SoapDO getPlanningFolder5Data(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolder5Data
in interface IPlanningAppSoap
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
public PlanningFolderSummarySoapDO getPlanningFolderSummary(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary
in interface IPlanningAppSoap
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
public PlanningFolderSummary2SoapDO getPlanningFolderSummary2(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary2
in interface IPlanningAppSoap
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
public PlanningFolderSummary3SoapDO getPlanningFolderSummary3(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary3
in interface IPlanningAppSoap
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
public PlanningFolderSummary4SoapDO getPlanningFolderSummary4(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary4
in interface IPlanningAppSoap
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
public PlanningFolderSummary5SoapDO getPlanningFolderSummary5(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary5
in interface IPlanningAppSoap
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
public PlanningFolderSummarySoapList getPlanningFolderSummaryList(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummaryList
in interface IPlanningAppSoap
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
public PlanningFolderSummary2SoapList getPlanningFolderSummary2List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary2List
in interface IPlanningAppSoap
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
public PlanningFolderSummary3SoapList getPlanningFolderSummary3List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary3List
in interface IPlanningAppSoap
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
public PlanningFolderSummary4SoapList getPlanningFolderSummary4List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary4List
in interface IPlanningAppSoap
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
public PlanningFolderSummary5SoapList getPlanningFolderSummary5List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderSummary5List
in interface IPlanningAppSoap
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
public void setPlanningFolderData(String sessionId, PlanningFolderSoapDO planningFolderData) throws RemoteException
IPlanningAppSoap
setPlanningFolderData
in interface IPlanningAppSoap
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
public void setPlanningFolder2Data(String sessionId, PlanningFolder2SoapDO planningFolderData) throws RemoteException
IPlanningAppSoap
setPlanningFolder2Data
in interface IPlanningAppSoap
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
public void setPlanningFolder3Data(String sessionId, PlanningFolder3SoapDO planningFolderData) throws RemoteException
IPlanningAppSoap
setPlanningFolder3Data
in interface IPlanningAppSoap
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
public void setPlanningFolder4Data(String sessionId, PlanningFolder4SoapDO planningFolderData) throws RemoteException
IPlanningAppSoap
setPlanningFolder4Data
in interface IPlanningAppSoap
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
public void setPlanningFolder5Data(String sessionId, PlanningFolder5SoapDO planningFolderData) throws RemoteException
IPlanningAppSoap
setPlanningFolder5Data
in interface IPlanningAppSoap
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
public PlanningFolderSoapList getPlanningFolderList(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolderList
in interface IPlanningAppSoap
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
public PlanningFolder2SoapList getPlanningFolder2List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolder2List
in interface IPlanningAppSoap
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
public PlanningFolder3SoapList getPlanningFolder3List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolder3List
in interface IPlanningAppSoap
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
public PlanningFolder4SoapList getPlanningFolder4List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolder4List
in interface IPlanningAppSoap
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
public PlanningFolder5SoapList getPlanningFolder5List(String sessionId, String parentId, boolean recursive) throws RemoteException
IPlanningAppSoap
getPlanningFolder5List
in interface IPlanningAppSoap
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
public ArtifactsInPlanningFolderSoapList getArtifactListInPlanningFolder(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
IPlanningAppSoap
getArtifactListInPlanningFolder
in interface IPlanningAppSoap
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 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.RemoteException
public ArtifactsInPlanningFolder2SoapList getArtifactListInPlanningFolder2(String sessionId, String parentId, com.collabnet.ce.soap60.types.SoapFilter[] filters, boolean recursive) throws RemoteException
IPlanningAppSoap
getArtifactListInPlanningFolder2
in interface IPlanningAppSoap
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 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.RemoteException
public RankedArtifactSoapList getRankedArtifactList(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getRankedArtifactList
in interface IPlanningAppSoap
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
public RankedArtifact2SoapList getRankedArtifactList2(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
getRankedArtifactList2
in interface IPlanningAppSoap
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
public PlanningFolderSoapDO movePlanningFolder(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoap
movePlanningFolder
in interface IPlanningAppSoap
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
public PlanningFolder2SoapDO movePlanningFolder2(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoap
movePlanningFolder2
in interface IPlanningAppSoap
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
public PlanningFolder3SoapDO movePlanningFolder3(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoap
movePlanningFolder3
in interface IPlanningAppSoap
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
public PlanningFolder4SoapDO movePlanningFolder4(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoap
movePlanningFolder4
in interface IPlanningAppSoap
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
public PlanningFolder5SoapDO movePlanningFolder5(String sessionId, String planningFolderId, String destParentId) throws RemoteException
IPlanningAppSoap
movePlanningFolder5
in interface IPlanningAppSoap
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
public void reorderPlanningFolders(String sessionId, String parentId, String[] planningFolderIds) throws RemoteException
IPlanningAppSoap
reorderPlanningFolders
in interface IPlanningAppSoap
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
public void deletePlanningFolder(String sessionId, String planningFolderId) throws RemoteException
IPlanningAppSoap
deletePlanningFolder
in interface IPlanningAppSoap
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
public void setPlanningStatusValues(String sessionId, String projectId, PlanningStatusValueSoapDO[] statusValues) throws RemoteException
IPlanningAppSoap
setPlanningStatusValues
in interface IPlanningAppSoap
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
public PlanningStatusValueSoapDO[] getPlanningStatusValues(String sessionId, String projectId) throws RemoteException
IPlanningAppSoap
getPlanningStatusValues
in interface IPlanningAppSoap
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.