ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgAppRank extends CfgStructure
Constructor | Description |
---|---|
CfgAppRank(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgAppRank(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgAppRank(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
Modifier and Type | Method | Description |
---|---|---|
CfgRank |
getAppRank() |
Application rank.
|
CfgAppType |
getAppType() |
Type of the application this rank
relates to.
|
void |
setAppRank(CfgRank value) |
Application rank.
|
void |
setAppType(CfgAppType value) |
Type of the application this rank
relates to.
|
clone, ensureDataBackup, equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, reloadObjectWithNewData, resolveLink, setProperty, toString, toStringProperties, toXml
getParent, updateChildrenSavedState
getEndpoint, getProperty, getRawObjectData, setProperty, toXml
public CfgAppRank(IConfService confService, ConfStructure objData, ICfgObject parent)
confService
- configuration service instanceobjData
- configuration protocol structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgAppRank(IConfService confService, org.w3c.dom.Node xmlData, ICfgObject parent)
confService
- configuration service instancexmlData
- XML object containing structure dataparent
- instance of configuration object as a parent for this structure instancepublic CfgAppRank(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final CfgAppType getAppType()
CfgAppType
and the comment below.) Mandatory.
Once specified, cannot be changed. The same value cannot be repeated
within one list.public final void setAppType(CfgAppType value)
CfgAppType
and the comment below.) Mandatory.
Once specified, cannot be changed. The same value cannot be repeated
within one list.value
- new property valuegetAppType()
public final CfgRank getAppRank()
CfgRank
. Rank CFGTenantAdministrator
cannot
be assigned to a person whose tenantDBID
is 1
.
Ranks CFGServiceAdministrator
and CFGSuperAdministrator
cannot
be assigned to a person whose tenantDBID
is not 1
.
See type CfgRank
.public final void setAppRank(CfgRank value)
CfgRank
. Rank CFGTenantAdministrator
cannot
be assigned to a person whose tenantDBID
is 1
.
Ranks CFGServiceAdministrator
and CFGSuperAdministrator
cannot
be assigned to a person whose tenantDBID
is not 1
.
See type CfgRank
.value
- new property valuegetAppRank()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.