|
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.CfgObject
com.genesyslab.platform.applicationblocks.com.CfgDelta
com.genesyslab.platform.applicationblocks.com.objects.CfgDeltaService
public class CfgDeltaService
The changes to make to a
CfgService
object.
Constructor Summary | |
---|---|
CfgDeltaService(IConfService confService)
This constructor is intended for creation of detached objects. |
|
CfgDeltaService(IConfService confService,
ConfObjectDelta objData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
|
CfgDeltaService(IConfService confService,
org.w3c.dom.Node xmlData)
This constructor is intended for creation of delta objects from configuration protocol messages. |
Method Summary | |
---|---|
java.lang.String |
getAbbr()
Not in use. |
java.util.Collection<CfgAppServicePermission> |
getAddedAppServicePermissions()
Not in use. |
java.util.Collection<CfgSolutionComponentDefinition> |
getAddedComponentDefinitions()
A pointer to a list of predefined solution components for this solution. |
java.util.Collection<CfgSolutionComponent> |
getAddedComponents()
A pointer to a list of solution components defined for this solution (every item of this list is structured as
CfgSolutionComponent
). |
java.util.Collection<CfgObjectResource> |
getAddedResources()
|
KeyValueCollection |
getAddedUserProperties()
A pointer to the list of user-defined properties.Parameter userProperties has the following structure: Each key-value pair of the primary list (TKVList *userProperties) uses the key for the name of a user-defined section, and the value for a secondary list, that also has the TKVList structure and specifies the properties defined within that section. |
CfgTenant |
getAssignedTenant()
A unique identifier of the
Tenant
the solution is assigned to. |
java.lang.Integer |
getAssignedTenantDBID()
Retrieves the dbid of the object that is being linked to by the AssignedTenant property. |
java.util.Collection<CfgAppServicePermission> |
getChangedAppServicePermissions()
Not in use. |
java.util.Collection<CfgSolutionComponentDefinition> |
getChangedComponentDefinitions()
A pointer to a list of structures of type
CfgSolutionComponentDefinition
that contain information about solution component definition within
this solution whose parameters have been changed. |
java.util.Collection<CfgSolutionComponent> |
getChangedComponents()
A pointer to a list of structures of type
CfgSolutionComponent
that contain information about solution components within this solution
whose parameters have been changed. |
java.util.Collection<CfgObjectResource> |
getChangedResources()
|
KeyValueCollection |
getChangedUserProperties()
A pointer to the list of user-defined properties whose values have been changed. |
java.lang.Integer |
getDBID()
The DBID of the target CfgService configuration object. |
java.util.Collection<CfgAppServicePermission> |
getDeletedAppServicePermissions()
Not in use. |
java.util.Collection<CfgSolutionComponentDefinition> |
getDeletedComponentDefinitions()
A pointer to a list of structures of type
CfgSolutionComponentDefinition
that contain information about solution component definition that
are no longer defined within this solution. |
java.util.Collection<CfgSolutionComponent> |
getDeletedComponents()
A pointer to a list of structures of type
CfgSolutionComponent
that contain information about solution components that are no longer
defined within this solution. |
java.util.Collection<CfgResourceID> |
getDeletedResources()
|
KeyValueCollection |
getDeletedUserProperties()
A pointer to the list of deleted user-defined properties. |
java.lang.String |
getName()
A pointer to the name of the service/solution. |
CfgApplication |
getSCS()
A unique identifier of an
Application
of CFGSCS type which is supposed to control
the solution. |
java.lang.Integer |
getSCSDBID()
Retrieves the dbid of the object that is being linked to by the SCS property. |
CfgSolutionType |
getSolutionType()
The type of the solution. |
CfgStartupType |
getStartupType()
A type of solution/service startup. |
CfgObjectState |
getState()
Current object state. |
CfgChargeType |
getType()
Not in use. |
java.lang.String |
getVersion()
A pointer to the version of the solution. |
CfgService |
retrieveCfgService()
Read base CfgService configuration object caused this event. |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgDelta |
---|
ensureDataBackup, retrieveObject, save, toStringProperties, update |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgObject |
---|
clone, delete, doSetFolderId, getFolderId, getObjectDbid, getObjectPath, getObjectType, refresh, reloadObjectWithNewData, reloadObjectWithNewData, removeAccount, resetDataBackup, retrieveAccountPermissions, retrieveACL, retrievePermissions, setAccountPermissions, setAccountPermissions, setFolderId, updateACL |
Methods inherited from class com.genesyslab.platform.applicationblocks.com.CfgBase |
---|
equals, flushChildrenContent, getConfigurationService, getData, getEndpoint, getLinkListCollection, getLinkValue, getLogger, getMetaData, getParent, getProperty, getProperty, getProperty, getRawObjectData, hashCode, initStruct, isSaved, lockObject, resolveLink, setProperty, toString, toXml, updateChildrenSavedState |
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 CfgDeltaService(IConfService confService)
confService
- configuration service instancepublic CfgDeltaService(IConfService confService, ConfObjectDelta objData)
confService
- configuration service instanceobjData
- configuration protocol object delta datapublic CfgDeltaService(IConfService confService, org.w3c.dom.Node xmlData)
confService
- configuration service instancexmlData
- XML object containing object delta dataMethod Detail |
---|
public final java.lang.Integer getDBID()
public final CfgService retrieveCfgService() throws ConfigException
ConfigException
- in case of problem while object readingpublic final java.lang.String getName()
public final java.lang.String getAbbr()
public final CfgChargeType getType()
public final java.util.Collection<CfgAppServicePermission> getAddedAppServicePermissions()
public final CfgObjectState getState()
CfgObjectState
public final KeyValueCollection getAddedUserProperties()
public final CfgSolutionType getSolutionType()
CfgSolutionType
.
public final java.util.Collection<CfgSolutionComponent> getAddedComponents()
CfgSolutionComponent
).
When used as an entry in CfgDeltaService
, it is a pointer to a list of solution
components added to the existing list.
public final CfgApplication getSCS()
Application
of CFGSCS
type which is supposed to control
the solution. See comment number 4. See also
CfgSolutionComponent
.
public final java.lang.Integer getSCSDBID()
public final CfgTenant getAssignedTenant()
Tenant
the solution is assigned to. Optional. If assignedTenantDBID is managed
(added/modified/removed)
by configuration wizard , the same action (add/modify/remove) has
to be initiated by wizard for property tenantDBIDs
of CfgApplication
if an application belongs to this solution.
public final java.lang.Integer getAssignedTenantDBID()
public final java.lang.String getVersion()
public final java.util.Collection<CfgSolutionComponentDefinition> getAddedComponentDefinitions()
CfgSolutionComponentDefinition
.)
public final CfgStartupType getStartupType()
CfgStartupType.
Read-only. Specified during application prototype definition. The value is
associated with solution type
CfgSolutionType.
The value for the solutions of
CFGSTDefaultSolutionType
and CFGSTFramework
type
is set to CFGSUTManual,
and for other applications
is set to CFGSUTAutomatic.
public final java.util.Collection<CfgObjectResource> getAddedResources()
public final java.util.Collection<CfgAppServicePermission> getDeletedAppServicePermissions()
public final java.util.Collection<CfgAppServicePermission> getChangedAppServicePermissions()
public final KeyValueCollection getDeletedUserProperties()
public final KeyValueCollection getChangedUserProperties()
public final java.util.Collection<CfgSolutionComponent> getDeletedComponents()
CfgSolutionComponent
that contain information about solution components that are no longer
defined within this solution.
public final java.util.Collection<CfgSolutionComponent> getChangedComponents()
CfgSolutionComponent
that contain information about solution components within this solution
whose parameters have been changed.
public final java.util.Collection<CfgSolutionComponentDefinition> getDeletedComponentDefinitions()
CfgSolutionComponentDefinition
that contain information about solution component definition that
are no longer defined within this solution.
public final java.util.Collection<CfgSolutionComponentDefinition> getChangedComponentDefinitions()
CfgSolutionComponentDefinition
that contain information about solution component definition within
this solution whose parameters have been changed.
public final java.util.Collection<CfgResourceID> getDeletedResources()
public final java.util.Collection<CfgObjectResource> getChangedResources()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |