atg.repository
Interface MutableRepositoryItem

All Superinterfaces:
DisplayableItem, RepositoryItem
All Known Subinterfaces:
SecuredMutableRepositoryItem
All Known Implementing Classes:
GenericSecuredMutableContentItem, GenericSecuredMutableFolderItem, GenericSecuredMutableRepositoryItem, Profile, RepositoryItemImpl

public interface MutableRepositoryItem
extends RepositoryItem

RepositoryItem that can be updated.

See Also:
MutableRepository.getItemForUpdate

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 void setPropertyValue(java.lang.String pPropertyName, java.lang.Object pPropertyValue)
          Sets the property of the given name with the supplied object
 
Methods inherited from interface atg.repository.RepositoryItem
getContextMemberships, getItemDescriptor, getPropertyValue, getRepository, getRepositoryId, isTransient
 
Methods inherited from interface atg.repository.DisplayableItem
getItemDisplayName
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

setPropertyValue

void setPropertyValue(java.lang.String pPropertyName,
                      java.lang.Object pPropertyValue)
Sets the property of the given name with the supplied object