Uses of Class
com.collabnet.ce.soap60.types.SoapNamedValues
Packages that use SoapNamedValues
Package
Description
-
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return SoapNamedValuesModifier and TypeMethodDescriptionTrackerFieldSoapDO.getParentChildFieldValueMap()
Returns 'parentChildFieldValueMap'.CollabNetSoap.getProjectHierarchyPaths
(String sessionId, String[] projectIds) Returns the hierarchy path of the given projects.CollabNetSoapMockStub.getProjectHierarchyPaths
(String sessionId, String[] projectIds) Simulate a call to getProjectHierarchyPathsCollabNetSoapStub.getProjectHierarchyPaths
(String sessionId, String[] projectIds) ICollabNetSoap.getProjectHierarchyPaths
(String sessionId, String[] projectIds) Returns the hierarchy path of the given projects.Methods in com.collabnet.ce.soap60.webservices.cemain with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
TrackerFieldSoapDO.setParentChildFieldValueMap
(SoapNamedValues parentChildFieldValueMap) Sets 'parentChildFieldValueMap'. -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return SoapNamedValuesModifier and TypeMethodDescriptionOrderedDocumentFolderFieldSoapRow.getParentChildfieldValueMap()
Returns 'parentChildfieldValueMap'.DocumentFolderFieldSoapDO.getParentChildFieldValueMap()
Returns 'parentChildFieldValueMap'.Methods in com.collabnet.ce.soap60.webservices.docman with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
DocumentAppSoap.addSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to documents.void
DocumentAppSoapMockStub.addSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Simulate a call to addSingleSelectChildFieldvoid
DocumentAppSoapStub.addSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) void
IDocumentAppSoap.addSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to documents.void
DocumentAppSoapMockStub.prepareAddSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Prepare a simulated response to addSingleSelectChildFieldvoid
DocumentAppSoapMockStub.prepareAddSingleSelectChildField
(String sessionId, String projectId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText, Exception exception) Prepare a simulated response to addSingleSelectChildFieldvoid
OrderedDocumentFolderFieldSoapRow.setParentChildfieldValueMap
(SoapNamedValues parentChildfieldValueMap) Sets 'parentChildfieldValueMap'.void
DocumentFolderFieldSoapDO.setParentChildFieldValueMap
(SoapNamedValues parentChildFieldValueMap) Sets 'parentChildFieldValueMap'. -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.integrationdata
Methods in com.collabnet.ce.soap60.webservices.integrationdata that return SoapNamedValuesModifier and TypeMethodDescriptionGets data for an object from the integration data serviceGets data for an object from the integration data serviceSimulate a call to getDataMethods in com.collabnet.ce.soap60.webservices.integrationdata with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
IntegrationDataAppSoapMockStub.preparePutData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues) Prepare a simulated response to putDatavoid
IntegrationDataAppSoapMockStub.preparePutData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues, Exception exception) Prepare a simulated response to putDatavoid
IIntegrationDataAppSoap.putData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues) Adds or replaces a set of integration data values for the specified object.void
IntegrationDataAppSoap.putData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues) Adds or replaces a set of integration data values for the specified object.void
IntegrationDataAppSoapMockStub.putData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues) Simulate a call to putDatavoid
IntegrationDataAppSoapStub.putData
(String sessionId, String namespaceId, String objectId, SoapNamedValues namedValues) -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.monitoring
Methods in com.collabnet.ce.soap60.webservices.monitoring that return SoapNamedValuesModifier and TypeMethodDescriptionIMonitoringAppSoap.getApplicationMonitoringNotificationPreferences
(String sessionId, String projectId) Gets current user's application level monitoring notification preferences for the spcified projectMonitoringAppSoap.getApplicationMonitoringNotificationPreferences
(String sessionId, String projectId) Gets current user's application level monitoring notification preferences for the spcified projectMonitoringAppSoapMockStub.getApplicationMonitoringNotificationPreferences
(String sessionId, String projectId) Simulate a call to getApplicationMonitoringNotificationPreferencesMonitoringAppSoapStub.getApplicationMonitoringNotificationPreferences
(String sessionId, String projectId) Methods in com.collabnet.ce.soap60.webservices.monitoring with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
MonitoringAppSoapMockStub.prepareSetApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) Prepare a simulated response to setApplicationMonitoringNotificationPreferencesvoid
MonitoringAppSoapMockStub.prepareSetApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences, Exception exception) Prepare a simulated response to setApplicationMonitoringNotificationPreferencesvoid
IMonitoringAppSoap.setApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) Sets current user's application level monitoring notification preferences for the specified projectvoid
MonitoringAppSoap.setApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) Sets current user's application level monitoring notification preferences for the specified projectvoid
MonitoringAppSoapMockStub.setApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) Simulate a call to setApplicationMonitoringNotificationPreferencesvoid
MonitoringAppSoapStub.setApplicationMonitoringNotificationPreferences
(String sessionId, String projectId, SoapNamedValues appPreferences) -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.page
Methods in com.collabnet.ce.soap60.webservices.page that return SoapNamedValuesModifier and TypeMethodDescriptionPageComponent2SoapDO.getSettings()
Returns 'settings'.PageComponentSoapDO.getSettings()
Returns 'settings'.Methods in com.collabnet.ce.soap60.webservices.page with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
PageAppSoapMockStub.assertAttributesNotEmpty
(SoapNamedValues attributes) Simulate a call to assertAttributesNotEmptyIPageAppSoap.createComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.PageAppSoap.createComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.PageAppSoapMockStub.createComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Simulate a call to createComponentPageAppSoapStub.createComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) IPageAppSoap.createComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.PageAppSoap.createComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Creates a page component.PageAppSoapMockStub.createComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) Simulate a call to createComponent2PageAppSoapStub.createComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content) void
PageAppSoapMockStub.prepareAssertAttributesNotEmpty
(SoapNamedValues attributes) Prepare a simulated response to assertAttributesNotEmptyvoid
PageAppSoapMockStub.prepareAssertAttributesNotEmpty
(SoapNamedValues attributes, Exception exception) Prepare a simulated response to assertAttributesNotEmptyvoid
PageAppSoapMockStub.prepareCreateComponent
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content, Object returnValue) Prepare a simulated response to createComponentvoid
PageAppSoapMockStub.prepareCreateComponent2
(String sessionId, String pageId, String compName, String componentType, boolean topOfPage, int visibility, SoapNamedValues attributes, String content, Object returnValue) Prepare a simulated response to createComponent2void
PageComponent2SoapDO.setSettings
(SoapNamedValues settings) Sets 'settings'.void
PageComponentSoapDO.setSettings
(SoapNamedValues settings) Sets 'settings'. -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.pluggable
Methods in com.collabnet.ce.soap60.webservices.pluggable that return SoapNamedValuesModifier and TypeMethodDescriptionIPluggableAppSoap.editProjectConfigurationParameters
(String sessionId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Deprecated.PluggableAppSoap.editProjectConfigurationParameters
(String sessionId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Deprecated.PluggableAppSoapMockStub.editProjectConfigurationParameters
(String sessionId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Deprecated.PluggableAppSoapStub.editProjectConfigurationParameters
(String sessionId, String projectId, PluggableComponentParameterSoapDO[] paramDO) IPluggableAppSoap.editProjectConfigurationParameters2
(String sessionId, String integratedAppId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Edit the project specific configuration parameters of an integrated application.PluggableAppSoap.editProjectConfigurationParameters2
(String sessionId, String integratedAppId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Edit the project specific configuration parameters of an integrated application.PluggableAppSoapMockStub.editProjectConfigurationParameters2
(String sessionId, String integratedAppId, String projectId, PluggableComponentParameterSoapDO[] paramDO) Simulate a call to editProjectConfigurationParameters2PluggableAppSoapStub.editProjectConfigurationParameters2
(String sessionId, String integratedAppId, String projectId, PluggableComponentParameterSoapDO[] paramDO) IPluggableAppSoap.enablePluggableComponent
(String sessionId, String projectID, String pluggableId, PluggableComponentParameterSoapDO[] params, String prefix) Adds a pluggable application to a projectPluggableAppSoap.enablePluggableComponent
(String sessionId, String projectID, String pluggableId, PluggableComponentParameterSoapDO[] params, String prefix) Adds a pluggable application to a projectPluggableAppSoapMockStub.enablePluggableComponent
(String sessionId, String projectID, String pluggableId, PluggableComponentParameterSoapDO[] params, String prefix) Simulate a call to enablePluggableComponentPluggableAppSoapStub.enablePluggableComponent
(String sessionId, String projectID, String pluggableId, PluggableComponentParameterSoapDO[] params, String prefix) IntegratedAppResourceBundleSoapDO.getResources()
Returns 'resources'.Methods in com.collabnet.ce.soap60.webservices.pluggable with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
IntegratedAppResourceBundleSoapDO.setResources
(SoapNamedValues resources) Sets 'resources'. -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.rbac
Methods in com.collabnet.ce.soap60.webservices.rbac that return SoapNamedValuesModifier and TypeMethodDescriptionIRbacAppSoap.listRolePaths
(String sessionId, String roleId, String repositoryId) Gets the list of paths for a role.RbacAppSoap.listRolePaths
(String sessionId, String roleId, String repositoryId) Gets the list of paths for a role.RbacAppSoapMockStub.listRolePaths
(String sessionId, String roleId, String repositoryId) Simulate a call to listRolePathsRbacAppSoapStub.listRolePaths
(String sessionId, String roleId, String repositoryId) Methods in com.collabnet.ce.soap60.webservices.rbac with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
RbacAppSoapMockStub.prepareSetRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) Prepare a simulated response to setRolePathsvoid
RbacAppSoapMockStub.prepareSetRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths, Exception exception) Prepare a simulated response to setRolePathsvoid
IRbacAppSoap.setRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) Sets the list of paths for a role.void
RbacAppSoap.setRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) Sets the list of paths for a role.void
RbacAppSoapMockStub.setRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) Simulate a call to setRolePathsvoid
RbacAppSoapStub.setRolePaths
(String sessionId, String roleId, String repositoryId, SoapNamedValues rolePaths) -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that return SoapNamedValuesModifier and TypeMethodDescriptionExternalSystemSoapDO.getAdapterParams()
Returns 'adapterParams'.ExternalSystemSoapDO.getAdapterParamTypes()
Returns 'adapterParamTypes'.IScmAppSoap.getScmAdapterParameterNamesWithType
(String sessionId, String adapterName) Returns the SCM adapter parameter names with their corresponding type.ScmAppSoap.getScmAdapterParameterNamesWithType
(String sessionId, String adapterName) Returns the SCM adapter parameter names with their corresponding type.ScmAppSoapMockStub.getScmAdapterParameterNamesWithType
(String sessionId, String adapterName) Simulate a call to getScmAdapterParameterNamesWithTypeScmAppSoapStub.getScmAdapterParameterNamesWithType
(String sessionId, String adapterName) Methods in com.collabnet.ce.soap60.webservices.scm with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionIScmAppSoap.addExternalSystem
(String sessionId, String adapterType, String title, String description, SoapNamedValues adapterTypeParameters) Adds an external system of the given adapter type with its title, description and respective list of parameters.ScmAppSoap.addExternalSystem
(String sessionId, String adapterType, String title, String description, SoapNamedValues adapterTypeParameters) Adds an external system of the given adapter type with its title, description and respective list of parameters.ScmAppSoapMockStub.addExternalSystem
(String sessionId, String adapterType, String title, String description, SoapNamedValues adapterTypeParameters) Simulate a call to addExternalSystemScmAppSoapStub.addExternalSystem
(String sessionId, String adapterType, String title, String description, SoapNamedValues adapterTypeParameters) void
ScmAppSoapMockStub.prepareAddExternalSystem
(String sessionId, String adapterType, String title, String description, SoapNamedValues adapterTypeParameters, Object returnValue) Prepare a simulated response to addExternalSystemvoid
ExternalSystemSoapDO.setAdapterParams
(SoapNamedValues adapterParams) Sets 'adapterParams'.void
ExternalSystemSoapDO.setAdapterParamTypes
(SoapNamedValues adapterParamTypes) Sets 'adapterParamTypes'. -
Uses of SoapNamedValues in com.collabnet.ce.soap60.webservices.tracker
Methods in com.collabnet.ce.soap60.webservices.tracker that return SoapNamedValuesModifier and TypeMethodDescriptionTracker2SoapDO.getAssignments()
Returns 'assignments'.Tracker3SoapDO.getAssignments()
Returns 'assignments'.TrackerSoapDO.getAssignments()
Returns 'assignments'.OrderedTrackerFieldSoapRow.getParentChildfieldValueMap()
Returns 'parentChildfieldValueMap'.TrackerField2SoapDO.getParentChildFieldValueMap()
Returns 'parentChildFieldValueMap'.Methods in com.collabnet.ce.soap60.webservices.tracker with parameters of type SoapNamedValuesModifier and TypeMethodDescriptionvoid
ITrackerAppSoap.addSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to a tracker.void
TrackerAppSoap.addSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Adds a custom single select field to a tracker.void
TrackerAppSoapMockStub.addSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Simulate a call to addSingleSelectChildFieldvoid
TrackerAppSoapStub.addSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) void
TrackerAppSoapMockStub.prepareAddSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText) Prepare a simulated response to addSingleSelectChildFieldvoid
TrackerAppSoapMockStub.prepareAddSingleSelectChildField
(String sessionId, String trackerId, String fieldName, String[] fieldValues, String parentFieldId, SoapNamedValues parentChildFieldValueMap, String helpText, Exception exception) Prepare a simulated response to addSingleSelectChildFieldvoid
Tracker2SoapDO.setAssignments
(SoapNamedValues assignments) Sets 'assignments'.void
Tracker3SoapDO.setAssignments
(SoapNamedValues assignments) Sets 'assignments'.void
TrackerSoapDO.setAssignments
(SoapNamedValues assignments) Sets 'assignments'.void
OrderedTrackerFieldSoapRow.setParentChildfieldValueMap
(SoapNamedValues parentChildfieldValueMap) Sets 'parentChildfieldValueMap'.void
TrackerField2SoapDO.setParentChildFieldValueMap
(SoapNamedValues parentChildFieldValueMap) Sets 'parentChildFieldValueMap'.