Query Data Type

Query

Namespace
http://www.visionproject.se/service/VisionProjectService-v2/type
Schema
type.xsd
Version
$Revision$ $Date$
Properties
name data type type namespace min/max occurs constraints description
availableInSupportCenter boolean element 1/1 required Get availableInSupportCenter
availableInSupportCenterHasBeenSet boolean element 1/1 required Get availableInSupportCenterHasBeenSet
columns string element 0/1   Get columns
companyId int element 1/1 required Get companyId
createdBySystemUserId int element 1/1 required Get createdBySystemUserId
description string element 0/1   Get description
firstSortOrder string element 0/1   Get firstSortOrder
firstSortOrderAscDesc string element 0/1   Get firstSortOrderAscDesc
groupBy int element 1/1 required Get groupBy
isForAllProjects boolean element 1/1 required Get isForAllProjects
isForAllProjectsHasBeenSet boolean element 1/1 required Get isForAllProjectsHasBeenSet
jobScheduleId int element 1/1 required Get jobScheduleId
name string element 0/1   Get name
originalCheckSum string element 0/1   Method getOriginalCheckSum
presentationType string element 0/1   Get presentationType
primaryKey int element 1/1 required Get primaryKey
projectList string element 0/1   Get projectList
queryAsJSON string element 0/1   Get queryAsJSON
secondSortOrder string element 0/1   Get secondSortOrder
secondSortOrderAscDesc string element 0/1   Get secondSortOrderAscDesc
sharingData string element 0/1   Get sharingData
sharingMode int element 1/1 required Get sharingMode
showOnDashboard boolean element 1/1 required Get showOnDashboard
showOnDashboardHasBeenSet boolean element 1/1 required Get showOnDashboardHasBeenSet
thirdSortOrder string element 0/1   Get thirdSortOrder
thirdSortOrderAscDesc string element 0/1   Get thirdSortOrderAscDesc
useAsIssueFilter boolean element 1/1 required Get useAsIssueFilter
useAsIssueFilterHasBeenSet boolean element 1/1 required Get useAsIssueFilterHasBeenSet

Example

<q----- xmlns="http://www.visionproject.se/service/VisionProjectService-v2/type">
  <availableInSupportCenter>...</availableInSupportCenter>
  <availableInSupportCenterHasBeenSet>...</availableInSupportCenterHasBeenSet>
  <columns>...</columns>
  <companyId>...</companyId>
  <createdBySystemUserId>...</createdBySystemUserId>
  <description>...</description>
  <firstSortOrder>...</firstSortOrder>
  <firstSortOrderAscDesc>...</firstSortOrderAscDesc>
  <groupBy>...</groupBy>
  <isForAllProjects>...</isForAllProjects>
  <isForAllProjectsHasBeenSet>...</isForAllProjectsHasBeenSet>
  <jobScheduleId>...</jobScheduleId>
  <name>...</name>
  <originalCheckSum>...</originalCheckSum>
  <presentationType>...</presentationType>
  <primaryKey>...</primaryKey>
  <projectList>...</projectList>
  <queryAsJSON>...</queryAsJSON>
  <secondSortOrder>...</secondSortOrder>
  <secondSortOrderAscDesc>...</secondSortOrderAscDesc>
  <sharingData>...</sharingData>
  <sharingMode>...</sharingMode>
  <showOnDashboard>...</showOnDashboard>
  <showOnDashboardHasBeenSet>...</showOnDashboardHasBeenSet>
  <thirdSortOrder>...</thirdSortOrder>
  <thirdSortOrderAscDesc>...</thirdSortOrderAscDesc>
  <useAsIssueFilter>...</useAsIssueFilter>
  <useAsIssueFilterHasBeenSet>...</useAsIssueFilterHasBeenSet>
</q----->