Interface IDashboardPage
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IObjectLockingSupport
 
 public interface IDashboardPage extends IBaseField For HP use. Represents a Dashboard Page.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean_public()Indicates if this is a public page.void_public(boolean pVal)Indicates if this is a public page.com4j.Com4jObjectdashboardPageItemFactory()For HP use.java.lang.Stringdescription()The page's description.voiddescription(java.lang.String pVal)The page's description.java.lang.StringlastModified()The server time when the item was last modified.java.lang.StringmodifiedBy()The user name who last modified the item.java.lang.Stringname()The page name.voidname(java.lang.String pVal)The page name.java.lang.StringownerUser()The user name of the page owner.intparentId()The ID of the folder that contains this page.voidparentId(int pVal)The ID of the folder that contains this page.java.lang.Stringtitle()The page title.voidtitle(java.lang.String pVal)The page title.- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
namejava.lang.String name() The page name. Getter method for the COM property "Name" - Returns:
- Returns a value of type java.lang.String
 
 - 
namevoid name(java.lang.String pVal) The page name. Setter method for the COM property "Name" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
parentIdint parentId() The ID of the folder that contains this page. Getter method for the COM property "ParentId" - Returns:
- Returns a value of type int
 
 - 
parentIdvoid parentId(int pVal) The ID of the folder that contains this page. Setter method for the COM property "ParentId" - Parameters:
- pVal- Mandatory int parameter.
 
 - 
_publicboolean _public() Indicates if this is a public page. Getter method for the COM property "Public" - Returns:
- Returns a value of type boolean
 
 - 
_publicvoid _public(boolean pVal) Indicates if this is a public page. Setter method for the COM property "Public" - Parameters:
- pVal- Mandatory boolean parameter.
 
 - 
descriptionjava.lang.String description() The page's description. Getter method for the COM property "Description" - Returns:
- Returns a value of type java.lang.String
 
 - 
descriptionvoid description(java.lang.String pVal) The page's description. Setter method for the COM property "Description" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
titlejava.lang.String title() The page title. Getter method for the COM property "Title" - Returns:
- Returns a value of type java.lang.String
 
 - 
titlevoid title(java.lang.String pVal) The page title. Setter method for the COM property "Title" - Parameters:
- pVal- Mandatory java.lang.String parameter.
 
 - 
lastModifiedjava.lang.String lastModified() The server time when the item was last modified. Getter method for the COM property "LastModified" - Returns:
- Returns a value of type java.lang.String
 
 - 
modifiedByjava.lang.String modifiedBy() The user name who last modified the item. Getter method for the COM property "ModifiedBy" - Returns:
- Returns a value of type java.lang.String
 
 - 
ownerUserjava.lang.String ownerUser() The user name of the page owner. Getter method for the COM property "OwnerUser" - Returns:
- Returns a value of type java.lang.String
 
 - 
dashboardPageItemFactorycom4j.Com4jObject dashboardPageItemFactory() For HP use. The DashboardPageItemFactory object for managing the items on this page. Getter method for the COM property "DashboardPageItemFactory" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-