public interface IRespViewContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTR_DEFAULT
The isDefault attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false" |
static java.lang.String |
ATTR_DESCRIPTION
The description attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
static java.lang.String |
ATTR_ENABLED
The isEnabled attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false" |
static java.lang.String |
ATTR_HAS_DRAFT
The hasDraft attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false" |
static java.lang.String |
ATTR_HAS_PUBLISHED
The hasPublished attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false" |
static java.lang.String |
ATTR_ID
The view ID attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
static java.lang.String |
ATTR_NAME
The view name attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState) |
static java.lang.String |
ATTR_SUPPLIED_BY_VENDOR
The isSuppliedByVendor attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false" |
static java.lang.String |
ATTR_TYPE
The type attribute that is used by the condition/sorting for
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be a string representation of RespViewType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the responsive view.
|
Id |
getId()
Returns the unique identifier for this responsive view.
|
IUser |
getLastModifiedBy()
Returns the user who last modified the responsive view.
|
java.util.Date |
getModifiedDate()
Returns the last modified date of the responsive view.
|
java.lang.String |
getName()
Returns the system name of the responsive view.
|
RespViewType |
getRespViewType()
Returns the responsive view type.
|
boolean |
hasDraft()
Returns if the responsive view has draft state ( aside from the published state )
|
boolean |
hasPublishedVersion()
Returns if the responsive view has published state
|
boolean |
isDefault()
Returns if the responsive view is a default one or not.
|
boolean |
isEnabled()
Returns if the responsive view is enabled or not.
|
boolean |
isSuppliedByVendor()
Returns if the responsive view is supplied by vendor or not.
|
void |
setDefault(boolean isDefault)
Sets the responsive view's default state.
|
void |
setDescription(java.lang.String description)
Sets the description of the responsive view.
|
void |
setEnabled(boolean isEnabled)
Enables or disables the responsive view
|
void |
setSuppliedByVendor(boolean suppliedByVendor)
Set/Resets the supplied-by-vendor state.
|
static final java.lang.String ATTR_ID
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
static final java.lang.String ATTR_NAME
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
static final java.lang.String ATTR_DEFAULT
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false"static final java.lang.String ATTR_ENABLED
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false"static final java.lang.String ATTR_SUPPLIED_BY_VENDOR
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false"static final java.lang.String ATTR_TYPE
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be a string representation of RespViewType
static final java.lang.String ATTR_DESCRIPTION
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
static final java.lang.String ATTR_HAS_PUBLISHED
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false"static final java.lang.String ATTR_HAS_DRAFT
IConfigurationService.getDashboards(com.ibm.openpages.api.configuration.IFindOptions, RespViewState)
The value for the condition has to be either "true" or "false"Id getId()
Id
the unique identifier for the responsive view.java.lang.String getName()
RespViewType getRespViewType()
RespViewType
the type of the responsive view.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- boolean isDefault()
void setDefault(boolean isDefault)
isDefault
- boolean isEnabled()
void setEnabled(boolean isEnabled)
isEnabled
- boolean isSuppliedByVendor()
void setSuppliedByVendor(boolean suppliedByVendor)
suppliedByVendor
- java.util.Date getModifiedDate()
IUser getLastModifiedBy()
boolean hasDraft()
boolean hasPublishedVersion()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2019. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.