Package | Description |
---|---|
com.groupdocs.metadata.search | |
com.groupdocs.metadata.tagging |
Modifier and Type | Method and Description |
---|---|
TagCategory |
FallsIntoCategorySpecification.getCategory()
Gets the category into which a property must fall to satisfy the specification.
|
Constructor and Description |
---|
FallsIntoCategorySpecification(TagCategory category)
Initializes a new instance of the
FallsIntoCategorySpecification class. |
Modifier and Type | Class and Description |
---|---|
class |
ContentTagCategory
Provides tags that are attached to metadata properties describing the content of a file.
|
class |
CorporateTagCategory
Provides tags intended to mark metadata properties related to a company that participated in file creation.
|
class |
DocumentTagCategory
Provides tags that are applied to document-specific properties only.
|
class |
LegalTagCategory
Provides tags that are attached to metadata properties holding information about the owners of the file content
and the rules under which the content can be used.
|
class |
OriginTagCategory
Provides tags that help a user to determine the origin of a file (e.g.
|
class |
PersonTagCategory
Provides tags that mark metadata properties holding information about the people contributed to file or intellectual content creation.
|
class |
PropertyTypeTagCategory
Provides tags that bear additional information about the type of a property rather than about its purpose.
|
class |
TimeTagCategory
Provides tags that mark metadata properties used to describe the lifecycle of a file.
|
class |
ToolTagCategory
Provides tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.
|
Modifier and Type | Method and Description |
---|---|
TagCategory |
PropertyTag.getCategory()
Gets the tag category.
|