Package ddf.catalog.core.versioning
Interface MetacardVersion
- All Superinterfaces:
ddf.catalog.data.Metacard,Serializable
public interface MetacardVersion
extends ddf.catalog.data.Metacard
Experimental. Subject to change.
Represents a version at a particular instant. Also included are the
Represents a version at a particular instant. Also included are the
MetacardVersion.Action that was
performed, who it was edited by, and what time it was edited on.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttributename for action of the currentMetacardVersion.static final StringAttributename for the editor of thisMetacardrevision.static final Stringstatic final Stringstatic final Stringstatic final StringAttributename for metacard ID on a history item of thisMetacardrevision.static final StringAttributevalue forMetacard.TAGSwhen a metacard is a History Metacard.static final StringAttributename for original tags of thisMetacardrevision.static final StringAttributename for original metacard type of thisMetacardrevision.static final StringAttributename for original serialized metacard type of thisMetacardrevision.static final StringAttributename for version date of thisMetacardrevision.static final StringAttributename for original resource URI of thisMetacardrevision.Fields inherited from interface ddf.catalog.data.Metacard
ANY_DATE, ANY_GEO, ANY_TEXT, CHECKSUM, CHECKSUM_ALGORITHM, CONTENT_TYPE, CONTENT_TYPE_VERSION, CREATED, DEFAULT_TAG, DERIVED, DERIVED_RESOURCE_DOWNLOAD_URL, DERIVED_RESOURCE_URI, DESCRIPTION, EFFECTIVE, EXPIRATION, GEOGRAPHY, ID, METADATA, MODIFIED, POINT_OF_CONTACT, RELATED, RESOURCE_DOWNLOAD_URL, RESOURCE_SIZE, RESOURCE_URI, SECURITY, SECURITY_MATCH_ALL, SECURITY_MATCH_ONE, SOURCE_ID, TAGS, TARGET_NAMESPACE, THUMBNAIL, TITLE -
Method Summary
Methods inherited from interface ddf.catalog.data.Metacard
getAttribute, getContentTypeName, getContentTypeNamespace, getContentTypeVersion, getCreatedDate, getEffectiveDate, getExpirationDate, getId, getLocation, getMetacardType, getMetadata, getModifiedDate, getResourceSize, getResourceURI, getSourceId, getTags, getThumbnail, getTitle, setAttribute, setSourceId
-
Field Details
-
PREFIX
- See Also:
-
PREFIXER
-
SKIP_VERSIONING
- See Also:
-
HISTORY_METACARDS_PROPERTY
- See Also:
-
VERSION_TAG
Attributevalue forMetacard.TAGSwhen a metacard is a History Metacard.- See Also:
-
ACTION
Attributename for action of the currentMetacardVersion. Can be one ofCreated,Updated, orDeleted.- Since:
- DDF-2.9.0
-
EDITED_BY
Attributename for the editor of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSIONED_ON
Attributename for version date of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSION_OF_ID
Attributename for metacard ID on a history item of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSION_TAGS
Attributename for original tags of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSION_TYPE
Attributename for original metacard type of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSION_TYPE_BINARY
Attributename for original serialized metacard type of thisMetacardrevision.- Since:
- DDF-2.9.0
-
VERSIONED_RESOURCE_URI
Attributename for original resource URI of thisMetacardrevision.
-