com.sapportals.wcm.repository

Interface IMutableEntityMetadata

All Superinterfaces:
IEntityMetadata
All Known Implementing Classes:
Content, VaryingContent

public interface IMutableEntityMetadata
extends IEntityMetadata

Interfaces for updates on those parts of content metadata that change when the content is actually persisted by the repository manager.

Copyright (c) SAP AG 2002-2004


Method Summary
 void setEntityTag(String entityTag)
           
 void setLastModified(Date lastModified)
           
 boolean wasUpdated()
           
 
Methods inherited from interface com.sapportals.wcm.repository.IEntityMetadata
getEntityTag, getExpiryDate, getLanguage, getLastModified
 

Method Detail

setEntityTag

void setEntityTag(String entityTag)
                  throws ResourceException
Parameters:
entityTag - entity-tag (see RFC2616 , section 14.19).
Throws:
ResourceException - Exception raised in failure situation

setLastModified

void setLastModified(Date lastModified)
                     throws ResourceException
Parameters:
lastModified - last modified timestamp (see RFC2616 , section 14.29)
Throws:
ResourceException - Exception raised in failure situation

wasUpdated

boolean wasUpdated()
Returns:
whether the meta data was actually updated during the storage operation (create resource / update content).
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice