atg.repository
Interface SecuredMutableRepository

All Superinterfaces:
MutableRepository, Repository, RepositoryViewContainer, SecuredRepository
All Known Implementing Classes:
GenericSecuredMutableContentRepository, GenericSecuredMutableRepository

public interface SecuredMutableRepository
extends SecuredRepository, MutableRepository

An extension of the Repository interface that adds security features.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 
Methods inherited from interface atg.repository.SecuredRepository
getSecurityConfiguration, getSecurityPolicy
 
Methods inherited from interface atg.repository.Repository
getDefaultViewName, getItem, getItem, getItemDescriptor, getItemDescriptor, getItemDescriptorNames, getItems, getItems, getRepositoryName, getView, getView, getViewNames
 
Methods inherited from interface atg.repository.MutableRepository
addItem, addItem, createItem, createItem, getItemForUpdate, getItemForUpdate, getItemsForUpdate, getItemsForUpdate, removeItem, removeItem, updateItem
 
Methods inherited from interface atg.repository.Repository
getDefaultViewName, getItem, getItem, getItemDescriptor, getItemDescriptor, getItemDescriptorNames, getItems, getItems, getRepositoryName, getView, getView, getViewNames
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values