Package ddf.catalog.core.versioning.impl
Class DeletedMetacardImpl
java.lang.Object
ddf.catalog.data.impl.MetacardImpl
ddf.catalog.core.versioning.impl.DeletedMetacardImpl
- All Implemented Interfaces:
ddf.catalog.core.versioning.DeletedMetacard,ddf.catalog.data.Metacard,Serializable
public class DeletedMetacardImpl
extends MetacardImpl
implements ddf.catalog.core.versioning.DeletedMetacard
Experimental. Subject to change.
Represents a currently soft deleted metacard.
Represents a currently soft deleted metacard.
- See Also:
-
Field Summary
Fields inherited from class ddf.catalog.data.impl.MetacardImpl
BASIC_METACARDFields inherited from interface ddf.catalog.core.versioning.DeletedMetacard
DELETED_BY, DELETED_METACARD_TAGS, DELETED_TAG, DELETION_OF_ID, LAST_VERSION_ID, METACARD_DELETED_DATE, PREFIX, PREFIXERFields 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 -
Constructor Summary
ConstructorsConstructorDescriptionDeletedMetacardImpl(String id, String deletionOfId, String deletedBy, String lastVersionId, ddf.catalog.data.Metacard metacardBeingDeleted) -
Method Summary
Modifier and TypeMethodDescriptionstatic ddf.catalog.data.MetacardTypestatic booleanisDeleted(ddf.catalog.data.Metacard metacard) static booleanisNotDeleted(ddf.catalog.data.Metacard metacard) voidsetDeletedBy(String deletedBy) voidsetDeletedDate(Date date) voidsetDeletedMetacardTags(Set<String> tags) voidsetDeletionOfId(String deletionOfId) voidsetLastVersionId(String lastVersionId) Methods inherited from class ddf.catalog.data.impl.MetacardImpl
equals, getAttribute, getContentTypeName, getContentTypeNamespace, getContentTypeVersion, getCreatedDate, getDescription, getEffectiveDate, getExpirationDate, getId, getLocation, getMetacardType, getMetadata, getModifiedDate, getPointOfContact, getResourceSize, getResourceURI, getSecurity, getSourceId, getThumbnail, getTitle, hashCode, requestBytes, requestData, requestDate, requestDouble, requestInputStream, requestInteger, requestLong, requestString, setAttribute, setAttribute, setContentTypeName, setContentTypeVersion, setCreatedDate, setDescription, setEffectiveDate, setExpirationDate, setId, setLocation, setMetadata, setModifiedDate, setPointOfContact, setResourceSize, setResourceURI, setSecurity, setSourceId, setTags, setTargetNamespace, setThumbnail, setTitle, setTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
DeletedMetacardImpl
-
-
Method Details
-
isNotDeleted
public static boolean isNotDeleted(@Nullable ddf.catalog.data.Metacard metacard) -
isDeleted
public static boolean isDeleted(@Nullable ddf.catalog.data.Metacard metacard) -
getDeletedMetacardType
public static ddf.catalog.data.MetacardType getDeletedMetacardType() -
setDeletionOfId
-
getDeletionOfId
-
setDeletedBy
-
getDeletedBy
-
setLastVersionId
-
getLastVersionId
-
setDeletedMetacardTags
-
getDeletedMetacardTags
-
setDeletedDate
-