ICfgBase
, ICfgStructure
@Generated(value="com.genesyslab.platform.applicationblocks.com.generator.COMGenerator", date="2021-06-14T15:47:12-07:00") public class CfgSolutionComponentDefinition extends CfgStructure
Constructor | Description |
---|---|
CfgSolutionComponentDefinition(IConfService confService,
ICfgObject parent) |
This constructor is intended for creation of detached objects.
|
CfgSolutionComponentDefinition(IConfService confService,
ConfStructure objData,
ICfgObject parent) |
This constructor is intended for creation of structures from external or imported XML data.
|
CfgSolutionComponentDefinition(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 |
---|---|---|
CfgFlag |
getIsOptional() |
Determines whether this solution
component default value is optional.
|
java.lang.Integer |
getStartupPriority() |
The default number of the solution component in a component
startup sequence within solution.
|
CfgAppType |
getType() |
Type of the application that is used
as solution component.
|
java.lang.String |
getVersion() |
A pointer to the application version
that is used as solution component.
|
void |
setIsOptional(CfgFlag value) |
Determines whether this solution
component default value is optional.
|
void |
setStartupPriority(java.lang.Integer value) |
The default number of the solution component in a component
startup sequence within solution.
|
void |
setType(CfgAppType value) |
Type of the application that is used
as solution component.
|
void |
setVersion(java.lang.String value) |
A pointer to the application version
that is used as solution component.
|
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 CfgSolutionComponentDefinition(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 CfgSolutionComponentDefinition(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 CfgSolutionComponentDefinition(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 an object
of type
CfgService
(Solution).public final void setStartupPriority(java.lang.Integer value)
READONLY
property in an 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 CfgAppType getType()
CfgAppType
.public final void setType(CfgAppType value)
CfgAppType
.value
- new property valuegetType()
public final java.lang.String getVersion()
public final void setVersion(java.lang.String value)
value
- new property valuegetVersion()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.