ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgSolutionComponent extends CfgStructure
Constructor | Description |
---|---|
CfgSolutionComponent(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSolutionComponent(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponent(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 |
---|---|---|
CfgApplication |
getApp() |
A unique identifier of an
Application
with type appType and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional is set to
CFGFalse . |
java.lang.Integer |
getAppDBID() |
Retrieves the dbid of the object that is being linked to by the App property.
|
CfgFlag |
getIsOptional() |
Determines whether this solution
component is optional.
|
java.lang.Integer |
getStartupPriority() |
The startup priority of the solution component in a component
sequence.
|
void |
setApp(CfgApplication value) |
A unique identifier of an
Application
with type appType and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional is set to
CFGFalse . |
void |
setAppDBID(int dbid) |
A unique identifier of an
Application
with type appType and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional is set to
CFGFalse . |
void |
setIsOptional(CfgFlag value) |
Determines whether this solution
component is optional.
|
void |
setStartupPriority(java.lang.Integer value) |
The startup priority of the solution component in a component
sequence.
|
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 CfgSolutionComponent(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 CfgSolutionComponent(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 CfgSolutionComponent(IConfService confService, ICfgObject parent)
confService
- configuration service instanceparent
- instance of configuration object as a parent for this structure instancepublic final java.lang.Integer getStartupPriority()
READONLY
property in object of type
CfgService
(Solution).public final void setStartupPriority(java.lang.Integer value)
READONLY
property in object of type
CfgService
(Solution).value
- new property valuegetStartupPriority()
public final CfgFlag getIsOptional()
CFGFalse
by default. Must be shown as READONLY
property
in object of type
CfgService
(Solution).
Refers to
CfgFlag
public final void setIsOptional(CfgFlag value)
CFGFalse
by default. Must be shown as READONLY
property
in object of type
CfgService
(Solution).
Refers to
CfgFlag
value
- new property valuegetIsOptional()
public final CfgApplication getApp()
Application
with type appType
and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional
is set to
CFGFalse
. The application could be chosen from the
list of applications based on application template/prototype specified
in appPrototypeDBID
.public final void setApp(CfgApplication value)
Application
with type appType
and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional
is set to
CFGFalse
. The application could be chosen from the
list of applications based on application template/prototype specified
in appPrototypeDBID
.value
- new property valuegetApp()
public final void setAppDBID(int dbid)
Application
with type appType
and version appVersion
Mandatory (application must be specified within solution) for solution
components within a solution if isOptional
is set to
CFGFalse
. The application could be chosen from the
list of applications based on application template/prototype specified
in appPrototypeDBID
.dbid
- DBID identifier of referred objectgetApp()
public final java.lang.Integer getAppDBID()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.