|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServiceCommon
Methods common to both IServiceBase and IServiceContainerBase
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet |
| Method Summary | |
|---|---|
IConfigProperties |
addConfigProps()
Returns a new, empty collection of configuration properties for this service/service container or returns the existing configuration properties if they exist. |
IConfigProperties |
getConfigProps()
Returns the configuration properties that are defined for this service/service container, or null if there are no
configuration properties defined. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this service/service container. |
java.lang.String |
getMessageString(int resourceid,
java.util.Locale loc,
java.util.List substrings)
Returns the actual message string based on resource id and locale. |
java.lang.String |
getServerKind()
Returns the server kind that is assigned to servers that use this service/service container. |
IIntegerProps |
getSupportedAuditEvents()
Returns the IDs for the audit events that are supported by this service. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow |
| Method Detail |
|---|
IConfigProperties getConfigProps()
null if there are no
configuration properties defined. These configuration properties are used
as the defaults when a server is configured to use this service/service
container.
To read this value, this object must contain the SI_CONFIG
property.
IConfigProperties addConfigProps()
To read this value, this object must contain the SI_CONFIG
property.
IIntegerProps getSupportedAuditEvents()
To read this value, this object must contain the SI_SUPPORTED_AUDIT_EVENTS property.
java.lang.String getDescription(java.util.Locale locale)
throws SDKException
To read this value, this object must contain the
SI_ML_DESCRIPTION property.
getDescription in interface IInfoObjectlocale - The locale for the description.
SDKException - if the process is unsuccessful.java.lang.String getServerKind()
To read this value, this object must contain the
SI_SERVER_KIND property.
java.lang.String getMessageString(int resourceid,
java.util.Locale loc,
java.util.List substrings)
#getResourceID().
resourceid - Resource ID to get the message stringloc - locale of the message stringsubstrings - substrings of the message string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||