public interface IDashboardFolder extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Indicates whether this is a public Dashboard folder.
|
void |
_public(boolean pVal)
Indicates whether this is a public Dashboard folder.
|
com4j.Com4jObject |
dashboardFolderFactory()
The DashboardFolderFactory object for Dashboard folders that are direct children of this folder.
|
com4j.Com4jObject |
dashboardPageFactory()
The DashboardPageFactory object for managing the child pages entities
|
String |
description()
The Dashboard folder's description.
|
void |
description(String pVal)
The Dashboard folder's description.
|
String |
name()
The Dashboard folder's name
|
void |
name(String pVal)
The Dashboard folder's name
|
String |
ownerUser()
The user name of the dashboard folder's owner.
|
int |
parentId()
The ID of the folder that contains this folder.
|
void |
parentId(int pVal)
The ID of the folder that contains this folder.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The Dashboard folder's name
Getter method for the COM property "Name"
void name(String pVal)
The Dashboard folder's name
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the folder that contains this folder.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the folder that contains this folder.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Indicates whether this is a public Dashboard folder.
Getter method for the COM property "Public"
void _public(boolean pVal)
Indicates whether this is a public Dashboard folder.
Setter method for the COM property "Public"
pVal
- Mandatory boolean parameter.com4j.Com4jObject dashboardFolderFactory()
The DashboardFolderFactory object for Dashboard folders that are direct children of this folder.
Getter method for the COM property "DashboardFolderFactory"
com4j.Com4jObject dashboardPageFactory()
The DashboardPageFactory object for managing the child pages entities
Getter method for the COM property "DashboardPageFactory"
String description()
The Dashboard folder's description.
Getter method for the COM property "Description"
void description(String pVal)
The Dashboard folder's description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.String ownerUser()
The user name of the dashboard folder's owner.
Getter method for the COM property "OwnerUser"
Copyright © 2020. All rights reserved.