Class PageComponent2SoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.page.PageComponent2SoapDO
This class represents a component in a page.
Change History
Release: 7.0
- Class Introduced. Newer version of PageComponentSoapDO. Added readOnlyTextSource property
- Since:
- 7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Possible value for the component type field for documents.static final String
Possible value for the component type field for graphs.static final String
Possible value for the component type field for lifecycle metrics.static final String
Possible value for the component type field for news.static final String
Possible value for the component type field for subprojects.static final String
Possible value for the component type field for text/html.static final String
Possible value for the component type field for tracker.static final String
Possible value for the component type field for wiki.static final String
Possible value for the document folder name attribute.static final String
Possible value for number of subprojects to display.static final String
Possible value for number of tracker searches to display.static final String
Possible value for tracker search ids attribute.static final String
Possible value for wiki topic attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'componentType'.Returns 'readOnlyTextSource'.Returns 'settings'.int
Returns 'visiblity'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setComponentType
(String componentType) Sets 'componentType'.void
setReadOnlyTextSource
(String readOnlyTextSource) Sets 'readOnlyTextSource'.void
setSettings
(SoapNamedValues settings) Sets 'settings'.void
setVisiblity
(int visiblity) Sets 'visiblity'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
COMPONENT_TYPE_DOCUMENTS
Possible value for the component type field for documents.- See Also:
-
COMPONENT_TYPE_GRAPH
Possible value for the component type field for graphs.- See Also:
-
COMPONENT_TYPE_TEXT
Possible value for the component type field for text/html.- See Also:
-
COMPONENT_TYPE_LIFECYCLE_METRICS
Possible value for the component type field for lifecycle metrics.- See Also:
-
COMPONENT_TYPE_NEWS
Possible value for the component type field for news.- See Also:
-
COMPONENT_TYPE_TRACKER
Possible value for the component type field for tracker.- See Also:
-
COMPONENT_TYPE_WIKI
Possible value for the component type field for wiki.- See Also:
-
COMPONENT_TYPE_SUBPROJECTS
Possible value for the component type field for subprojects.- See Also:
-
DOCUMENT_FOLDER_NAME
Possible value for the document folder name attribute.- See Also:
-
TRACKER_SEARCH_IDS
Possible value for tracker search ids attribute.- See Also:
-
NUM_TRACKER_SEARCHES
Possible value for number of tracker searches to display.- See Also:
-
WIKI_TOPIC
Possible value for wiki topic attribute.- See Also:
-
NUM_SUBPROJECTS
Possible value for number of subprojects to display.- See Also:
-
-
Constructor Details
-
PageComponent2SoapDO
public PageComponent2SoapDO()
-
-
Method Details
-
getComponentType
Returns 'componentType'. Type of this component.- Returns:
- Value of 'componentType'.
-
setComponentType
Sets 'componentType'. Type of this component.- Parameters:
componentType
- Value of 'componentType'.
-
getVisiblity
public int getVisiblity()Returns 'visiblity'. Indicates whether this component is visible in the page.- Returns:
- Value of 'visiblity'.
-
setVisiblity
public void setVisiblity(int visiblity) Sets 'visiblity'. Indicates whether this component is visible in the page.- Parameters:
visiblity
- Value of 'visiblity'.
-
getSettings
Returns 'settings'. Component settings.- Returns:
- Value of 'settings'.
-
setSettings
Sets 'settings'. Component settings.- Parameters:
settings
- Value of 'settings'.
-
getReadOnlyTextSource
Returns 'readOnlyTextSource'.- Returns:
- Value of 'readOnlyTextSource'.
-
setReadOnlyTextSource
Sets 'readOnlyTextSource'.- Parameters:
readOnlyTextSource
- Value of 'readOnlyTextSource'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-