A C D E F G H I L N O R S U V W

A

add(CmsObject) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Add a CmsObject entry
add(Collection) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Add a collection of CmsObject entries
add(CmsObject) - Method in class org.apache.portals.graffito.services.search.SearchResults
 
add(int, CmsObject) - Method in class org.apache.portals.graffito.services.search.SearchResults
 
addAll(Collection) - Method in class org.apache.portals.graffito.services.search.SearchResults
 
addBetween(String, Object, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addContent(Content) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Adds a content to engine's persistent store.
addDocument(Document) - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Adds a document to engine's persistent store.
addEqualTo(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addFolder(Folder) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Adds a new folder to engine's persistent store.
addFullTextSearch(String) - Method in interface org.apache.portals.graffito.services.search.Filter
Search content based on a fullTextSearch.
addFullTextSearch(String, String) - Method in interface org.apache.portals.graffito.services.search.Filter
Search content based on a fullTextSearch.
addGreaterOrEqualThan(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addGreaterThan(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addIn(String, Collection) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addInHistory(String, VersionnedContent, VersionnedContent) - Method in interface org.apache.portals.graffito.services.core.ContentVersionService
Add a new version in the Document history
addIsNull(String) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addLessOrEqualThan(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addLike(Object, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addLink(Link) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Adds a Link to engine's persistent store.
addNotBetween(String, Object, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addNotEqualTo(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addNotLike(String, Object) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addNotNull(String) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addOrderByAscending(String) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addOrderByDescending(String) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addOrFilter(Filter) - Method in interface org.apache.portals.graffito.services.search.Filter
 
addServer(Server) - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Adds a new server to engine's persistent store.
addVersionnedContent(VersionnedContent) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Adds a versionned content to engine's persistent store.
ALL - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
All action authorized on a cms object

C

clone() - Method in interface org.apache.portals.graffito.model.core.VersionnedContent
 
clone() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
CmsIncorrectServerException - Exception in org.apache.portals.graffito.exception
Exception occurs when a Server is not correct to do a specific operation like register/unregister a server
CmsIncorrectServerException() - Constructor for exception org.apache.portals.graffito.exception.CmsIncorrectServerException
Default Constructor without information.
CmsIncorrectServerException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsIncorrectServerException
Constructor with message.
CmsIncorrectServerException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsIncorrectServerException
Constructor with throwable object.
CmsIncorrectServerException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsIncorrectServerException
Constructor with message and throwable object.
CmsInstantiateException - Exception in org.apache.portals.graffito.exception
Exception occurs when a CMS object cannot be instantiate
CmsInstantiateException() - Constructor for exception org.apache.portals.graffito.exception.CmsInstantiateException
Default Constructor without information.
CmsInstantiateException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsInstantiateException
Constructor with message.
CmsInstantiateException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInstantiateException
Constructor with throwable object.
CmsInstantiateException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInstantiateException
Constructor with message and throwable object.
CmsInvalidObjectException - Exception in org.apache.portals.graffito.exception
Exception occurs when a CmsObject is not valid
CmsInvalidObjectException() - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidObjectException
Default Constructor without information.
CmsInvalidObjectException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidObjectException
Constructor with message.
CmsInvalidObjectException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidObjectException
Constructor with throwable object.
CmsInvalidObjectException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidObjectException
Constructor with message and throwable object.
CmsInvalidUriException - Exception in org.apache.portals.graffito.exception
Exception occurs when a CmsObject is not valid
CmsInvalidUriException() - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidUriException
Default Constructor without information.
CmsInvalidUriException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidUriException
Constructor with message.
CmsInvalidUriException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidUriException
Constructor with throwable object.
CmsInvalidUriException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsInvalidUriException
Constructor with message and throwable object.
CmsNotUniqueException - Exception in org.apache.portals.graffito.exception
Exception occurs when a content model item is not unique.
CmsNotUniqueException() - Constructor for exception org.apache.portals.graffito.exception.CmsNotUniqueException
Default Constructor without information.
CmsNotUniqueException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsNotUniqueException
Constructor with message.
CmsNotUniqueException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsNotUniqueException
Constructor with throwable object.
CmsNotUniqueException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsNotUniqueException
Constructor with message and throwable object.
CmsObject - Interface in org.apache.portals.graffito.model.core
The CmsObject interface is the ancestor for all Cms objects present into the content tree (Document, folder, link, ...).
CmsPermission - Interface in org.apache.portals.graffito.model.permission
Permission apply to a cms object like view, update, delete, ...
CmsPermissionException - Exception in org.apache.portals.graffito.exception
Exception occurs when a permission check fails.
CmsPermissionException() - Constructor for exception org.apache.portals.graffito.exception.CmsPermissionException
Default Constructor without information.
CmsPermissionException(String) - Constructor for exception org.apache.portals.graffito.exception.CmsPermissionException
Constructor with message.
CmsPermissionException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsPermissionException
Constructor with throwable object.
CmsPermissionException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.CmsPermissionException
Constructor with message and throwable object.
CmsRequestContext - Interface in org.apache.portals.graffito.context
This class keeps information about the current cms request.
CmsRequestContextManager - Interface in org.apache.portals.graffito.context
This class manage all CmsRequestContext
Content - Interface in org.apache.portals.graffito.model.core
CMS Content interface.
ContentIndexService - Interface in org.apache.portals.graffito.services.search
Cms Index Service.
ContentManagementException - Exception in org.apache.portals.graffito.exception
Occurs when anything unexpected happens within a CMS Service or tools.
ContentManagementException() - Constructor for exception org.apache.portals.graffito.exception.ContentManagementException
Default Constructor without information.
ContentManagementException(String) - Constructor for exception org.apache.portals.graffito.exception.ContentManagementException
Constructor with message.
ContentManagementException(Throwable) - Constructor for exception org.apache.portals.graffito.exception.ContentManagementException
Constructor with throwable object.
ContentManagementException(String, Throwable) - Constructor for exception org.apache.portals.graffito.exception.ContentManagementException
Constructor with message and throwable object.
ContentModelService - Interface in org.apache.portals.graffito.services.core
CMS Model Service Interface
ContentPermissionService - Interface in org.apache.portals.graffito.services.core
Extends the Jetspeed 2 Permission manager in order to manager permission on cms objects
ContentSearchService - Interface in org.apache.portals.graffito.services.search
Cms Search Service.
ContentServerService - Interface in org.apache.portals.graffito.services.core
Content Server Interface
ContentVersionService - Interface in org.apache.portals.graffito.services.core
CMS Version Service Interface
createContent() - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new empty generic content object.
createContent(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new empty content object.
createDocument() - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Factory to create a new empty document object.
createFileSystemServer() - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Factory to create a new File System server reference object
createFolder() - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new Folder object.
createGraffitoServer() - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Factory to create a new Graffito server reference object
createLink() - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new Link object.
createMajorVersion(String) - Method in interface org.apache.portals.graffito.services.core.ContentVersionService
Create a new major versionned content.
createMinorVersion(String) - Method in interface org.apache.portals.graffito.services.core.ContentVersionService
Create a new minor versionned content.
createPermission(String, String) - Method in interface org.apache.portals.graffito.services.core.ContentPermissionService
Factory to create a new cms permission object.
createVersionnedContent() - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new empty generic versionned content object.
createVersionnedContent(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Factory to create a new empty versionned content object.
createWebdavServer() - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Factory to create a new WEBDAV server reference object

D

DELETE - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Delete a cms object
Document - Interface in org.apache.portals.graffito.model.dm
CMS Document interface.
DocumentModelService - Interface in org.apache.portals.graffito.services.dm
Document Model Service Interface
DocumentStream - Interface in org.apache.portals.graffito.model.dm
CMS content interface.

E

EDIT - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Edit a cms object

F

FileSystemServer - Interface in org.apache.portals.graffito.model.server
File System Server
Filter - Interface in org.apache.portals.graffito.services.search
Graffito Filter interface.
Folder - Interface in org.apache.portals.graffito.model.core
CMS Folder interface.

G

get(int) - Method in class org.apache.portals.graffito.services.search.SearchResults
 
getActions() - Method in interface org.apache.portals.graffito.model.permission.CmsPermission
Get the action allowed by this permission (view, delete, ...) "all" can be used to apply all permission on the cms object
getAlias() - Method in interface org.apache.portals.graffito.model.server.Server
 
getAllServers() - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Get all server references defined into the engine's persistence store.
getChildren(Folder) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get all folder children.
getChildren(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get all folder children (documents & folders).
getCmsObject(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a CmsObject from the engine's persistent store.
getContent(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a content from the engine's persistent store by uri.
getContentAsString() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
getContentByte() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
getContents() - Method in interface org.apache.portals.graffito.model.core.Folder
Get the folder contents.
getContents(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get all contents found in a parent uri.
getContentStream() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
getContentType() - Method in interface org.apache.portals.graffito.model.dm.Document
Get the content type of this document
getCreationDate() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get the document's creation date
getCurrentCmsRequestContext() - Method in interface org.apache.portals.graffito.context.CmsRequestContextManager
Get the CmsRequestContext assigned to the current Thread
getDatasource() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the datasource
getDbAlias() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the Db alias used to connect to the DB
getDescription() - Method in interface org.apache.portals.graffito.model.server.Server
 
getDocument(String) - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Get a document from the engine's persistent store by uri.
getDocument(String, String) - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Get a document from the engine's persistent store by uri.
getDocumentStream() - Method in interface org.apache.portals.graffito.model.dm.Document
Get the document stream
getDriver() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the jdbc driver
getEncoding() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
getFolder(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a folder from the engine's persistent store.
getFolders() - Method in interface org.apache.portals.graffito.model.core.Folder
Get the folder subfolders.
getFolders(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get all folders found in a parent uri.
getHistory(String) - Method in interface org.apache.portals.graffito.services.core.ContentVersionService
Get the last history element associated to an uri
getHistory(VersionnedContent) - Method in interface org.apache.portals.graffito.services.core.ContentVersionService
Get the history element associated to a specific versionned content
getIsoCode() - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
Get the isoCode
getJdbcLevel() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the JDBC level
getLastModified() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get the last modified date for this document
getLink(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a Link from the engine's persistent store.
getLinks(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get all links found in a parent uri.
getLogin() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the login
getLogin() - Method in interface org.apache.portals.graffito.model.server.WebdavServer
 
getName() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get the Name
getName() - Method in interface org.apache.portals.graffito.model.permission.CmsPermission
Get the permission name.
getParentFolder() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get the parent folder
getPassword() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the password
getPassword() - Method in interface org.apache.portals.graffito.model.server.WebdavServer
 
getPath() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Return the splitted uri
getPermissions(CmsObject) - Method in interface org.apache.portals.graffito.services.core.ContentPermissionService
Get all permissions defined for a cms objects
getPermissions(String) - Method in interface org.apache.portals.graffito.services.core.ContentPermissionService
Get all permissions defined for a cms objects
getPlateform() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the DB plateform name (MySql, Oracle, ...).
getPrevious() - Method in interface org.apache.portals.graffito.model.core.HistoryElement
Get the previous history element
getPrincipalFullPaths() - Method in interface org.apache.portals.graffito.model.permission.CmsPermission
Get all principals assigned to this permissions
getProperties() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get a collection of all non standard properties for this object
getProperty(String) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get a named property for this object
getProtocol() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the protocol
getResults() - Method in class org.apache.portals.graffito.services.search.SearchResults
 
getRoot() - Method in interface org.apache.portals.graffito.model.server.FileSystemServer
Returns the root path of the file system in the format of the file system's native operating system.
getScope() - Method in interface org.apache.portals.graffito.model.server.Server
The scope is the uri prefix assigned to this server (eg.
getScope() - Method in interface org.apache.portals.graffito.services.search.Filter
Get the filter scope.
getSearchField() - Method in interface org.apache.portals.graffito.services.search.Filter
 
getServer(String) - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Get a server reference from the engine's persistent store.
getSize() - Method in interface org.apache.portals.graffito.model.dm.Document
Get the size of the document
getStoreClassName() - Method in interface org.apache.portals.graffito.model.server.Server
 
getSubject() - Method in interface org.apache.portals.graffito.context.CmsRequestContext
Get the Subject associated to the request.
getSubProtocol() - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Get the subprotocol used to build the connection url
getTargetCmsObject() - Method in interface org.apache.portals.graffito.model.core.Link
Get the target cms object
getTitle() - Method in interface org.apache.portals.graffito.model.server.Server
 
getUri() - Method in interface org.apache.portals.graffito.model.core.CmsObject
Get the object's URI, a unique resource identifier
getUrl() - Method in interface org.apache.portals.graffito.model.server.WebdavServer
 
getVersionnedContent() - Method in interface org.apache.portals.graffito.model.core.HistoryElement
Gets the VersionnedContent associated to this history element
getVersionnedContent(String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a versionned content from the engine's persistent store by uri.
getVersionnedContent(String, String) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Get a versionned content from the engine's persistent store by uri.
getVersionNumber() - Method in interface org.apache.portals.graffito.model.core.VersionnedContent
Gets the version number
GraffitoServer - Interface in org.apache.portals.graffito.model.server
Graffito Server interface is the default content store for Graffito.
grantPermission(String, CmsPermission) - Method in interface org.apache.portals.graffito.services.core.ContentPermissionService
Grant a CmsPermission to a principal

H

HistoryElement - Interface in org.apache.portals.graffito.model.core
CMS History Element interface.

I

INSERT - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Insert a cms object
isApplyToChildren() - Method in interface org.apache.portals.graffito.model.permission.CmsPermission
Check if the permission is applying only on the document children (not on the subfolder)
isLastVersion() - Method in interface org.apache.portals.graffito.model.core.VersionnedContent
Check if the current document is the last version
isRecursive() - Method in interface org.apache.portals.graffito.model.permission.CmsPermission
Check if the permission is applying recursivly on all subfolder & content children
isSecureServer() - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Check if the server is protected (secure)
isUsingCurrentLogin() - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Check if the current login has to be used to connect to the server

L

Link - Interface in org.apache.portals.graffito.model.core
Cms link object.
LOCK - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Lock a cms object

N

newFilter() - Method in interface org.apache.portals.graffito.services.search.ContentSearchService
Create a new Filter

O

org.apache.portals.graffito.context - package org.apache.portals.graffito.context
 
org.apache.portals.graffito.exception - package org.apache.portals.graffito.exception
 
org.apache.portals.graffito.model.core - package org.apache.portals.graffito.model.core
 
org.apache.portals.graffito.model.dm - package org.apache.portals.graffito.model.dm
 
org.apache.portals.graffito.model.permission - package org.apache.portals.graffito.model.permission
 
org.apache.portals.graffito.model.server - package org.apache.portals.graffito.model.server
 
org.apache.portals.graffito.services.core - package org.apache.portals.graffito.services.core
 
org.apache.portals.graffito.services.dm - package org.apache.portals.graffito.services.dm
 
org.apache.portals.graffito.services.search - package org.apache.portals.graffito.services.search
 

R

remove(CmsObject) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Remove a CmsObject entry
remove(Collection) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Remove a collection of CmsObject entries
removeAll(String[]) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Remove many cms objects
removeContent(Content) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Remove a content from the engine's persistent store.
removeDocument(Document) - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Remove a document from the engine's persistent store.
removeFolder(Folder) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Remove a folder from the engine's persistent store.
removeLink(Link) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Remove a Link from the engine's persistent store.
removeServer(Server) - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Remove a server from the engine's persistent store.
removeVersionnedContent(VersionnedContent) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Remove a versionned content from the engine's persistent store.

S

searchCmsObjects(Filter) - Method in interface org.apache.portals.graffito.services.search.ContentSearchService
Search on CmsObjects
searchCmsObjects(Class, Filter) - Method in interface org.apache.portals.graffito.services.search.ContentSearchService
Search on CmsObjects
SearchResults - Class in org.apache.portals.graffito.services.search
Container for search result entries
SearchResults() - Constructor for class org.apache.portals.graffito.services.search.SearchResults
 
SearchResults(int) - Constructor for class org.apache.portals.graffito.services.search.SearchResults
 
Server - Interface in org.apache.portals.graffito.model.server
The Server interface is the ancestor for all kind of content servers (DB, Webdav, ...).
setAlias(String) - Method in interface org.apache.portals.graffito.model.server.Server
Set the server alias.
setContent(InputStream) - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
setContent(byte[]) - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
setContentType(String) - Method in interface org.apache.portals.graffito.model.dm.Document
Set the content type for this document
setCreationDate(Timestamp) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the creation date for this document
setCurrentCmsRequestContext(CmsRequestContext) - Method in interface org.apache.portals.graffito.context.CmsRequestContextManager
Set the CmsRequestContext to the current Thread
setDatasource(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the datasource
setDbAlias(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the Db alias used to connect to the DB
setDescription(String) - Method in interface org.apache.portals.graffito.model.server.Server
Set the description
setDocumentStream(DocumentStream) - Method in interface org.apache.portals.graffito.model.dm.Document
Set the document stream
setDriver(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the jdbc driver
setEncoding(String) - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
 
setIsoCode(String) - Method in interface org.apache.portals.graffito.model.dm.DocumentStream
Set the iso cocde
setJdbcLevel(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the jdbc level
setLastModified(Timestamp) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the last modified date for this document
setLastVersion(boolean) - Method in interface org.apache.portals.graffito.model.core.VersionnedContent
Makes the current document the last version for the associated uri
setLogin(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the login
setLogin(String) - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Set the login use to connect to the server
setName(String) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the value of Name
setParentFolder(Folder) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the parent folder
setPassword(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the password
setPassword(String) - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Set the password use to connect to the server
setPlateform(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the DB plateform name (MySql, Oracle, ...).
setPrevious(HistoryElement) - Method in interface org.apache.portals.graffito.model.core.HistoryElement
Set the previous history element
setProperties(Collection) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the properties
setProperty(String, String) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Sets a named property for this string
setProtocol(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the protocol.
setRoot(String) - Method in interface org.apache.portals.graffito.model.server.FileSystemServer
Sets the root path of the file system in the format of the file system's native operating system.
setScope(String) - Method in interface org.apache.portals.graffito.model.server.Server
Set the server scope
setScope(String) - Method in interface org.apache.portals.graffito.services.search.Filter
Set the filter scope.
setSecureServer(boolean) - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Set the secure server flag
setSize(long) - Method in interface org.apache.portals.graffito.model.dm.Document
Set the size of the document
setStoreClassName(String) - Method in interface org.apache.portals.graffito.model.server.Server
set the store class name.
setSubject(Subject) - Method in interface org.apache.portals.graffito.context.CmsRequestContext
Set the subject
setSubProtocol(String) - Method in interface org.apache.portals.graffito.model.server.GraffitoServer
Set the subprotocol used to build the connection url
setTargetCmsObject(CmsObject) - Method in interface org.apache.portals.graffito.model.core.Link
Set the link target
setTitle(String) - Method in interface org.apache.portals.graffito.model.server.Server
Set the server title
setUri(String) - Method in interface org.apache.portals.graffito.model.core.CmsObject
Set the object's URI, a unique resource identifier
setUrl(String) - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Set the webdav server url reference
setUseCurrentLogin(boolean) - Method in interface org.apache.portals.graffito.model.server.WebdavServer
Set the flag "current login"
setVersionnedContent(VersionnedContent) - Method in interface org.apache.portals.graffito.model.core.HistoryElement
Set the versionned content into this history element
setVersionNumber(String) - Method in interface org.apache.portals.graffito.model.core.VersionnedContent
Sets the version number
size() - Method in class org.apache.portals.graffito.services.search.SearchResults
 

U

UNLOCK - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Unlock a cms object
UPDATE - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
Update a cms object
update(CmsObject) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Update a CmsObject entry
update(Collection) - Method in interface org.apache.portals.graffito.services.search.ContentIndexService
Update a CmsObject entries
updateContent(Content) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Update a content in the engine's persistent store.
updateDocument(Document) - Method in interface org.apache.portals.graffito.services.dm.DocumentModelService
Update a document in the engine's persistent store.
updateFolder(Folder) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Update a folder in the engine's persistent store.
updateLink(Link) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Update a link in the engine's persistent store.
updateServer(Server) - Method in interface org.apache.portals.graffito.services.core.ContentServerService
Update a server reference into the engine's persistent store.
updateVersionnedContent(VersionnedContent) - Method in interface org.apache.portals.graffito.services.core.ContentModelService
Update a versionned content in the engine's persistent store.
URI_SEPARATOR - Static variable in interface org.apache.portals.graffito.model.core.CmsObject
URI Path Separator

V

VersionnedContent - Interface in org.apache.portals.graffito.model.core
CMS Content interface.
VIEW - Static variable in interface org.apache.portals.graffito.model.permission.CmsPermission
View a cms object

W

WebdavServer - Interface in org.apache.portals.graffito.model.server
This is the interface for a WEBDAV server reference.

A C D E F G H I L N O R S U V W

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