public class Tags extends Object
Contains various sets of tags with which most important metadata properties are marked. The tags allow you to find and update metadata properties in different packages regardless of the metadata standard and file format.
Constructor and Description |
---|
Tags() |
Modifier and Type | Method and Description |
---|---|
static ContentTagCategory |
getContent()
Gets the tags that are attached to metadata properties describing the content of a file.
|
static CorporateTagCategory |
getCorporate()
Gets a set of tags intended to mark metadata properties related to a company that participated in file creation.
|
static DocumentTagCategory |
getDocument()
Gets a set of tags that are applied to document-specific properties only.
|
static LegalTagCategory |
getLegal()
Gets a set of 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.
|
static OriginTagCategory |
getOrigin()
Gets the tags that help a user to determine the origin of a file (e.g.
|
static PersonTagCategory |
getPerson()
Gets a set of tags that mark metadata properties holding information about the people contributed to file or intellectual content creation.
|
static PropertyTypeTagCategory |
getPropertyType()
Gets a set of tags that bear additional information about the type of a property rather than about its purpose.
|
static TimeTagCategory |
getTime()
Gets a set of tags that mark metadata properties used to describe the lifecycle of a file.
|
static ToolTagCategory |
getTool()
Gets the tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.
|
public static PersonTagCategory getPerson()
Gets a set of tags that mark metadata properties holding information about the people contributed to file or intellectual content creation. These tags can help you to find the document creator, editor or even the client for whom the work was performed. Despite the name of the category some metadata properties marked with the tags can contain a company name rather than a person's name.
public static ToolTagCategory getTool()
Gets the tags intended to mark metadata properties related to the tools (software and hardware) that were used to create a file.
public static TimeTagCategory getTime()
Gets a set of tags that mark metadata properties used to describe the lifecycle of a file. The tags deal with time points when a file or intellectual content was created, edited, printed, etc.
public static ContentTagCategory getContent()
Gets the tags that are attached to metadata properties describing the content of a file. The tags are useful to find out the content language, type (genre), subject, rating, etc.
public static PropertyTypeTagCategory getPropertyType()
Gets a set of tags that bear additional information about the type of a property rather than about its purpose. Using these tags you can detect metadata properties that contain URL links to external resources, properties describing fonts, colors, geolocation and so on.
public static DocumentTagCategory getDocument()
Gets a set of tags that are applied to document-specific properties only. The tags can be useful to determine from which part of an office document a property was extracted.
public static OriginTagCategory getOrigin()
Gets the tags that help a user to determine the origin of a file (e.g. template or another source).
public static CorporateTagCategory getCorporate()
Gets a set of tags intended to mark metadata properties related to a company that participated in file creation.
public static LegalTagCategory getLegal()
Gets a set of 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.