public interface IDfModuleDescriptor
Modifier and Type | Method and Description |
---|---|
IDfModuleCategory |
getCategory() |
IDfEnumeration |
getDependencyList() |
java.lang.String |
getDocbaseName()
Gets the repository name of the module.
|
java.lang.String |
getImplementationClassName() |
IDfEnumeration |
getInterfaceNames() |
IDfId |
getObjectId()
Gets the object identifier of the module.
|
java.lang.String |
getObjectName()
Gets the object name of the module.
|
java.lang.String |
getVersion()
Gets the version (r_version_label) of the module.
|
java.lang.String |
getVersionStamp()
Gets the version stamp (i_vstamp) of the module.
|
boolean |
isDynamicallyProvisioned() |
boolean |
isPrivileged() |
void |
setDocbaseName(java.lang.String docbaseName)
Deprecated.
The object is immutable. This method had no useful effect in previous versions.
|
void |
setObjectId(IDfId objectId)
Deprecated.
The object is immutable. This method had no useful effect in previous versions.
|
void |
setObjectName(java.lang.String objectName)
Deprecated.
The object is immutable. This method had no useful effect in previous versions.
|
void |
setVersionStamp(java.lang.String vstamp)
Deprecated.
The object is immutable. This method had no useful effect in previous versions.
|
IDfId getObjectId()
java.lang.String getObjectName()
java.lang.String getDocbaseName()
java.lang.String getVersionStamp()
java.lang.String getVersion()
java.lang.String getImplementationClassName()
IDfEnumeration getInterfaceNames()
IDfEnumeration getDependencyList()
IDfModuleCategory getCategory()
boolean isDynamicallyProvisioned()
boolean isPrivileged()
@Deprecated void setObjectName(java.lang.String objectName)
objectName
- ths object name@Deprecated void setObjectId(IDfId objectId)
objectId
- ths object identifier@Deprecated void setDocbaseName(java.lang.String docbaseName)
docbaseName
- the repository name@Deprecated void setVersionStamp(java.lang.String vstamp)
vstamp
- the version stamp of the module (i_vstamp)Copyright 1994-2023 OpenText Corporation. All rights reserved.