A B C D E F G H I J L M N O P R S T U V W

A

AbstractGraffitoStore - Class in org.apache.portals.graffito.store.impl
Abstract Content Store
AbstractGraffitoStore(Server, CmsAccessController) - Constructor for class org.apache.portals.graffito.store.impl.AbstractGraffitoStore
Constructor based on the a server object.
AbstractModelServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Astract class for all model service (ContentModelService, DocumentModelService, ...).
AbstractModelServiceImpl(ContentPersistenceService) - Constructor for class org.apache.portals.graffito.services.core.impl.AbstractModelServiceImpl
 
AbstractSecurityTestcase - Class in org.apache.portals.graffito.security.impl
 
AbstractSecurityTestcase() - Constructor for class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
Default constructor.
ACTIONS - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
List of all Graffito actions
add(Permission) - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionCollection
 
add(CmsObject) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
add(Collection) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
addBetween(String, Object, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addContent(Content) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
addDocument(Document) - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
addEqualTo(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addFolder(Folder) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
addFullTextSearch(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addFullTextSearch(String, String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addGreaterOrEqualThan(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addGreaterThan(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addIn(String, Collection) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addInHistory(String, VersionnedContent, VersionnedContent) - Method in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
addIsNull(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addIterator(Iterator) - Method in class org.apache.portals.graffito.persistence.impl.MultiStoreIterator
Add a new iterator in this multistore iterator
addLessOrEqualThan(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addLike(Object, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addLink(Link) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
addNotBetween(String, Object, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addNotEqualTo(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addNotLike(String, Object) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addNotNull(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addOrderByAscending(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addOrderByDescending(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addOrFilter(Filter) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
addServer(Server) - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
addVersionnedContent(VersionnedContent) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
afterStore(PersistenceBroker) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
afterStore(PersistenceBroker) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
 
alias - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 

B

BaseContentServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Base class for all High level Graffito services : Model, Query, security, Version, ...
BaseContentServiceImpl(ContentPersistenceService) - Constructor for class org.apache.portals.graffito.services.core.impl.BaseContentServiceImpl
Constructor : initialise with the persistenceService service

C

canRegisterServer(Server) - Method in interface org.apache.portals.graffito.persistence.ContentStoreService
Check if a new server can be registers
canRegisterServer(Server) - Method in class org.apache.portals.graffito.persistence.impl.ContentStoreServiceImpl
 
ch - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Default Credential Handler.
clone() - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
clone() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
This method can be used to duplicate a document in order to create a new document version.
clone() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
close() - Method in interface org.apache.portals.graffito.store.ContentStore
Close the connection to this store
close() - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
close() - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
CmsAccessController - Interface in org.apache.portals.graffito.security
This interface is used by the different Graffito services in order to control permission for CMS actions (edit document, view document, create folder, ...).
cmsAccessController - Variable in class org.apache.portals.graffito.store.impl.AbstractGraffitoStore
 
CmsAccessControllerImpl - Class in org.apache.portals.graffito.security.impl
Default implementation for CmsAccessController
CmsAccessControllerImpl(CmsRequestContextManager) - Constructor for class org.apache.portals.graffito.security.impl.CmsAccessControllerImpl
Instantiate a new CmsAccessController with a CmsRequestContextManager
CmsObjectImpl - Class in org.apache.portals.graffito.model.core.impl
CmsObjectImpl
CmsObjectImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
Constructor
CmsPermissionCollection - Class in org.apache.portals.graffito.model.permission.impl
 
CmsPermissionCollection() - Constructor for class org.apache.portals.graffito.model.permission.impl.CmsPermissionCollection
 
CmsPermissionImpl - Class in org.apache.portals.graffito.model.permission.impl
CMS Permissions
CmsPermissionImpl(String, String) - Constructor for class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
Constructor
CmsPermissionImpl(String, String, Collection) - Constructor for class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
Constructor
CmsRequestContextImpl - Class in org.apache.portals.graffito.context.impl
Default implementation for CmsRequestContext
CmsRequestContextImpl() - Constructor for class org.apache.portals.graffito.context.impl.CmsRequestContextImpl
 
CmsRequestContextManagerImpl - Class in org.apache.portals.graffito.context.impl
Default implementation for CmsRequestContextManager
CmsRequestContextManagerImpl() - Constructor for class org.apache.portals.graffito.context.impl.CmsRequestContextManagerImpl
 
compareTo(Object) - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
Compare 2 VersionContentImpl in function of their version number.
content - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
CONTENT - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Content Interface name - use to instantiate CmsOjbect
CONTENT_TEXT - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Content text document field name
CONTENT_TEXT - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
CONTENT_TYPE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Content type document field name
CONTENT_TYPE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
ContentImpl - Class in org.apache.portals.graffito.model.core.impl
Default implementation for Content
ContentImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.ContentImpl
 
ContentIndexServiceImpl - Class in org.apache.portals.graffito.services.search.impl
Default implementation for org.apache.portals.graffito.services.core.ContentIndexService
ContentIndexServiceImpl(ContentPersistenceService, String) - Constructor for class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Constructor - Initialise with the PersistenceService and the index root folder.
ContentModelServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Default implementation for ContentModelService.
ContentModelServiceImpl(ContentPersistenceService, ContentVersionService) - Constructor for class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
Constructor : initialise with the persistenceService service & the search service.
ContentPermissionServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Default implementation for ContentPermissionService
ContentPermissionServiceImpl() - Constructor for class org.apache.portals.graffito.services.core.impl.ContentPermissionServiceImpl
 
ContentPersistenceException - Exception in org.apache.portals.graffito.persistence
ContentPersistenceExcepton
ContentPersistenceException() - Constructor for exception org.apache.portals.graffito.persistence.ContentPersistenceException
Constructor
ContentPersistenceException(String) - Constructor for exception org.apache.portals.graffito.persistence.ContentPersistenceException
Constructor
ContentPersistenceException(Throwable) - Constructor for exception org.apache.portals.graffito.persistence.ContentPersistenceException
Constructor
ContentPersistenceException(String, Throwable) - Constructor for exception org.apache.portals.graffito.persistence.ContentPersistenceException
Contructor
ContentPersistenceService - Interface in org.apache.portals.graffito.persistence
Cms Persistence Service.
ContentPersistenceServiceImpl - Class in org.apache.portals.graffito.persistence.impl
Default implementation for org.apache.portals.graffito.persistenceService.ContentPersistenceService
ContentPersistenceServiceImpl(Server, ContentStoreService) - Constructor for class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
Constructor.
contents - Variable in class org.apache.portals.graffito.model.core.impl.FolderImpl
 
ContentSearchServiceImpl - Class in org.apache.portals.graffito.services.search.impl
 
ContentSearchServiceImpl(ContentPersistenceService, String) - Constructor for class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
Constructor
ContentServerServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Default implementation for ContentServerService
ContentServerServiceImpl(ContentPersistenceService) - Constructor for class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
Constructor
ContentStore - Interface in org.apache.portals.graffito.store
Graffito content store.
ContentStoreService - Interface in org.apache.portals.graffito.persistence
This service is managing all content store defined in Graffito.
ContentStoreServiceImpl - Class in org.apache.portals.graffito.persistence.impl
 
ContentStoreServiceImpl(CmsAccessController, OjbFactory) - Constructor for class org.apache.portals.graffito.persistence.impl.ContentStoreServiceImpl
Constructor
contentType - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
ContentVersionServiceImpl - Class in org.apache.portals.graffito.services.core.impl
Default implementation for ContentVersionService.
ContentVersionServiceImpl(ContentPersistenceService) - Constructor for class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
Constructor : initialise with the persistenceService service
contextManager - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
 
createContent() - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createContent(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createDocument() - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
createFileSystemServer() - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
createFolder() - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createGraffitoServer() - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
createLink() - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createMajorVersion(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
createMinorVersion(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
createObject(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Factory method to create cms objects.
createObject(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
createPermission(String, String) - Method in class org.apache.portals.graffito.services.core.impl.ContentPermissionServiceImpl
 
createVersionnedContent() - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createVersionnedContent(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
createWebdavServer() - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
CREATION_DATE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Creation date document field name
CREATION_DATE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
creationDate - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 

D

datasourceComponent - Variable in class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 
DatasourceEnabledSpringTestCase - Class in org.apache.portals.graffito.persistence.impl
DatasourceEnabledSpringTestCase.
DatasourceEnabledSpringTestCase() - Constructor for class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 
DefaultOjbFactory - Class in org.apache.portals.graffito.store.impl.ojb
Default implementation for OjbFactory.
DefaultOjbFactory() - Constructor for class org.apache.portals.graffito.store.impl.ojb.DefaultOjbFactory
 
delete(Object) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Delete any kind of object from a persistenceService store (CmsObject, Server, ...) .
delete(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Delete a CmsObject
delete(Object) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
delete(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
delete(Object) - Method in interface org.apache.portals.graffito.store.ContentStore
Delete any kind of object (CmsObject, Server, HistoryElement, ...)
delete(Object) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
delete(Object) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
deleteAll(Class, Filter) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Delete several objects from a persistenceService store.
deleteAll(Class, Filter) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
deleteAll(Class, Filter) - Method in interface org.apache.portals.graffito.store.ContentStore
Delete all object matching to a query
deleteAll(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
deleteAll(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
description - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
DESCRIPTION_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
destroyUser() - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
Detroy the user test object
DOCUMENT - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Content Interface name - use to instantiate CmsOjbect
DocumentImpl - Class in org.apache.portals.graffito.model.dm.impl
CMS VersionnedDocument implementation.
DocumentImpl() - Constructor for class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
DocumentModelServiceImpl - Class in org.apache.portals.graffito.services.dm.impl
Default implementation for DocumentModelService.
DocumentModelServiceImpl(ContentPersistenceService, ContentVersionService) - Constructor for class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
Constructor : initialise with the persistenceService service & the search service.
documentStream - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
documentStreamId - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
documentStreamId - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
DocumentStreamImpl - Class in org.apache.portals.graffito.model.dm.impl
CMS Version implementation.
DocumentStreamImpl() - Constructor for class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 

E

elements() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionCollection
 
EmptyCmsAccessControllerImpl - Class in org.apache.portals.graffito.security.impl
Implementation for CmsAccessController when permission check are not necessary
EmptyCmsAccessControllerImpl() - Constructor for class org.apache.portals.graffito.security.impl.EmptyCmsAccessControllerImpl
 
encoding - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
equals(Object) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
equals(Object) - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
equals(Object) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 

F

FILE_SYSTEM_SERVER - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
File System Store Interface name - use to instantiate FileSystem Server reference
FileSystemContentStore - Class in org.apache.portals.graffito.store.impl.fs
File System Content Store
FileSystemContentStore(Server, CmsAccessController) - Constructor for class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
Constructor based on the a server object.
FileSystemServerImpl - Class in org.apache.portals.graffito.model.server.impl
File System Server
FileSystemServerImpl() - Constructor for class org.apache.portals.graffito.model.server.impl.FileSystemServerImpl
 
FilterImpl - Class in org.apache.portals.graffito.services.search.impl
Wraps an org.apache.ojb.broker.query.Criteria object to provide the required functionallity for implementing Filter interface.
FilterImpl() - Constructor for class org.apache.portals.graffito.services.search.impl.FilterImpl
 
FOLDER - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Folder Interface name - use to instantiate CmsOjbect
FolderImpl - Class in org.apache.portals.graffito.model.core.impl
CMS FolderImpl implementation
FolderImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.FolderImpl
 
folders - Variable in class org.apache.portals.graffito.model.core.impl.FolderImpl
 

G

getActions() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
getAlias() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getAllServers() - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
getChildren(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get all cms objects (documents & folders) found in an parent uri.
getChildren(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getChildren(Folder) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getChildren(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getChildren(String) - Method in interface org.apache.portals.graffito.store.ContentStore
Get cms object childen found in a folder.
getChildren(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getChildren(String) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getCmsClass() - Method in class org.apache.portals.graffito.model.core.impl.SysCmsClass
 
getCmsClassId() - Method in class org.apache.portals.graffito.model.core.impl.SysCmsClass
 
getCmsObject(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a cms object from the persistent store depending on an uri.
getCmsObject(String, String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a cms object from the persistent store depending on an uri and a version number.
getCmsObject(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getCmsObject(String, String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getCmsObject(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getCmsObject(String) - Method in interface org.apache.portals.graffito.store.ContentStore
Get a cms object
getCmsObject(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getCmsObject(String) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getCollectionByQuery(Class, Filter) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a collection of objects (CmsObject, Server, HistoryElement, ...) from the persistenceService store.
getCollectionByQuery(Class, Filter) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getCollectionByQuery(Class, Filter) - Method in interface org.apache.portals.graffito.store.ContentStore
Get collection of object matching to a query
getCollectionByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getCollectionByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getConfigurations() - Method in class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 
getConfigurations() - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
 
getContent(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getContentAsString() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getContentByte() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getContents() - Method in class org.apache.portals.graffito.model.core.impl.FolderImpl
 
getContents(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get contents found in a parent uri.
getContents(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getContents(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getContents(String) - Method in interface org.apache.portals.graffito.store.ContentStore
Get contents found in a parent folder.
getContents(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getContents(String) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getContentStream() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getContentType() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
getCreationDate() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getCriteria() - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
getCurrentCmsRequestContext() - Method in class org.apache.portals.graffito.context.impl.CmsRequestContextManagerImpl
 
getDatasource() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getDbAlias() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getDescription() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getDocument(String) - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
getDocument(String, String) - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
getDocuments(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getDocumentStream() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
getDocumentStreamId() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
getDocumentStreamId() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getDriver() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getEncoding() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getFolder(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getFolders() - Method in class org.apache.portals.graffito.model.core.impl.FolderImpl
 
getFolders(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get folders found in a parent uri.
getFolders(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getFolders(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getFolders(String) - Method in interface org.apache.portals.graffito.store.ContentStore
Get folders found in a parent folder.
getFolders(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getFolders(String) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getFullTextSearch() - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
getGraffitoMasterStore() - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a persistenceService store associated to a scope.
getGraffitoMasterStore() - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getHistory(VersionnedContent) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get the version history element defined from a versionned content.
getHistory(VersionnedContent) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getHistory(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
getHistory(VersionnedContent) - Method in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
getHistory(VersionnedContent) - Method in interface org.apache.portals.graffito.store.ContentStore
Get the version history element defined from a content.
getHistory(VersionnedContent) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getHistory(VersionnedContent) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getId() - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
getIsoCode() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
getIteratorByQuery(Class, Filter) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get an iterator of objects (CmsObject, Server, HistoryElement, ...) from the persistenceService store.
getIteratorByQuery(Class, Filter) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getIteratorByQuery(Class, Filter) - Method in interface org.apache.portals.graffito.store.ContentStore
Get an iterator of object matching to a query
getIteratorByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getIteratorByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getJdbcLevel() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getLastModified() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getLink(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getLinks(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get links found in a parent uri.
getLinks(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getLinks(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getLinks(String) - Method in interface org.apache.portals.graffito.store.ContentStore
Get links found in a parent folder.
getLinks(String) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getLinks(String) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getLogin() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getLogin() - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
getName() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getName() - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
getObjectbyQuery(Class, Filter) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a cms related object from the persistent store (can be a document, a folder or Server, ...).
getObjectbyQuery(Class, Filter) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getObjectByQuery(Class, Filter) - Method in interface org.apache.portals.graffito.store.ContentStore
Get an object matching to a query
getObjectByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getObjectByQuery(Class, Filter) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getObjectId() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getObjectId() - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
getParentFolder() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getParentId() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getPassword() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getPassword() - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
getPath() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getPermissions(CmsObject) - Method in class org.apache.portals.graffito.services.core.impl.ContentPermissionServiceImpl
 
getPermissions(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentPermissionServiceImpl
 
getPersistenceBroker(PBKey, boolean, boolean) - Method in class org.apache.portals.graffito.store.impl.ojb.DefaultOjbFactory
 
getPersistenceBroker(PBKey, boolean) - Method in class org.apache.portals.graffito.store.impl.ojb.DefaultOjbFactory
 
getPersistenceBroker(PBKey, boolean) - Method in interface org.apache.portals.graffito.store.impl.ojb.OjbFactory
Get an OJB PersistenceBroker for the given PBKey.
getPersistenceBroker(PBKey, boolean, boolean) - Method in interface org.apache.portals.graffito.store.impl.ojb.OjbFactory
Get an OJB PersistenceBroker for the given PBKey.
getPersistenceBroker(PBKey, boolean) - Method in class org.apache.portals.graffito.store.impl.ojb.SpringOjbFactory
 
getPersistenceBroker(PBKey, boolean, boolean) - Method in class org.apache.portals.graffito.store.impl.ojb.SpringOjbFactory
 
getPersistenceService() - Method in class org.apache.portals.graffito.services.core.impl.BaseContentServiceImpl
Get the persistenceService service
getPlateform() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getPrevious() - Method in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
getPrincipalFullPaths() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
Get the principal full paths associated to this permission
getPrincipals(Subject, Class) - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
Returns subject's principals of type claz
getProperties() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getProperties() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
getProperty(String) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getProtocol() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getRoot() - Method in class org.apache.portals.graffito.model.server.impl.FileSystemServerImpl
 
getScope() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getScope() - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
getScope() - Method in interface org.apache.portals.graffito.store.ContentStore
Get the content store scope
getScope() - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
getScope() - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
getSearchField() - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
getServer(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a server reference based on the scope
getServer(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getServer(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
getServerId() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getServers(boolean) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get all registered servers
getServers(boolean) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getSize() - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
getStore(String) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Get a content store associated to a scope.
getStore(String) - Method in interface org.apache.portals.graffito.persistence.ContentStoreService
Return the store associated to a server alias
getStore(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
getStore(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentStoreServiceImpl
 
getStoreClassName() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getSubject() - Method in class org.apache.portals.graffito.context.impl.CmsRequestContextImpl
 
getSubProtocol() - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
getTargetCmsObject() - Method in class org.apache.portals.graffito.model.core.impl.LinkImpl
 
getTargetCmsObjectId() - Method in class org.apache.portals.graffito.model.core.impl.LinkImpl
Get the target cms object id
getTitle() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
getUri() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
getUrl() - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
getValue() - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
getVersionnedContent() - Method in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
getVersionnedContent(String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getVersionnedContent(String, String) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
getVersionNumber() - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
gms - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
The group manager.
GRAFFITO_SERVER - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Graffito Store Interface name - use to instantiate GraffitoServer reference
GraffitoAction - Class in org.apache.portals.graffito.security.impl
This class match to an action to executed on a cms object
GraffitoAction(String, String) - Constructor for class org.apache.portals.graffito.security.impl.GraffitoAction
GraffitoAction constructor
GraffitoOJBStore - Class in org.apache.portals.graffito.store.impl.ojb
Implementation for an OJB (Persistence Broker) Store
GraffitoOJBStore(Server, CmsAccessController) - Constructor for class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
Constructor based on the a server object.
GraffitoServerImpl - Class in org.apache.portals.graffito.model.server.impl
Implementation of GraffitoServer
GraffitoServerImpl() - Constructor for class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
grantPermission(String, CmsPermission) - Method in class org.apache.portals.graffito.services.core.impl.ContentPermissionServiceImpl
 
gsh - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Default Group Security Handler.

H

hashCode() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
hasNext() - Method in class org.apache.portals.graffito.persistence.impl.MultiStoreIterator
 
hasNext() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureIterator
 
hasPermission(Object, String) - Method in interface org.apache.portals.graffito.security.CmsAccessController
check if the Subject can do specific actions on the a cms object
hasPermission(String, String) - Method in interface org.apache.portals.graffito.security.CmsAccessController
Check permission for an cms object
hasPermission(Object, String) - Method in class org.apache.portals.graffito.security.impl.CmsAccessControllerImpl
 
hasPermission(String, String) - Method in class org.apache.portals.graffito.security.impl.CmsAccessControllerImpl
 
hasPermission(Object, String) - Method in class org.apache.portals.graffito.security.impl.EmptyCmsAccessControllerImpl
 
hasPermission(String, String) - Method in class org.apache.portals.graffito.security.impl.EmptyCmsAccessControllerImpl
 
historyElementId - Variable in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
HistoryElementImpl - Class in org.apache.portals.graffito.model.core.impl
CMS History implementation.
HistoryElementImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
HISTPORY - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Hisotry Interface name - use to instantiate a version history element

I

id - Variable in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
implies(Permission) - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionCollection
 
implies(Permission) - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
Checks if this FolderPermission object "implies" the specified permission.
INDEX_ALL - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_DELETE - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_EDIT - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_INSERT - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_LOCK - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_UNLOCK - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_UPDATE - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
INDEX_VIEW - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
initUser() - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
Initialize user test object.
insert(Object) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Insert any kind of object (CmsObject, Server, HistoryElement, ...)
insert(Object) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
insert(Object) - Method in interface org.apache.portals.graffito.store.ContentStore
Insert a new object in the content store
insert(Object) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
insert(Object) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
insertHistoryElement(HistoryElement) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Add a new history element
insertHistoryElement(HistoryElement) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
insertHistoryElement(HistoryElement) - Method in interface org.apache.portals.graffito.store.ContentStore
Add a new history element
insertHistoryElement(HistoryElement) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
insertHistoryElement(HistoryElement) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
isApplyToChildren() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
isClosed() - Method in interface org.apache.portals.graffito.store.ContentStore
Check if the connection to this store is closed
isClosed() - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
isClosed() - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
isLastVersion - Variable in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
isLastVersion() - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
isoCode - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
isRecursive() - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
isSecureServer() - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
isUsingCurrentLogin() - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 

J

jndi - Variable in class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 

L

LANGUAGE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Language document field name
LANGUAGE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
LAST_MODIFIED_DATE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Last modified document field name
LAST_MODIFIED_DATE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
lastModified - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
LINK - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Link Interface name - use to instantiate CmsOjbect
LinkImpl - Class in org.apache.portals.graffito.model.core.impl
CMS LinkImpl implementation
LinkImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.LinkImpl
 
log - Static variable in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
log - Static variable in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
log - Static variable in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
log - Static variable in class org.apache.portals.graffito.store.impl.AbstractGraffitoStore
 
logger - Static variable in class org.apache.portals.graffito.services.core.impl.AbstractModelServiceImpl
 
logger - Static variable in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
logger - Static variable in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
logger - Static variable in class org.apache.portals.graffito.services.core.impl.ContentVersionServiceImpl
 
logger - Static variable in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
loginContext - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
 

M

mask - Variable in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
Mask used for determining what action to perform
MASK_ALL - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_DELETE - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_EDIT - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_INSERT - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_LOCK - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_UNLOCK - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_UPDATE - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MASK_VIEW - Static variable in class org.apache.portals.graffito.security.impl.GraffitoAction
 
MultiStoreIterator - Class in org.apache.portals.graffito.persistence.impl
This iterator is used by the persistenceService service in order to group together query iterators made on different stores.
MultiStoreIterator() - Constructor for class org.apache.portals.graffito.persistence.impl.MultiStoreIterator
 

N

name - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
name - Variable in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
NAME_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Name document field name
NAME_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
newFilter() - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Instantiate a new filter object.
newFilter() - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
newFilter() - Method in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
newFilter() - Method in interface org.apache.portals.graffito.store.ContentStore
Instantiate a new empty filter object
newFilter() - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
newFilter() - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
newStore(Server) - Method in interface org.apache.portals.graffito.persistence.ContentStoreService
Plug a new ContentStorein function of a server reference into Graffito
newStore(Server) - Method in class org.apache.portals.graffito.persistence.impl.ContentStoreServiceImpl
 
next() - Method in class org.apache.portals.graffito.persistence.impl.MultiStoreIterator
 
next() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureIterator
 
NO_VERSION - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 

O

objectId - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
objectId - Variable in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
ojbAdd(Object) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
ojbAdd(Object) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
 
ojbAddAll(ManageableCollection) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
ojbAddAll(ManageableCollection) - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
 
OjbCmsPropertyCollection - Class in org.apache.portals.graffito.store.impl.ojb
This class is used by GraffitoOJBStore (ojb implementation) in order to store CmsObject properties in a Map.
OjbCmsPropertyCollection() - Constructor for class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
ojbConcreteClass - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
Special attribute telling OJB the object's concrete type.
ojbFactory - Variable in class org.apache.portals.graffito.persistence.impl.PersistenceSupportedTestCase
 
OjbFactory - Interface in org.apache.portals.graffito.store.impl.ojb
Interface featuring methods for OJB PersistenceBroker handling, allowing for reuse of PersistenceBroker instances within transactions.
ojbIterator() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbCmsPropertyCollection
 
ojbIterator() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
 
OjbSecureArrayList - Class in org.apache.portals.graffito.store.impl.ojb
This class is used by GraffitoOJBStore (ojb implementation) in order to filter objects in function of the permission setting.
OjbSecureArrayList() - Constructor for class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
 
OjbSecureIterator - Class in org.apache.portals.graffito.store.impl.ojb
This class is used by the GraffitoOJBStore in order to check permission when during interation on a cms object set
OjbSecureIterator(Iterator) - Constructor for class org.apache.portals.graffito.store.impl.ojb.OjbSecureIterator
Constructor
org.apache.portals.graffito.context.impl - package org.apache.portals.graffito.context.impl
 
org.apache.portals.graffito.model.core.impl - package org.apache.portals.graffito.model.core.impl
 
org.apache.portals.graffito.model.dm.impl - package org.apache.portals.graffito.model.dm.impl
 
org.apache.portals.graffito.model.permission.impl - package org.apache.portals.graffito.model.permission.impl
 
org.apache.portals.graffito.model.server.impl - package org.apache.portals.graffito.model.server.impl
 
org.apache.portals.graffito.persistence - package org.apache.portals.graffito.persistence
 
org.apache.portals.graffito.persistence.impl - package org.apache.portals.graffito.persistence.impl
 
org.apache.portals.graffito.security - package org.apache.portals.graffito.security
 
org.apache.portals.graffito.security.impl - package org.apache.portals.graffito.security.impl
 
org.apache.portals.graffito.services.core.impl - package org.apache.portals.graffito.services.core.impl
 
org.apache.portals.graffito.services.dm.impl - package org.apache.portals.graffito.services.dm.impl
 
org.apache.portals.graffito.services.search.impl - package org.apache.portals.graffito.services.search.impl
 
org.apache.portals.graffito.store - package org.apache.portals.graffito.store
 
org.apache.portals.graffito.store.impl - package org.apache.portals.graffito.store.impl
 
org.apache.portals.graffito.store.impl.fs - package org.apache.portals.graffito.store.impl.fs
 
org.apache.portals.graffito.store.impl.ojb - package org.apache.portals.graffito.store.impl.ojb
 
OWNER_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Owner document field name
OWNER_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 

P

parentFolder - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
parentId - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
parseActions(String) - Method in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
 
persistenceService - Variable in class org.apache.portals.graffito.persistence.impl.PersistenceSupportedTestCase
 
persistenceService - Variable in class org.apache.portals.graffito.services.core.impl.BaseContentServiceImpl
 
persistenceStore - Variable in class org.apache.portals.graffito.persistence.impl.PersistenceSupportedTestCase
 
PersistenceSupportedTestCase - Class in org.apache.portals.graffito.persistence.impl
This is the ancester class for all unit test which need a Persistence Service reference
PersistenceSupportedTestCase() - Constructor for class org.apache.portals.graffito.persistence.impl.PersistenceSupportedTestCase
 
pms - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
The permission manager.
previousId - Variable in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
principalFullPaths - Variable in class org.apache.portals.graffito.model.permission.impl.CmsPermissionImpl
The full path associated to the principals
properties - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
PropertyImpl - Class in org.apache.portals.graffito.model.core.impl
CmsObject property
PropertyImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.PropertyImpl
 

R

registerServer(Server) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Add a new Server reference into the content tree.
registerServer(Server) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
remove() - Method in class org.apache.portals.graffito.persistence.impl.MultiStoreIterator
 
remove(CmsObject) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
remove(Collection) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
remove() - Method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureIterator
 
removeAll(String[]) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
removeContent(Content) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
removeDocument(Document) - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
removeFolder(Folder) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
removeLink(Link) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
removeServer(Server) - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
removeStore(String) - Method in interface org.apache.portals.graffito.persistence.ContentStoreService
Unplug a ContentStore from the Graffito engine
removeStore(String) - Method in class org.apache.portals.graffito.persistence.impl.ContentStoreServiceImpl
 
removeVersionnedContent(VersionnedContent) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
REVISION_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Revision document field name
REVISION_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
rms - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
The role manager.
rsh - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Default Role Security Handler.
run() - Method in class org.apache.portals.graffito.security.impl.GraffitoAction
 

S

scope - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
scope - Variable in class org.apache.portals.graffito.store.impl.AbstractGraffitoStore
Server scope associated to this content store
searchCmsObjects(Filter) - Method in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
searchCmsObjects(Class, Filter) - Method in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
securityAccess - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Common Queries.
securityProvider - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
The security provider.
serverId - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
ServerImpl - Class in org.apache.portals.graffito.model.server.impl
Implementation of Server
ServerImpl() - Constructor for class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setAlias(String) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setCmsAccessController(CmsAccessController) - Static method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureArrayList
Initialise the CmsAccessController
setCmsAccessController(CmsAccessController) - Static method in class org.apache.portals.graffito.store.impl.ojb.OjbSecureIterator
Initialise the CmsAccessController
setCmsClass(String) - Method in class org.apache.portals.graffito.model.core.impl.SysCmsClass
 
setCmsClassId(String) - Method in class org.apache.portals.graffito.model.core.impl.SysCmsClass
 
setContent(InputStream) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
setContent(byte[]) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
setContentType(String) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
setCreationDate(Timestamp) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setCurrentCmsRequestContext(CmsRequestContext) - Method in class org.apache.portals.graffito.context.impl.CmsRequestContextManagerImpl
 
setDatasource(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setDbAlias(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setDescription(String) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setDocumentStream(DocumentStream) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
setDocumentStreamId(Long) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
setDocumentStreamId(Long) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
setDriver(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setEncoding(String) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
setId(Long) - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
setIsoCode(String) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentStreamImpl
 
setJdbcLevel(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setLastModified(Timestamp) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setLastVersion(boolean) - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
setLogin(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setLogin(String) - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
setName(String) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setName(String) - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
setObjectId(Long) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setObjectId(Long) - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
setOjbFactory(OjbFactory) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
Initialise the Ojb factory to use with this PB content store.
setParentFolder(Folder) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setParentId(Long) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setPassword(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setPassword(String) - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
setPlateform(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setPrevious(HistoryElement) - Method in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
setProperties(Collection) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setProperty(String, String) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setProtocol(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setRoot(String) - Method in class org.apache.portals.graffito.model.server.impl.FileSystemServerImpl
 
setScope(String) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setScope(String) - Method in class org.apache.portals.graffito.services.search.impl.FilterImpl
 
setSecureServer(boolean) - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
setServerId(int) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
Set the server ID
setSize(long) - Method in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
setStoreClassName(String) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setSubject(Subject) - Method in class org.apache.portals.graffito.context.impl.CmsRequestContextImpl
 
setSubProtocol(String) - Method in class org.apache.portals.graffito.model.server.impl.GraffitoServerImpl
 
setTargetCmsObject(CmsObject) - Method in class org.apache.portals.graffito.model.core.impl.LinkImpl
 
setTargetCmsObjectId(Long) - Method in class org.apache.portals.graffito.model.core.impl.LinkImpl
Set the target cms object id
setTitle(String) - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
setUp() - Method in class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 
setUp() - Method in class org.apache.portals.graffito.persistence.impl.PersistenceSupportedTestCase
 
setUp() - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
 
setUri(String) - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
setUrl(String) - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
setUseCurrentLogin(boolean) - Method in class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 
setValue(String) - Method in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
setVersionnedContent(VersionnedContent) - Method in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
setVersionNumber(String) - Method in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 
size - Variable in class org.apache.portals.graffito.model.dm.impl.DocumentImpl
 
SIZE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
Size document field name
SIZE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
smh - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Default Security Mapping Handler.
SpringOjbFactory - Class in org.apache.portals.graffito.store.impl.ojb
Spring implementation for the OJB factory.
SpringOjbFactory() - Constructor for class org.apache.portals.graffito.store.impl.ojb.SpringOjbFactory
 
storeClassName - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
SysCmsClass - Class in org.apache.portals.graffito.model.core.impl
CmsObjectImpl
SysCmsClass() - Constructor for class org.apache.portals.graffito.model.core.impl.SysCmsClass
 

T

tearDown() - Method in class org.apache.portals.graffito.persistence.impl.DatasourceEnabledSpringTestCase
 
tearDown() - Method in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
 
title - Variable in class org.apache.portals.graffito.model.server.impl.ServerImpl
 
TITLE_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
toString() - Method in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
toString() - Method in class org.apache.portals.graffito.model.server.impl.ServerImpl
 

U

ums - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
The user manager.
unRegisterServer(Server) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Drop a server from the content tree
unRegisterServer(Server) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
update(Object) - Method in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Update any kind of object (CmsObject, Server, HistoryElement, ...)
update(Object) - Method in class org.apache.portals.graffito.persistence.impl.ContentPersistenceServiceImpl
 
update(CmsObject) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
update(Collection) - Method in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
 
update(Object) - Method in interface org.apache.portals.graffito.store.ContentStore
Update a new object in the content store
update(Object) - Method in class org.apache.portals.graffito.store.impl.fs.FileSystemContentStore
 
update(Object) - Method in class org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore
 
updateContent(Content) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
updateDocument(Document) - Method in class org.apache.portals.graffito.services.dm.impl.DocumentModelServiceImpl
 
updateFolder(Folder) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
updateLink(Link) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
updateServer(Server) - Method in class org.apache.portals.graffito.services.core.impl.ContentServerServiceImpl
 
updateVersionnedContent(VersionnedContent) - Method in class org.apache.portals.graffito.services.core.impl.ContentModelServiceImpl
 
uri - Variable in class org.apache.portals.graffito.model.core.impl.CmsObjectImpl
 
URI_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentIndexServiceImpl
URI document field name
URI_FIELD - Static variable in class org.apache.portals.graffito.services.search.impl.ContentSearchServiceImpl
 
ush - Variable in class org.apache.portals.graffito.security.impl.AbstractSecurityTestcase
SPI Default User Security Handler.

V

validateParentFolder(CmsObject) - Method in class org.apache.portals.graffito.services.core.impl.AbstractModelServiceImpl
Check if the cms object parent folder is correct
validateParentFolder(CmsObject) - Method in class org.apache.portals.graffito.services.core.impl.BaseContentServiceImpl
Check if the cms object parent folder is correct
validateUri(String) - Method in class org.apache.portals.graffito.services.core.impl.AbstractModelServiceImpl
Check if the cms object uri is correct
validateUri(String) - Method in class org.apache.portals.graffito.services.core.impl.BaseContentServiceImpl
Check if the cms object uri is correct
value - Variable in class org.apache.portals.graffito.model.core.impl.PropertyImpl
 
VERSIONNED_CONTENT - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Content Interface name - use to instantiate CmsOjbect
versionnedContentId - Variable in class org.apache.portals.graffito.model.core.impl.HistoryElementImpl
 
VersionnedContentImpl - Class in org.apache.portals.graffito.model.core.impl
CmsObjectImpl
VersionnedContentImpl() - Constructor for class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
Constructor
versionNumber - Variable in class org.apache.portals.graffito.model.core.impl.VersionnedContentImpl
 

W

WEBDAV_SERVER - Static variable in interface org.apache.portals.graffito.persistence.ContentPersistenceService
Webdav Server Interface name - use to instantiate Webdav server reference
WebdavServerImpl - Class in org.apache.portals.graffito.model.server.impl
Implementation of WebdavServer
WebdavServerImpl() - Constructor for class org.apache.portals.graffito.model.server.impl.WebdavServerImpl
 

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.