Uses of Class
com.collabnet.ce.soap60.types.SoapFieldValues
Packages that use SoapFieldValues
Package
Description
-
Uses of SoapFieldValues in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return SoapFieldValuesModifier and TypeMethodDescriptionDocument3SoapDO.getFlexFields()
Returns 'flexFields'.Document3SoapRow.getFlexFields()
Returns 'flexFields'.Methods in com.collabnet.ce.soap60.webservices.docman with parameters of type SoapFieldValuesModifier and TypeMethodDescriptioncom.vasoftware.sf.server.services.docman.DocumentDO
DocumentAppSoapMockStub.createDocument
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) Simulate a call to createDocumentDocumentAppSoap.createDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.DocumentAppSoapMockStub.createDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) Simulate a call to createDocument3DocumentAppSoapStub.createDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) IDocumentAppSoap.createDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.com.vasoftware.sf.server.services.docman.DocumentDO
DocumentAppSoapMockStub.createDocumentWithUrl
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Simulate a call to createDocumentWithUrlDocumentAppSoap.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.DocumentAppSoapMockStub.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Simulate a call to createDocumentWithUrl3DocumentAppSoapStub.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) IDocumentAppSoap.createDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields) Creates a new document with the specified title, description, etc.void
DocumentAppSoapMockStub.prepareCreateDocument
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields, Object returnValue) Prepare a simulated response to createDocumentvoid
DocumentAppSoapMockStub.prepareCreateDocument3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileName, String mimeType, String fileId, String associationId, String associationDesc, SoapFieldValues flexFields, Object returnValue) Prepare a simulated response to createDocument3void
DocumentAppSoapMockStub.prepareCreateDocumentWithUrl
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields, Object returnValue) Prepare a simulated response to createDocumentWithUrlvoid
DocumentAppSoapMockStub.prepareCreateDocumentWithUrl3
(String sessionId, String parentId, String title, String description, String versionComment, String status, boolean createLocked, boolean createDownloadRestricted, boolean allowForceUnlock, String fileUrl, String associationId, String associationDesc, SoapFieldValues flexFields, Object returnValue) Prepare a simulated response to createDocumentWithUrl3void
Document3SoapDO.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
Document3SoapRow.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'. -
Uses of SoapFieldValues in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that return SoapFieldValuesModifier and TypeMethodDescriptionArtifact2SoapDO.getFlexFields()
Returns 'flexFields'.Artifact3SoapDO.getFlexFields()
Returns 'flexFields'.ArtifactDetail2SoapRow.getFlexFields()
Returns 'flexFields'.ArtifactDetailSoapRow.getFlexFields()
Returns 'flexFields'.ArtifactSoapDO.getFlexFields()
Returns 'flexFields'.Methods in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapFieldValuesModifier and TypeMethodDescriptionITrackerAppSoap.createArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) Deprecated.in favor of createArtifact4com.vasoftware.sf.server.services.tracker.ArtifactDO
TrackerAppSoapMockStub.createArtifact
(String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames, String sessionId) Simulate a call to createArtifactTrackerAppSoapMockStub.createArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) Simulate a call to createArtifactTrackerAppSoapStub.createArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId) ITrackerAppSoap.createArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoapMockStub.createArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Simulate a call to createArtifact2TrackerAppSoapStub.createArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) ITrackerAppSoap.createArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoap.createArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Deprecated.in favor of createArtifact4TrackerAppSoapMockStub.createArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) Simulate a call to createArtifact3TrackerAppSoapStub.createArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments) ITrackerAppSoap.createArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.TrackerAppSoap.createArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Creates a new artifact with multiple attachments, flag to enable the autosumming_points and tags.TrackerAppSoapMockStub.createArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) Simulate a call to createArtifact4TrackerAppSoapStub.createArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames) void
TrackerAppSoapMockStub.prepareCreateArtifact
(String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames, String sessionId, Object returnValue) Prepare a simulated response to createArtifactvoid
TrackerAppSoapMockStub.prepareCreateArtifact
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, String attachmentFileName, String attachmentMimeType, String attachmentFileId, Object returnValue) Prepare a simulated response to createArtifactvoid
TrackerAppSoapMockStub.prepareCreateArtifact2
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, String assignedUsername, String releaseId, String planningFolderId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, Object returnValue) Prepare a simulated response to createArtifact2void
TrackerAppSoapMockStub.prepareCreateArtifact3
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, Object returnValue) Prepare a simulated response to createArtifact3void
TrackerAppSoapMockStub.prepareCreateArtifact4
(String sessionId, String trackerId, String title, String description, String group, String category, String status, String customer, int priority, int estimatedEffort, int remainingEffort, boolean autosumming, int points, boolean autoSummingPoints, String assignedUsername, String releaseId, String planningFolderId, String teamId, SoapFieldValues flexFields, AttachmentSoapDO[] attachments, String[] tagNames, Object returnValue) Prepare a simulated response to createArtifact4static void
TrackerSoapUtil.replaceTxtFlexValueForCRLFInCreate
(SoapFieldValues flexFields) Check for changes wrt CRLF in multi-line text flex field(s).void
Artifact2SoapDO.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
Artifact3SoapDO.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
ArtifactDetail2SoapRow.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
ArtifactDetailSoapRow.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.void
ArtifactSoapDO.setFlexFields
(SoapFieldValues flexFields) Sets 'flexFields'.