|
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.CfgSolutionComponent
public class CfgSolutionComponent
CfgSolutionComponent displays a list of applications whose functionality this solution uses.
Constructor Summary | |
---|---|
CfgSolutionComponent(IConfService confService,
ConfStructure objData,
ICfgObject parent)
This constructor is intended for creation of structures from external or imported XML data. |
|
CfgSolutionComponent(IConfService confService,
ICfgObject parent)
This constructor is intended for creation of detached objects. |
|
CfgSolutionComponent(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 | |
---|---|
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. |
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 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 instanceMethod Detail |
---|
public 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()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |