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 StringPossible value for the component type field for documents.static final StringPossible value for the component type field for graphs.static final StringPossible value for the component type field for lifecycle metrics.static final StringPossible value for the component type field for news.static final StringPossible value for the component type field for subprojects.static final StringPossible value for the component type field for text/html.static final StringPossible value for the component type field for tracker.static final StringPossible value for the component type field for wiki.static final StringPossible value for the document folder name attribute.static final StringPossible value for number of subprojects to display.static final StringPossible value for number of tracker searches to display.static final StringPossible value for tracker search ids attribute.static final StringPossible value for wiki topic attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'componentType'.Returns 'readOnlyTextSource'.Returns 'settings'.intReturns 'visiblity'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetComponentType(String componentType) Sets 'componentType'.voidsetReadOnlyTextSource(String readOnlyTextSource) Sets 'readOnlyTextSource'.voidsetSettings(SoapNamedValues settings) Sets 'settings'.voidsetVisiblity(int visiblity) Sets 'visiblity'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
getFolderId, getPath, getTitle, setFolderId, setPath, setTitleMethods 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)
-