|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.applicationblocks.com.CfgBase
com.genesyslab.platform.applicationblocks.com.CfgStructure
com.genesyslab.platform.applicationblocks.com.objects.CfgSolutionComponentDefinition
public class CfgSolutionComponentDefinition
CfgSolutionComponentDefinition lists the types of applications whose functionality this solution uses.
Constructor Summary | |
---|---|
CfgSolutionComponentDefinition(IConfService confService,
ConfStructure objData,
ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. |
|
CfgSolutionComponentDefinition(IConfService confService,
ICfgObject parent)
This constructor is intended for creation of detached objects. |
|
CfgSolutionComponentDefinition(IConfService confService,
org.w3c.dom.Node xmlData,
ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgStructure |
---|
getParent, updateChildrenSavedState |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.applicationblocks.com.ICfgBase |
---|
getEndpoint, getProperty, getRawObjectData, setProperty, toXml |
Constructor Detail |
---|
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 instanceMethod Detail |
---|
public 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()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |