Module prov.service.core
Class ExtendedDocumentResourceInMemory
java.lang.Object
org.openprovenance.prov.service.core.memory.ExtendedDocumentResourceInMemory
- All Implemented Interfaces:
Cloneable,AbstractResource,DocumentResource
-
Field Summary
Fields inherited from interface org.openprovenance.prov.storage.api.DocumentResource
DOCUMENT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionclone()getKind()voidsetExpires(Date expires) voidsetExtension(Map<String, Object> extension) voidvoidsetStorageId(String storageId) voidvoidsetVisibleId(String visibleId)
-
Constructor Details
-
ExtendedDocumentResourceInMemory
-
ExtendedDocumentResourceInMemory
public ExtendedDocumentResourceInMemory()
-
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getVisibleId
- Specified by:
getVisibleIdin interfaceAbstractResource
-
setVisibleId
- Specified by:
setVisibleIdin interfaceAbstractResource
-
getStorageId
- Specified by:
getStorageIdin interfaceAbstractResource
-
setStorageId
- Specified by:
setStorageIdin interfaceAbstractResource
-
getExpires
- Specified by:
getExpiresin interfaceAbstractResource
-
setExpires
- Specified by:
setExpiresin interfaceAbstractResource
-
getKind
- Specified by:
getKindin interfaceAbstractResource
-
setKind
- Specified by:
setKindin interfaceAbstractResource
-
getThrown
- Specified by:
getThrownin interfaceDocumentResource
-
setThrown
- Specified by:
setThrownin interfaceDocumentResource
-
getExtension
- Specified by:
getExtensionin interfaceAbstractResource
-
setExtension
- Specified by:
setExtensionin interfaceAbstractResource
-