public interface IDashboardPage extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Indicates if this is a public page.
|
void |
_public(boolean pVal)
Indicates if this is a public page.
|
com4j.Com4jObject |
dashboardPageItemFactory()
For HP use.
|
String |
description()
The page's description.
|
void |
description(String pVal)
The page's description.
|
String |
lastModified()
The server time when the item was last modified.
|
String |
modifiedBy()
The user name who last modified the item.
|
String |
name()
The page name.
|
void |
name(String pVal)
The page name.
|
String |
ownerUser()
The user name of the page owner.
|
int |
parentId()
The ID of the folder that contains this page.
|
void |
parentId(int pVal)
The ID of the folder that contains this page.
|
String |
title()
The page title.
|
void |
title(String pVal)
The page title.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The page name.
Getter method for the COM property "Name"
void name(String pVal)
The page name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the folder that contains this page.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the folder that contains this page.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Indicates if this is a public page.
Getter method for the COM property "Public"
void _public(boolean pVal)
Indicates if this is a public page.
Setter method for the COM property "Public"
pVal
- Mandatory boolean parameter.String description()
The page's description.
Getter method for the COM property "Description"
void description(String pVal)
The page's description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.String title()
The page title.
Getter method for the COM property "Title"
void title(String pVal)
The page title.
Setter method for the COM property "Title"
pVal
- Mandatory java.lang.String parameter.String lastModified()
The server time when the item was last modified.
Getter method for the COM property "LastModified"
String modifiedBy()
The user name who last modified the item.
Getter method for the COM property "ModifiedBy"
String ownerUser()
The user name of the page owner.
Getter method for the COM property "OwnerUser"
com4j.Com4jObject dashboardPageItemFactory()
For HP use. The DashboardPageItemFactory object for managing the items on this page.
Getter method for the COM property "DashboardPageItemFactory"
Copyright © 2020. All rights reserved.