| Package | Description |
|---|---|
| org.opencms.search.documents |
Handles indexing different sorts of document and resource type from the OpenCms VFS for the full text search.
|
| Modifier and Type | Method and Description |
|---|---|
CmsDocumentDependency.DependencyType |
CmsDocumentDependency.getType()
Returns the type.
|
static CmsDocumentDependency.DependencyType |
CmsDocumentDependency.DependencyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsDocumentDependency.DependencyType[] |
CmsDocumentDependency.DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsDocumentDependency.setType(CmsDocumentDependency.DependencyType type)
Sets the type for this dependency.
|