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

R

RATING_SERVICE - Static variable in interface com.sapportals.wcm.IWcmConst
identifier for rating service
RE - class com.sapportals.wcm.util.regex.re.RE.
RE is an efficient, lightweight regular expression evaluator/matcher class.
RE(String) - Constructor for class com.sapportals.wcm.util.regex.re.RE
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(String, int) - Constructor for class com.sapportals.wcm.util.regex.re.RE
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(REProgram, int) - Constructor for class com.sapportals.wcm.util.regex.re.RE
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE(REProgram) - Constructor for class com.sapportals.wcm.util.regex.re.RE
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
RE() - Constructor for class com.sapportals.wcm.util.regex.re.RE
Constructs a regular expression matcher with no initial program.
READ - Static variable in class com.sap.ip.collaboration.gw.api.enum.TransportType
Read transport
READ - Static variable in class com.sap.netweaver.bc.rf.common.lock.LockKindType
 
READ - Static variable in class com.sapportals.wcm.repository.enum.LockType
 
READONLY - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyName
Property describing whether or not the resource is read only
READONLY_BIT_MASK - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyFlags
Bit mask for the internal system attribute named "read only".
READ_COMMITTED - Static variable in class com.sap.netweaver.bc.rf.common.transaction.IsolationLevel
 
READ_UNCOMMITTED - Static variable in class com.sap.netweaver.bc.rf.common.transaction.IsolationLevel
 
REASON_APPROVED - Static variable in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementItemProducer
 
REASON_DELETED - Static variable in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementItemProducer
 
REASON_DISABLED - Static variable in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementItemProducer
 
REASON_IN_PROGRESS - Static variable in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementItemProducer
 
RECURRING - Static variable in class com.sap.ip.collaboration.gw.api.enum.recurrence.RecurrenceStatusType
Read transport
RECompiler - class com.sapportals.wcm.util.regex.re.RECompiler.
A regular expression compiler class.
RECompiler() - Constructor for class com.sapportals.wcm.util.regex.re.RECompiler
Constructor.
REDebugCompiler - class com.sapportals.wcm.util.regex.re.REDebugCompiler.
A subclass of RECompiler which can dump a regular expression program for debugging purposes.
REDebugCompiler() - Constructor for class com.sapportals.wcm.util.regex.re.REDebugCompiler
 
REFERENCE - Static variable in class com.sap.netweaver.coll.shared.api.extension.IParameterValue.Type
 
REGEXP - Static variable in class com.sapportals.wcm.repository.enum.Operator
 
REINDEXING - Static variable in class com.sapportals.wcm.service.indexmanagement.AbstractIndex.IndexingState
 
RELATION_SERVICE - Static variable in interface com.sapportals.wcm.service.IServiceTypesConst
identifier for Relation-Service
RELATION_SERVICE - Static variable in interface com.sapportals.wcm.service.relation.IRelationService
 
REMOVE - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyUpdateType
 
REMOVED_ROOMROLE_FROM_ROOM - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
REMOVED_USERS_FROM_ROOMROLES - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
REMOVE_ROOMPART - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
a room part was removed from a room
RENAME - Static variable in class com.sap.netweaver.bc.rf.common.namespace.SupportedOption
Repository manager supports renaming resources
RENAME - Static variable in class com.sap.netweaver.bc.rf.mi.AbstractManager.ResourceEventType
 
RENAME - Static variable in class com.sapportals.wcm.repository.enum.SupportedOption
Repository manager supports renaming resources
RENAME - Static variable in class com.sapportals.wcm.repository.manager.ResourceEvent
signals a NamespaceManager.move()
RENAME_TEMPLATE - Static variable in class com.sapportals.wcm.repository.manager.ResourceEvent
 
RENDERER_STATUS - Static variable in interface com.sapportals.wcm.repository.service.layout.info.IRenderObjectInfo
 
RENDERINGBACKEVENT - Static variable in interface com.sapportals.wcm.rendering.screenflow.IScreenflow
 
REPEATABLE_READ - Static variable in class com.sap.netweaver.bc.rf.common.transaction.IsolationLevel
 
REPLACER - Static variable in class com.sapportals.wcm.rfadapter.IDResolver
 
REPLACE_ALL - Static variable in class com.sapportals.wcm.util.regex.re.RE
Flag bit that indicates that subst should replace all occurrences of this regular expression.
REPLACE_FIRSTONLY - Static variable in class com.sapportals.wcm.util.regex.re.RE
Flag bit that indicates that subst should only replace the first occurrence of this regular expression.
REPLACE_KEY_DB_PORT - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_DB_SERVER - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_DB_SID - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_HOSTNAME - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_PROTOCOL - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_SERVLET_PATH - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_SYSTEMID - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPLACE_KEY_TREX_SERVER - Static variable in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
REPORTING_SERVICE - Static variable in interface com.sapportals.wcm.service.IServiceTypesConst
identifier for Reporting-Service
REPOSITORY_DYNAMIC - Static variable in class com.sap.netweaver.bc.rf.common.namespace.LinkType
 
REPSERVICE_CLASSNAME - Static variable in interface com.sapportals.wcm.repository.filter.AbstractFilterManager.CFG
 
REProgram - class com.sapportals.wcm.util.regex.re.REProgram.
A class that holds compiled regular expressions.
REProgram(char[]) - Constructor for class com.sapportals.wcm.util.regex.re.REProgram
Constructs a program object from a character array
REProgram(char[], int) - Constructor for class com.sapportals.wcm.util.regex.re.REProgram
Constructs a program object from a character array
REQUESTING_COMMIT - Static variable in class com.sap.netweaver.bc.rf.common.transaction.Status
 
REQUEST_URI - Static variable in interface com.sapportals.wcm.IWcmConst
 
REQUIRED_BIT_MASK - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyFlags
Bit mask for the internal system attribute named "required".
RESET_BUTTON_NAME - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESFILE_ATTR_NAME - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESFILE_TAG_RESOURCE - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESFILE_TAG_RESOURCES - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESFILE_TAG_RESOURCESROOT - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
xml resource fiel tags and attribute names
RESIZEHEIGHTSTYLE - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
width of a complete item in a resource list, 0 means variable, values in px *
RESIZEHEIGHTSTYLE_COMPACT - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESIZEHEIGHTSTYLE_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
determins whether a renderer has to be resizable in the height
RESIZEHEIGHTSTYLE_OFF - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESIZEHEIGHTSTYLE_STRETCH - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESIZEWIDHTSTYLE - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
width of a complete item in a resource list, 0 means variable, values in px *
RESIZEWIDHTSTYLE_COMPACT - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESIZEWIDHTSTYLE_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
determins whether a renderer has to be resizable in the width
RESIZEWIDHTSTYLE_OFF - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESIZEWIDHTSTYLE_STRETCH - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
resizeable off *
RESOLVES_LINKS - Static variable in class com.sap.netweaver.bc.rf.common.namespace.SupportedOption
Repository resolves links on getResource
RESOLVES_LINKS - Static variable in class com.sapportals.wcm.repository.enum.SupportedOption
Repository resolves links on getResource
RESOURCELISTFILTER - Static variable in interface com.sapportals.wcm.repository.service.layout.info.IRenderObjectInfo
 
RESOURCELISTFILTERCATEGORY - Static variable in interface com.sapportals.wcm.service.resourcelistfilter.IResourceListFilterService
Used as category key for entries added to the IDebugContainer
RESOURCENAME - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyName
Property describing the repository supplied resource name, i.e. the last RID part
RESOURCETYPE - Static variable in class com.sap.netweaver.bc.rf.common.property.PropertyName
Property describing the repository supplied resource type
RESOURCE_ACCESSDENIED - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_AUTORI_REQUIRED - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_CHECKEDOUT - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_CONTEXT - Static variable in interface com.sapportals.wcm.IWcmConst
 
RESOURCE_CREATE - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESOURCE_FILTER_SERVICE - Static variable in interface com.sapportals.wcm.service.IServiceTypesConst
identifier for Resource Filter-Service
RESOURCE_INVALIDNAME - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_LIST_FILTER - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
key to ask for an instance of IResourceListFilter
RESOURCE_LIST_FILTER_DEFAULT - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
 
RESOURCE_LIST_FILTER_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
key to ask for an instance of IResourceListFilter
RESOURCE_LOCKED - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_NAME - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESOURCE_NOTFOUND - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_NOT_SUPPORTED - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_NO_POP_SUPPORT - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_PROPERTIES_PAGE - Static variable in class com.sapportals.wcm.service.urlgenerator.PathKey
a special dialog showing properties and offering services available for a resource
RESOURCE_READONLY - Static variable in class com.sapportals.wcm.service.xmlforms.XMLFormException
 
RESOURCE_RENDERER - Static variable in interface com.sapportals.wcm.repository.service.layout.info.IRenderObjectInfo
 
RESOURCE_RENDERER_SETTINGS - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameConst
 
RESOURCE_RENDERER_SETTINGS_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameStrings
 
RESOURCE_SELECTOR_PAGE - Static variable in class com.sapportals.wcm.service.urlgenerator.PathKey
 
RESOURCE_TITLE - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESOURCE_TYPE - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESOURCE_TYPE_PORTAL_PAGE - Static variable in interface com.sapportals.wcm.IWcmConst
Resource type for Portal Page in Favorites app
RESOURCE_TYPE_UNKNOWN - Static variable in interface com.sapportals.wcm.service.propertyconfig.IMetaContext
 
RESPOND_XSL - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESPOND_XSL_IVIEW - Static variable in interface com.sapportals.wcm.service.xmlforms.IConstants
 
RESULT_CANCEL - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code CANCEL to tell the crawler that crawling should be canceled.
RESULT_ERROR_DELETE - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code ERROR_DELETE to tell the crawler that crawling should continue, but the currently crawled resource should be deleted and will be crawled again next time as a new resource (for delta).
RESULT_ERROR_EXCLUDE - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code ERROR_EXCLUDE to tell the crawler that crawling should continue, but the currently crawled resource should be marked as unread and should not be crawled again next time (for delta).
RESULT_ERROR_RETRY - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code ERROR_RETRY to tell the crawler that crawling should continue, but the currently crawled resource should be marked as unread and has to be crawled again next time (for delta).
RESULT_IGNORED - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code ERROR_IGNORED to tell the crawler that crawling should continue, but the currently crawled resource was ignored this time (for delta, will be recrawled but not reported as deleted).
RESULT_OK - Static variable in interface com.sapportals.wcm.service.crawler.ICrawlerPushedResultReceiver
Deprecated. result code OK to tell the crawler that crawling should continue normaly.
RESUMING - Static variable in class com.sapportals.wcm.service.xcrawler.IXCrawlerTaskSummary.TaskState
The task is resuming
RES_BTN_CANCEL - Static variable in class com.sapportals.wcm.rendering.screenflow.os.ConfirmComponent
 
RES_BTN_NO - Static variable in class com.sapportals.wcm.rendering.screenflow.os.ConfirmComponent
 
RES_BTN_OK - Static variable in class com.sapportals.wcm.rendering.screenflow.os.ConfirmComponent
 
RES_BTN_YES - Static variable in class com.sapportals.wcm.rendering.screenflow.os.ConfirmComponent
 
RES_BY_NAME - Static variable in class com.sapportals.wcm.service.crawler.ICrawlerComparator
Deprecated. Resource bundles for sort keys.
RES_BY_PRIORITY - Static variable in class com.sapportals.wcm.service.crawler.ICrawlerComparator
Deprecated.  
RES_BY_STATUS - Static variable in class com.sapportals.wcm.service.crawler.ICrawlerComparator
Deprecated.  
RES_BY_TYPE - Static variable in class com.sapportals.wcm.service.crawler.ICrawlerComparator
Deprecated.  
RES_COMPLETED - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_CONTENTSOF - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_CONTENTSOF - Static variable in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
RES_EDIT - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_ENDED - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_FILESOF - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_FOLDERSOF - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_PAC_CONT - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated. Resource bundle keys for crawler pacing.
RES_PAC_HUGE - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PAC_LARGE - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PAC_MEDIUM - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PAC_SMALL - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_ABOVE_AVERAGE - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_BELOW_AVERAGE - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_HIGH - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_LOW - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_MEDIUM - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_PRIO_VERYHIGH - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated. Resource bundle keys for crawler priority.
RES_PRIO_VERYLOW - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_QUEUED - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_READY - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_RUNNING - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_SELECTIONLOST - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SELECTRESOURCE - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORTASCENDING - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORTBY - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORTDESCENDING - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORT_ASCENDING - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORT_ASCENDING - Static variable in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
RES_SORT_DESCENDING - Static variable in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
RES_SORT_DESCENDING - Static variable in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
RES_STOPPED - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_STOPPING - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_SUSPENDED - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated.  
RES_WAITING - Static variable in class com.sapportals.wcm.service.crawler.CrawlerUtils
Deprecated. Resource bundle keys for crawler status.
RESyntaxException - exception com.sapportals.wcm.util.regex.re.RESyntaxException.
Exception thrown to indicate a syntax error in a regular expression.
RESyntaxException(String) - Constructor for class com.sapportals.wcm.util.regex.re.RESyntaxException
Constructor.
RETRIEVING - Static variable in class com.sapportals.wcm.service.xcrawler.IXCrawlerTaskSummary.ThreadState
The thread is retrieving a resource
RETest - class com.sapportals.wcm.util.regex.re.RETest.
Data driven (and optionally interactive) testing harness to exercise regular expression compiler and matching engine.
RETest() - Constructor for class com.sapportals.wcm.util.regex.re.RETest
Constructor
RETest(String[]) - Constructor for class com.sapportals.wcm.util.regex.re.RETest
Constructor for test
REUtil - class com.sapportals.wcm.util.regex.re.REUtil.
This is a class that contains utility helper methods for this package.
REUtil() - Constructor for class com.sapportals.wcm.util.regex.re.REUtil
 
RID - Static variable in class com.sapportals.wcm.repository.service.layout.info.RenderObjectData
 
RID - Static variable in class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey.KeyComparator
 
RID - Static variable in class com.sapportals.wcm.repository.service.layout.info.SettingInfoKey.KeyComparator
 
RID - Static variable in class com.sapportals.wcm.repository.service.timebasedpublish.info.TimebasedPublishInfoSortField
 
RID - class com.sapportals.wcm.util.uri.RID.
A RID is an identifier for a CM resource.
RID(String, String) - Constructor for class com.sapportals.wcm.util.uri.RID
Deprecated. as of NW04. Use RID.getRID(path, query)
RID(String) - Constructor for class com.sapportals.wcm.util.uri.RID
Deprecated. as of NW04. Use RID.getRID(uri)
RIDMapperUtil - class com.sapportals.wcm.rendering.base.RIDMapperUtil.
 
RIDMapperUtil() - Constructor for class com.sapportals.wcm.rendering.base.RIDMapperUtil
 
RI_MAX_RESULTS - Static variable in interface com.sapportals.wcm.service.reporting.IReportInputMetaExtended
Flag to query iff the max results field of IReportInput is supported
ROLLED_BACK - Static variable in class com.sap.netweaver.bc.rf.common.transaction.Status
 
ROLLING_BACK - Static variable in class com.sap.netweaver.bc.rf.common.transaction.Status
 
ROOM - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionPoint.Category
 
ROOMPART - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionPoint.Category
 
ROOMPART_ID - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
ROOMPART_INFO - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
ROOMPART_TEMPLATE_ID - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
ROOM_ADD_USER - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
a user was added to the room
ROOM_CHANGE_OWNER - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
the room owner was changed
ROOM_CHANGE_USER_ROLE - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
the room role of a user was changed
ROOM_INFO - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
ROOM_NAME_CHANGED - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
the room name was changed
ROOM_REMOVE_OWNER_FULL_ACCESS - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
full access was revoked from the room owner
ROOM_REMOVE_USER - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
a user was removed from the room
ROOM_SET_OWNER_FULL_ACCESS - Static variable in class com.sap.ip.collaboration.room.api.RoomStatusAction
full room access was granted to the room owner
ROOM_STATE - Static variable in class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
ROOTSETNAME_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameStrings
 
ROOT_RID - Static variable in interface com.sapportals.wcm.rendering.base.IProxy
 
ROOT_RID - Static variable in class com.sapportals.wcm.rendering.uicommand.AbstractMassCommand
 
ROOT_RID - Static variable in class com.sapportals.wcm.rendering.uicommand.AbstractUICommand
 
ROWBACKGROUNDSTYLE - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
the background of the rows in a list or a table
ROWBACKGROUNDSTYLE_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
the background of the rows in a list or a table
ROWS - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
the number of rows for resources per page *
ROWSPACING - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
space between two rows, 0 means no space *
ROWSPACINGSTYLE - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
which spacing has to be used between rows in a list
ROWSPACINGSTYLE_ALTERNATING - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
alternate the background colour
ROWSPACINGSTYLE_BACKGROUND - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
columns separated background colour
ROWSPACINGSTYLE_COLUMNALTERNATING - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
alternate the background colour for the columns
ROWSPACINGSTYLE_COLUMNSEPARATED - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
columns separated background colour
ROWSPACINGSTYLE_FIXED - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
use a fixed value *
ROWSPACINGSTYLE_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
which spacing has to be used between rows in a list
ROWSPACINGSTYLE_LINESEPARATED - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
line separated background colour
ROWSPACINGSTYLE_MINIMUM - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
use a mimimum value *
ROWSPACINGSTYLE_ROWALTERNATING - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
alternate the background colour for the rows
ROWSPACINGSTYLE_TRANSPARENT - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameConst
transparent background colour
ROWSPACING_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
space between two rows, 0 means no space
ROWS_KEY - Static variable in interface com.sapportals.wcm.repository.service.layout.customizing.ICollectionRendererParameterNameStrings
the number of rows for resources per page
ROW_TYPE - Static variable in class com.sapportals.wcm.service.indexmanagement.retrieval.search.AbstractSearchIndexCollection.PropertyInput
 
ROW_TYPE_ATTRIBUTE - Static variable in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntry
specifies that query entry is an attribute entry
ROW_TYPE_BRACKET_CLOSE - Static variable in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntry
specifies that query entry is an close bracket entry
ROW_TYPE_BRACKET_OPEN - Static variable in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntry
specifies that query entry is an open bracket entry
ROW_TYPE_OPERATOR - Static variable in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntry
specifies that query entry is an operator entry
ROW_TYPE_TERM - Static variable in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntry
specifies that query entry is a term entry
RUNNING - Static variable in class com.sapportals.wcm.crt.component.ComponentState
The component is accessible, that means it was successfully started.
RUNNING - Static variable in class com.sapportals.wcm.service.xcrawler.IXCrawlerTaskSummary.TaskState
The rask is running (crawling) and can be suspended
ReaderCharacterIterator - class com.sapportals.wcm.util.regex.re.ReaderCharacterIterator.
Encapsulates InputStream, ...
ReaderCharacterIterator(Reader) - Constructor for class com.sapportals.wcm.util.regex.re.ReaderCharacterIterator
 
ReaderWriterLock - class com.sapportals.wcm.util.threads.ReaderWriterLock.
A reader/writer lock implementation.
ReaderWriterLock() - Constructor for class com.sapportals.wcm.util.threads.ReaderWriterLock
 
ReadonlyRidList - class com.sapportals.wcm.util.uri.ReadonlyRidList.
A read-only RID list implementation.
ReadonlyRidList(List) - Constructor for class com.sapportals.wcm.util.uri.ReadonlyRidList
Creates a new RID list using the specified list.
ReadonlyRidList(IRidList) - Constructor for class com.sapportals.wcm.util.uri.ReadonlyRidList
Creates a new RID list using the specified RID list.
ReadonlyRidList() - Constructor for class com.sapportals.wcm.util.uri.ReadonlyRidList
 
ReceiverEntry - class com.sap.netweaver.bc.rf.util.event.ReceiverEntry.
ReceiverEntry implements a data structure used by the broker for each registered receiver and event template combination.
ReceiverMode - class com.sap.netweaver.bc.rf.util.event.ReceiverMode.
Enumeration of event receiver modes.
RecipientFactory - class com.sapportals.wcm.util.channels.RecipientFactory.
A factory to retrieve IRecipient s.
RecipientFactory(String) - Constructor for class com.sapportals.wcm.util.channels.RecipientFactory
Create a RecipientFactory with a given id.
RecurrencePatternType - class com.sap.ip.collaboration.gw.api.enum.RecurrencePatternType.
 
RecurrenceRange - class com.sap.ip.collaboration.gw.api.framework.groupware.recurrence.RecurrenceRange.
 
RecurrenceRange() - Constructor for class com.sap.ip.collaboration.gw.api.framework.groupware.recurrence.RecurrenceRange
 
RecurrenceRangeSelectionType - class com.sap.ip.collaboration.gw.api.enum.recurrence.RecurrenceRangeSelectionType.
Enumeration class for different WeekDay types
RecurrenceStatusType - class com.sap.ip.collaboration.gw.api.enum.recurrence.RecurrenceStatusType.
Enumeration class for different WeekDay types
ReflectionUtils - class com.sapportals.wcm.util.factories.ReflectionUtils.
A wrapper for reflection methods with an WcmException .
ReflectionUtils() - Constructor for class com.sapportals.wcm.util.factories.ReflectionUtils
 
RelationQueryException - exception com.sapportals.wcm.service.relation.RelationQueryException.
An exception concerning the IRelationQueryBuilder .
RelationQueryException(String) - Constructor for class com.sapportals.wcm.service.relation.RelationQueryException
Creates a relation query exception with an additional message.
RelationQueryException(boolean) - Constructor for class com.sapportals.wcm.service.relation.RelationQueryException
Creates a relation query exception with defined logging settings.
RelationServiceFactory - class com.sapportals.wcm.service.relation.RelationServiceFactory.
Service factory for the service of this package.
RemoveHTMLTags - class com.sapportals.wcm.util.string.RemoveHTMLTags.
Title: Strip HTML tags from a Reader Description: It works only with proper tags, so character references needs to be converted before applying this Filter, see ReplaceHTMLTokens Usage Example: in = new BufferedReader( new ReplaceTokens( new RemoveHTMLTags( new CharArrayReader(content.toCharArray())))); Copyright (c) SAP AG 2001-2002 Company: SAP AG
RemoveHTMLTags(Reader) - Constructor for class com.sapportals.wcm.util.string.RemoveHTMLTags
RemoveParameter(String, String) - Static method in class com.sap.netweaver.bc.rf.common.UriCodec
Remove a parameter from a query string if present.
RemoveParameter(String, String) - Static method in class com.sapportals.wcm.util.uri.URICodec
Remove a parameter from a query string if present.
RenameUtility - class com.sapportals.wcm.rfadapter.RenameUtility.
encapsulates the rename functionality of the RepositoryFramework and modifies both the displayname property as well as the name attribute of the given IResource.
RenameUtility(IResource, String) - Constructor for class com.sapportals.wcm.rfadapter.RenameUtility
checks the validity of the given arguments.
RenderObjectContainer - class com.sapportals.wcm.repository.service.layout.info.RenderObjectContainer.
acts as a container keeping a map of IRenderObjectInfo instances.
RenderObjectContainer(IResourceContext) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectContainer
creates a new, empty container.
RenderObjectData - class com.sapportals.wcm.repository.service.layout.info.RenderObjectData.
offers a structured set of information fields as well as the possibility to add freely defined information fields to a list.
RenderObjectData(IResourceContext) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectData
 
RenderObjectData.InvalidConfiguration - class com.sapportals.wcm.repository.service.layout.info.RenderObjectData.InvalidConfiguration.
a small, immutable container holding information about an invalid configuration.
RenderObjectData.InvalidConfiguration(String, int, Locale) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectData.InvalidConfiguration
 
RenderObjectInfoList - class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList.
 
RenderObjectInfoList() - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
RenderObjectInfoList(Set) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
RenderObjectInfoList(RenderObjectInfoList) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
RenderObjectInfoList(List) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
RenderObjectKey - class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey.
combines all information needed to define a key for an IRenderObjectInfo.
RenderObjectKey(IRenderObjectInfo.RenderObjectCategory, IFlavor, RID) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey
 
RenderObjectKey(IRenderObjectInfo.RenderObjectCategory, IFlavor, String) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey
 
RenderObjectKey(IRenderObjectInfo.RenderObjectCategory, IFlavor, String, RID) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey
 
RenderObjectKey(IRenderObjectInfo.RenderObjectCategory, IFlavor, String, String) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey
 
RenderObjectKey.KeyComparator - class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey.KeyComparator.
compares two RenderObjectKey instances and allows to define the comparation order of the attributes.
RenderObjectKey.KeyComparator(int) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectKey.KeyComparator
 
RenderObjectStringWriter - class com.sapportals.wcm.repository.service.layout.info.RenderObjectStringWriter.
formats all information available from an RenderObjectContainer into a String so that it can be exported into an ASCII-File
RenderObjectStringWriter(RenderObjectContainer) - Constructor for class com.sapportals.wcm.repository.service.layout.info.RenderObjectStringWriter
 
RenderingBackEvent - class com.sapportals.wcm.rendering.base.RenderingBackEvent.
 
RenderingBackEvent() - Constructor for class com.sapportals.wcm.rendering.base.RenderingBackEvent
 
RenderingEvent - class com.sapportals.wcm.rendering.base.RenderingEvent.
basic implementation of the IRenderingEvent interface.
RenderingEvent(WdfEvent) - Constructor for class com.sapportals.wcm.rendering.base.RenderingEvent
 
RenderingInformationUtil - class com.sapportals.wcm.rendering.base.RenderingInformationUtil.
 
RenderingInformationUtil() - Constructor for class com.sapportals.wcm.rendering.base.RenderingInformationUtil
 
ReorderList - class com.sapportals.wcm.repository.ReorderList.
This interface defines a list of IPositioning objects.
ReorderList() - Constructor for class com.sapportals.wcm.repository.ReorderList
 
ReorderListIterator - class com.sapportals.wcm.repository.ReorderListIterator.
An iterator for IReorderList instances.
ReorderListIterator(ListIterator) - Constructor for class com.sapportals.wcm.repository.ReorderListIterator
 
ReplaceHTMLTokens - class com.sapportals.wcm.util.string.ReplaceHTMLTokens.
Title: Replace encoded HTML tokens with their HTML character corespondents Description: Copyright (c) SAP AG 2001-2002 Company: SAP AG
ReplaceHTMLTokens(Reader) - Constructor for class com.sapportals.wcm.util.string.ReplaceHTMLTokens
 
ReportCommandInput - class com.sapportals.wcm.service.reporting.ReportCommandInput.
Represents input for a report command execution.
ReportConsts - class com.sapportals.wcm.service.reporting.ReportConsts.
Defines constants used in reporting framework Copyright (c) SAP AG 2001-2004
ReportConsts() - Constructor for class com.sapportals.wcm.service.reporting.ReportConsts
 
ReportInput - class com.sapportals.wcm.service.reporting.ReportInput.
Represents input for a report execution.
ReportInputError - class com.sapportals.wcm.service.reporting.ReportInputError.
Default implementation of IReportInputError Copyright (c) SAP AG 2003
ReportInputMeta - class com.sapportals.wcm.service.reporting.ReportInputMeta.
Implements IReportInputMeta.
ReportResultIterator - class com.sapportals.wcm.service.reporting.ReportResultIterator.
 
ReportStatus - class com.sapportals.wcm.service.reporting.ReportStatus.
Described status of report.
RepositoryException - exception com.sap.netweaver.bc.rf.common.exception.RepositoryException.
Class implementing an exception used in conjunction with resource processing.
RepositoryException() - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryException(ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.RepositoryException
Construct object of class RepositoryException.
RepositoryRootCheck - class com.sapportals.wcm.repository.RepositoryRootCheck.
helper class to decide, if the given resource is the root folder of a repository.
RequestData - class com.sapportals.wcm.service.pipeline.RequestData.
Wrapper class contains DOM (of type document ) or InputStream .
RequestData() - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequestData(Document) - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequestData(InputStream) - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequestData(Document, InputStream) - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequestData(Document, InputStream, String) - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequestData(Document, InputStream, String, String) - Constructor for class com.sapportals.wcm.service.pipeline.RequestData
 
RequesterFactory - class com.sapportals.wcm.util.http.RequesterFactory.
Default Implementation of IRequesterFactory getter.
RequesterFactory() - Constructor for class com.sapportals.wcm.util.http.RequesterFactory
 
ResPropComparator - class com.sapportals.wcm.rendering.base.ResPropComparator.
since EP5, SP6 and EP6, SP1
ResPropComparator(IPropertyName, boolean, IAmalgamationProvider) - Constructor for class com.sapportals.wcm.rendering.base.ResPropComparator
 
ResPropComparator(IPropertyName, boolean, boolean, IAmalgamationProvider) - Constructor for class com.sapportals.wcm.rendering.base.ResPropComparator
Constructor for the ResourcePropertyComparator object
ResourceAccessor - class com.sap.netweaver.bc.rf.util.exception.ResourceAccessor.
Implements a resource accessor wrapping the standard exception resource accessor class ({@link com.sap.localization.ResourceAccessor).
ResourceBundles - class com.sap.netweaver.bc.rf.util.resource.ResourceBundles.
A helper class to load resource bundles.
ResourceBundles - class com.sapportals.wcm.util.resource.ResourceBundles.
A helper class to load resource bundles.
ResourceContext - class com.sapportals.wcm.repository.ResourceContext.
Instances of this class contain information about the context the client is running is (request, session, etc.)
ResourceContext(IUser) - Constructor for class com.sapportals.wcm.repository.ResourceContext
 
ResourceContext(IUser, Locale) - Constructor for class com.sapportals.wcm.repository.ResourceContext
 
ResourceContext(IUser, Locale, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceContext
 
ResourceCreateDescriptor - class com.sap.netweaver.bc.rf.common.namespace.ResourceCreateDescriptor.
Class implementing a resource create descriptor used to create resources.
ResourceCreateDescriptor(IDestinationDescriptor) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceCreateDescriptor
Construct object of class ResourceCreateDescriptor.
ResourceCreateDescriptor(IDestinationDescriptor, IContentAndPropertiesDescriptor) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceCreateDescriptor
Construct object of class ResourceCreateDescriptor.
ResourceCreator - class com.sapportals.wcm.rfadapter.ResourceCreator.
offers different convinience-levels (and therefore performance-levels) to create an IResource in a given ICollection.
ResourceCreator(ICollection, DataPack) - Constructor for class com.sapportals.wcm.rfadapter.ResourceCreator
 
ResourceDataPack - class com.sapportals.wcm.rfadapter.ResourceDataPack.
 
ResourceDataPack(String, IPropertyMap, IContent) - Constructor for class com.sapportals.wcm.rfadapter.ResourceDataPack
 
ResourceDetailsLink - class com.sapportals.wcm.rendering.readymades.ResourceDetailsLink.
 
ResourceDetailsLink() - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceDetailsLink
must not be used!
ResourceDetailsLink(IResource, Component) - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceDetailsLink
 
ResourceDetailsOverviewFactory - class com.sapportals.wcm.rendering.detailsoverview.ResourceDetailsOverviewFactory.
Copyright 2004 SAP AGResourceErrors - class com.sapportals.wcm.repository.ResourceErrors.
This is a collection of resource exceptions.
ResourceErrors() - Constructor for class com.sapportals.wcm.repository.ResourceErrors
Constructs a new instance
ResourceEvent - class com.sapportals.wcm.repository.manager.ResourceEvent.
Implements the events known for resources.
ResourceEvent(int, IResource) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event from type and resource.
ResourceEvent(int, IResource, Object) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event from type and resource.
ResourceEvent(IResource, int) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event based on resource event type and resource.
ResourceEvent(IResource, int, String) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event based on resource event type and resource.
ResourceEvent(IResource, int, Object) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event based on resource event type and resource.
ResourceEvent(IResource, int, String, Object) - Constructor for class com.sapportals.wcm.repository.manager.ResourceEvent
Create resource event from type and resource.
ResourceEventUtils - class com.sapportals.wcm.repository.manager.ResourceEventUtils.
Some utils to handle resources from an event...
ResourceEventUtils() - Constructor for class com.sapportals.wcm.repository.manager.ResourceEventUtils
 
ResourceException - exception com.sap.netweaver.bc.rf.common.exception.ResourceException.
Base class for all exception thrown by repository sub-manager methods.
ResourceException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceException
Construct object of class ResourceException.
ResourceException - exception com.sapportals.wcm.repository.ResourceException.
Resource Exception.
ResourceException(ResourceException) - Constructor for class com.sapportals.wcm.repository.ResourceException
This constructor is used by the framework to use this exception as a wrapper for a new exception class of the repository manager API.
ResourceException() - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(URI) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(RID) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(URI, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(RID, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, URI) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(String, RID) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, URI, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(String, RID, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, URI, Exception) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(String, RID, Exception) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, URI, Exception, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Deprecated. as of NW04.
ResourceException(String, RID, Exception, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, Exception) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(String, Exception, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(Exception) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceException(Exception, boolean) - Constructor for class com.sapportals.wcm.repository.ResourceException
Constructs a new exception
ResourceFactory - class com.sapportals.wcm.repository.ResourceFactory.
The ResourceFactory is used to create instances of resource objects.
ResourceImage - class com.sapportals.wcm.rendering.readymades.ResourceImage.
 
ResourceImage(IResource, IParameters, IProxy, ResourceImage.Mode) - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceImage
 
ResourceImage() - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceImage
must not be used!
ResourceIsLinkException - exception com.sapportals.wcm.repository.ResourceIsLinkException.
This exception is thrown during copy or move operations if the CopyParameter has copyInternalLink or copyExternalLink set to true and links are encountered during a deep copy operation.
ResourceIsLinkException(URI, LinkType) - Constructor for class com.sapportals.wcm.repository.ResourceIsLinkException
Deprecated. as of NW04.
ResourceIsLinkException(URI, LinkType, String) - Constructor for class com.sapportals.wcm.repository.ResourceIsLinkException
Deprecated. as of NW04.
ResourceIsLinkException(RID, LinkType) - Constructor for class com.sapportals.wcm.repository.ResourceIsLinkException
Constructs a new ResourceIsLinkException
ResourceIsLinkException(RID, LinkType, String) - Constructor for class com.sapportals.wcm.repository.ResourceIsLinkException
Constructs a new ResourceIsLinkException
ResourceLink - class com.sapportals.wcm.rendering.readymades.ResourceLink.
 
ResourceLink(IResource, Component, IProxy, IParameters) - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceLink
 
ResourceLink() - Constructor for class com.sapportals.wcm.rendering.readymades.ResourceLink
must not be used!
ResourceLinkUtil - class com.sapportals.wcm.rendering.property.ResourceLinkUtil.
 
ResourceLinkUtil() - Constructor for class com.sapportals.wcm.rendering.property.ResourceLinkUtil
 
ResourceList - class com.sapportals.wcm.repository.ResourceList.
Implements the IResourceList interface.
ResourceList(ResourceList) - Constructor for class com.sapportals.wcm.repository.ResourceList
Construct a new resource list containing the elements of the specified list in the same order.
ResourceList() - Constructor for class com.sapportals.wcm.repository.ResourceList
Constructs a new empty resource list.
ResourceListIterator - class com.sapportals.wcm.repository.ResourceListIterator.
Iterator for the resource list
ResourceListIterator(HashSet, ListIterator) - Constructor for class com.sapportals.wcm.repository.ResourceListIterator
 
ResourceMessage - class com.sap.netweaver.bc.rf.util.exception.ResourceMessage.
Class implementing a resource message wrapping the standard exception location class due to the bad implementation and bad name scheme in that package and the fact that the package seems to be totally misnamed as com.sap.localization being just a localization package for the exception framework.
ResourceMessage(String) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceMessage(String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceMessage(ClassLoader, String, String) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceMessage(ClassLoader, String, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceMessage(ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceMessage(ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.util.exception.ResourceMessage
Construct object of class ResourceMessage.
ResourceNameAlreadyAssignedException - exception com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException.
Class implementing exception raised when an already assigned resource name was supplied for a new resource.
ResourceNameAlreadyAssignedException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameAlreadyAssignedException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameAlreadyAssignedException
Construct object of class ResourceNameAlreadyAssignedException.
ResourceNameInvalidException - exception com.sap.netweaver.bc.rf.common.namespace.ResourceNameInvalidException.
Raised if the name of a resource is invalid.
ResourceNameInvalidException(IRid, NameInfo) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameInvalidException
Constructs a new exception.
ResourceNameInvalidException(IRid, String, Object[], Throwable, boolean, NameInfo) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameInvalidException
Constructs a new exception.
ResourceNameUnassignableException - exception com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException.
This excpetion is aised when a resource name is unassignable.
ResourceNameUnassignableException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNameUnassignableException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.namespace.ResourceNameUnassignableException
Construct object of class ResourceNameUnassignableException.
ResourceNavigationRenderer - class com.sapportals.wcm.rendering.resource.ResourceNavigationRenderer.
This class can be used to take care of the complete rendering of a resource.
ResourceNavigationRenderer(LayoutObject, IProxy) - Constructor for class com.sapportals.wcm.rendering.resource.ResourceNavigationRenderer
Sets the two member variables of the renderer with the values of the given parameters.
ResourceNotCheckedOutException - exception com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException.
Indicates that the resource can't be changed since it is not checked out.
ResourceNotCheckedOutException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCheckedOutException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCheckedOutException
Constructs a new exception.
ResourceNotCollectionException - exception com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException.
Indicates that the resource has changed to a non-collection since the IResource object was obtained.
ResourceNotCollectionException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotCollectionException
Constructs a new exception.
ResourceNotCollectionException - exception com.sapportals.wcm.repository.ResourceNotCollectionException.
Indicates that the resource has changed to a non-collection since the IResource object was obtained.
ResourceNotCollectionException(RID) - Constructor for class com.sapportals.wcm.repository.ResourceNotCollectionException
Constructs a new ResourceNotCollection
ResourceNotFoundException - exception com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException.
Raised if the resource specified by the handle does not exist anymore.
ResourceNotFoundException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceNotFoundException
Construct object of class ResourceNotFoundException.
ResourceNotFoundException - exception com.sapportals.wcm.repository.ResourceNotFoundException.
Indicates that a resource could not be found.
ResourceNotFoundException(String) - Constructor for class com.sapportals.wcm.repository.ResourceNotFoundException
Constructs a new exception
ResourceNotFoundException(URI) - Constructor for class com.sapportals.wcm.repository.ResourceNotFoundException
Deprecated. as of NW04.
ResourceNotFoundException(String, URI) - Constructor for class com.sapportals.wcm.repository.ResourceNotFoundException
Deprecated. as of NW04.
ResourceNotFoundException(RID) - Constructor for class com.sapportals.wcm.repository.ResourceNotFoundException
Constructs a new exception
ResourceNotFoundException(String, RID) - Constructor for class com.sapportals.wcm.repository.ResourceNotFoundException
Constructs a new exception
ResourceOperand - class com.sapportals.wcm.service.relation.operands.ResourceOperand.
IRelationOperand implementation for IResource s.
ResourceOperand(IResource) - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperand
Create a RelationOperand out of a IResource .
ResourceOperand(RID) - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperand
Create a RelationOperand out of a IResource .
ResourceOperandType - class com.sapportals.wcm.service.relation.operands.ResourceOperandType.
IRelationOperandType implementation for IResource s.
ResourceOperandType() - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperandType
Create a resource operand type for any type of resource.
ResourceOperandType(String) - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperandType
Create a resource operand type for a specific resource type.
ResourceOperandType(IProperty) - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperandType
Create a resource operand type for a given resource's type.
ResourceOperandType(IResource) - Constructor for class com.sapportals.wcm.service.relation.operands.ResourceOperandType
Create a resource operand type for a given resource's type.
ResourcePropertiesFactory - class com.sapportals.wcm.rendering.detailsproperties.ResourcePropertiesFactory.
Copyright 2004 SAP AGResourcePropertyAmalgamation - class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.
acts as a layer between the repository framework and its caching mechanism for access by many Threads and the different rendering classes involved in the rendering of a single iView.
ResourcePropertyAmalgamation() - Constructor for class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation
 
ResourcePropertyAmalgamation.Mode - class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.Mode.
 
ResourcePropertyAmalgamation.UnavailableEntries - class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.UnavailableEntries.
wraps a map to allow simpler access to an IResource as the key to a map entry and the Set of IPropertyName elements as value of the entry.
ResourcePropertyAmalgamation.UnavailableEntries() - Constructor for class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.UnavailableEntries
 
ResourcePropertyComparator - class com.sapportals.wcm.repository.ResourcePropertyComparator.
ResourcePropertyComparator Copyright (c) SAP AG 2001-2004
ResourcePropertyComparator(IPropertyName, boolean) - Constructor for class com.sapportals.wcm.repository.ResourcePropertyComparator
Constructor for the ResourcePropertyComparator object
ResourcePropertyComparator(IPropertyName, boolean, boolean) - Constructor for class com.sapportals.wcm.repository.ResourcePropertyComparator
 
ResourcePropertyMap - class com.sapportals.wcm.repository.batch.ResourcePropertyMap.
Helper class that can be used to handle the return value of IResourceBatch#getProperties(IPropertyNameList, ResourceErrors).
ResourcePropertyMap(Map) - Constructor for class com.sapportals.wcm.repository.batch.ResourcePropertyMap
Constructs a new instance.
ResourceReadOnlyException - exception com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException.
Class implementing exception raised when a resource is read-only (e.g.
ResourceReadOnlyException(IRid) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Object[]) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Object[], Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Object[], boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceAccessor, String, Object[], Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceMessage) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceMessage, Throwable) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceMessage, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException(IRid, ResourceMessage, Throwable, boolean) - Constructor for class com.sap.netweaver.bc.rf.common.exception.ResourceReadOnlyException
Construct object of class ResourceReadOnlyException.
ResourceReadOnlyException - exception com.sapportals.wcm.repository.ResourceReadOnlyException.
The resource is read-only.
ResourceReadOnlyException(String, URI) - Constructor for class com.sapportals.wcm.repository.ResourceReadOnlyException
Deprecated. as of NW04.
ResourceReadOnlyException(URI) - Constructor for class com.sapportals.wcm.repository.ResourceReadOnlyException
Deprecated. as of NW04.
ResourceReadOnlyException(String, RID) - Constructor for class com.sapportals.wcm.repository.ResourceReadOnlyException
Constructs a new exception
ResourceReadOnlyException(RID) - Constructor for class com.sapportals.wcm.repository.ResourceReadOnlyException
Constructs a new exception
ResourceRendererFactory - class com.sapportals.wcm.rendering.resource.ResourceRendererFactory.
This class is a singleton factory, creating new instances of IResourceRenderer.
ResourceStateType - class com.sapportals.wcm.rendering.enum.ResourceStateType.
 
ResourceTypeUtil - class com.sapportals.wcm.repository.util.ResourceTypeUtil.
 
ResourceTypeUtil() - Constructor for class com.sapportals.wcm.repository.util.ResourceTypeUtil
 
ResourceUrl - class com.sapportals.wcm.util.uri.ResourceUrl.
An IHierarchicalUri implementation for Resource (Repository Framework internal) URLs.
ResourceUrl(String, String, String) - Constructor for class com.sapportals.wcm.util.uri.ResourceUrl
 
ResourceUrl(String, String, String, String) - Constructor for class com.sapportals.wcm.util.uri.ResourceUrl
 
Result - class com.sapportals.wcm.rfadapter.Result.
encapsulates all information available when the system tried tocreate an IResource object.
Result(Status, String, WcmException, IResource) - Constructor for class com.sapportals.wcm.rfadapter.Result
 
Result(Status, String, WcmException, IResource, AdapterCode) - Constructor for class com.sapportals.wcm.rfadapter.Result
 
ResultItem - class com.sapportals.wcm.service.reporting.ResultItem.
Implements IResultItem.
ResultList - class com.sapportals.wcm.rfadapter.ResultList.
a simple container that only allows to add, not to remove instances of the Result class.
ResultList() - Constructor for class com.sapportals.wcm.rfadapter.ResultList
simple standard public constructor
RevisionResourceException - exception com.sapportals.wcm.repository.RevisionResourceException.
The operation is not available because the resource is a revision.
RevisionResourceException(String, URI) - Constructor for class com.sapportals.wcm.repository.RevisionResourceException
Deprecated. as of NW04.
RevisionResourceException(URI) - Constructor for class com.sapportals.wcm.repository.RevisionResourceException
Deprecated. as of NW04.
RevisionResourceException(String, RID) - Constructor for class com.sapportals.wcm.repository.RevisionResourceException
Constructs a new exception
RevisionResourceException(RID) - Constructor for class com.sapportals.wcm.repository.RevisionResourceException
Constructs a new exception
Rid - class com.sap.netweaver.bc.rf.common.Rid.
A Rid is an identifier for a CM resource.
Rid(String, String) - Constructor for class com.sap.netweaver.bc.rf.common.Rid
Deprecated. as of NW04. Use Rid.getRid(path, query)
Rid(String) - Constructor for class com.sap.netweaver.bc.rf.common.Rid
Deprecated. as of NW04. Use Rid.getRid(uri)
RidIterator - class com.sapportals.wcm.util.uri.RidIterator.
An RID iterator implementation.
RidIterator(ListIterator) - Constructor for class com.sapportals.wcm.util.uri.RidIterator
 
RidIterator(Iterator) - Constructor for class com.sapportals.wcm.util.uri.RidIterator
 
RidList - class com.sapportals.wcm.util.uri.RidList.
An RID list implementation.
RidList() - Constructor for class com.sapportals.wcm.util.uri.RidList
 
RidList(String) - Constructor for class com.sapportals.wcm.util.uri.RidList
Creates a uri list from a string.
RidList(RID[]) - Constructor for class com.sapportals.wcm.util.uri.RidList
 
RidList(RidList) - Constructor for class com.sapportals.wcm.util.uri.RidList
 
RidReference - class com.sapportals.wcm.util.uri.RidReference.
 
RidReference(RID) - Constructor for class com.sapportals.wcm.util.uri.RidReference
 
RidSet - class com.sapportals.wcm.util.uri.RidSet.
A set of RID instances.
RidSet(Set) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet(RidList) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet(int, float) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet(int) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet() - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet(RidSet) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidSet(IRidList) - Constructor for class com.sapportals.wcm.util.uri.RidSet
 
RidWalker - class com.sapportals.wcm.service.reporting.walker.RidWalker.
IWalker implementation for traversing lists of RIDs.
RoomCreationException - exception com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException.
Class implementing an exception that occured during room creation.
RoomCreationException(boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
Deprecated.  
RoomCreationException(String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
constructs a new BaseException.
RoomCreationException(Throwable, String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
constructs a new BaseException.
RoomCreationException(Throwable, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomCreationException
Deprecated.  
RoomCreationValidationErrors - class com.sap.ip.collaboration.room.api.RoomCreationValidationErrors.
Public Class describing the possible error situations at room creation time.
RoomDeletionException - exception com.sap.ip.collaboration.room.api.Exceptions.RoomDeletionException.
 
RoomDeletionException(boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomDeletionException
Deprecated.  
RoomDeletionException(String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomDeletionException
constructs a new BaseException.
RoomDeletionException(Throwable, String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomDeletionException
constructs a new BaseException.
RoomDeletionException(Throwable, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomDeletionException
Deprecated.  
RoomException - exception com.sap.ip.collaboration.room.api.Exceptions.RoomException.
 
RoomException(boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
Deprecated.  
RoomException(String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
constructs a new BaseException.
RoomException(Throwable, String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
constructs a new BaseException.
RoomException(List, String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
 
RoomException(Throwable, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
Deprecated.  
RoomException(List, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomException
 
RoomExtensionParameter - class com.sap.ip.collaboration.room.api.RoomExtensionParameter.
 
RoomExtensionParameter() - Constructor for class com.sap.ip.collaboration.room.api.RoomExtensionParameter
 
RoomExtensionPoint - class com.sap.ip.collaboration.room.api.RoomExtensionPoint.
 
RoomExtensionPoint() - Constructor for class com.sap.ip.collaboration.room.api.RoomExtensionPoint
 
RoomExtensionPoint.Category - class com.sap.ip.collaboration.room.api.RoomExtensionPoint.Category.
Categories
RoomInstantiationException - exception com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException.
Class implementing an exception that occured during room instantiation.
RoomInstantiationException(boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException
constructs a new BaseException.
RoomInstantiationException(String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException
constructs a new BaseException.
RoomInstantiationException(Throwable, String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException
constructs a new BaseException.
RoomInstantiationException(Throwable, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomInstantiationException
constructs a new BaseException with a causing throwable for exception chaining.
RoomStatusAction - class com.sap.ip.collaboration.room.api.RoomStatusAction.
 
RoomVersion - class com.sap.ip.collaboration.room.api.RoomVersion.
 
RoomVersion() - Constructor for class com.sap.ip.collaboration.room.api.RoomVersion
 
RoomVersionException - exception com.sap.ip.collaboration.room.api.Exceptions.RoomVersionException.
 
RoomVersionException(boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomVersionException
constructs a new BaseException.
RoomVersionException(String, boolean) - Constructor for class com.sap.ip.collaboration.room.api.Exceptions.RoomVersionException
constructs a new BaseException.
raiseNotification(IResourceEvent) - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscriptionManager
Raises an event which then triggers a subscription notification.
raisesEvent() - Method in class com.sapportals.wcm.rendering.uicommand.AbstractCommand
Description of the Method
raisesEvent() - Method in class com.sapportals.wcm.rendering.uicommand.AbstractMassCommand
 
raisesEvent() - Method in class com.sapportals.wcm.rendering.uicommand.AbstractUICommand
Mostly, the command selection is followed another dialog which execute the command task.
raisesEvent() - Method in class com.sapportals.wcm.rendering.uicommand.AbstractUIMassCommand
Deprecated.  
raisesEvent() - Method in interface com.sapportals.wcm.rendering.uicommand.IExecCommand
flag, if the command raises an Event in its execute method.
rankHandlers(IObjectTypeHandlerList) - Method in class com.sapportals.wcm.service.objecttypehandler.ObjectTypeHandlerUtil
The ranking mechanism works after the following schema: For every selection criteria given in an IObjectTypeHandler , the algorithms gives points to this handler if a path is given -> 8 points if a resource type is given -> 4 points if a mimetype is given -> 2 points if an extension is given -> 1 point If several handlers have the same score after that procedure, the length of the resource path acts as the tie breaker: The more folders of the path are specified, the more exact the match naturally becomes.
read() - Method in class com.sapportals.wcm.util.base64.Base64Decoder
Returns the next decoded character from the stream, or -1 if end of stream was reached.
read(byte[], int, int) - Method in class com.sapportals.wcm.util.base64.Base64Decoder
Reads decoded data into an array of bytes and returns the actual number of bytes read, or -1 if end of stream was reached.
read() - Method in class com.sapportals.wcm.util.config.PropertiesFile
Read the configuration file.
read() - Method in class com.sapportals.wcm.util.html.HTMLInputStream
 
read(byte[], int, int) - Method in class com.sapportals.wcm.util.html.HTMLInputStream
 
read() - Method in class com.sapportals.wcm.util.mmparser.MMInputStream
Implement buffering on top of the read method of the wrapped ServletInputStream .
read(byte[], int, int) - Method in class com.sapportals.wcm.util.mmparser.MMInputStream
Implement buffering on top of the read method of the wrapped ServletInputStream .
read() - Method in class com.sapportals.wcm.util.mmparser.PartInputStream
See the general contract of the read method of InputStream .
read(byte[]) - Method in class com.sapportals.wcm.util.mmparser.PartInputStream
See the general contract of the read method of InputStream .
read(byte[], int, int) - Method in class com.sapportals.wcm.util.mmparser.PartInputStream
See the general contract of the read method of InputStream .
read(char[], int, int) - Method in class com.sapportals.wcm.util.string.RemoveHTMLTags
read
read() - Method in class com.sapportals.wcm.util.string.RemoveHTMLTags
Reads a char.
read(char[], int, int) - Method in class com.sapportals.wcm.util.string.ReplaceHTMLTokens
 
read() - Method in class com.sapportals.wcm.util.string.ReplaceHTMLTokens
 
read() - Method in class com.sapportals.wcm.util.xml.SAXInputStream
 
read(byte[], int, int) - Method in class com.sapportals.wcm.util.xml.SAXInputStream
 
readApproverList(IResource) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtils
Deprecated. Reads the list of steps and approvers for a resource.
readApproverList() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtilsResource
Reads the list of steps and approvers from the database
readCheckBoxes() - Method in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
Description of the Method
readConfiguration(ClassLoader) - Method in interface com.sapportals.wcm.crt.configuration.IConfigurationProvider
Returns the top-level configuration element that contains the complete configuration data for a single CRT client.
readCurrentStep(IResource) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtils
Deprecated. Reads the last step approved for a resource.
readCurrentStep() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtilsResource
Reads the index of the last step approved for a resource
readInputData() - Method in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
readInputData(DynPage) - Method in interface com.sapportals.wcm.rendering.collection.ICollectionRenderer
reads out the input of the modifiable Components rendered by the implementing class.
readInputData(DynPage) - Method in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
readInputData(DynPage) - Method in class com.sapportals.wcm.rendering.collection.SelectionHandler
 
readInputData(DynPage) - Method in class com.sapportals.wcm.rendering.layout.AbstractLayoutComposer
 
readInputData(DynPage) - Method in interface com.sapportals.wcm.rendering.layout.IExtLayoutController
called by the IProxy that holds an instance of the implementing class after the user has initiated a server roundtrip.
readInputData(DynPage) - Method in interface com.sapportals.wcm.rendering.layout.ILayoutComposer
 
readInvalidDate(IResource) - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.ITimebasedPublishServiceManager
Reads the date on which a resource will be hidden.
readLine(byte[], int, int) - Method in class com.sapportals.wcm.util.mmparser.MMInputStream
Implement buffering on top of the readLine method of the wrapped ServletInputStream .
readNextStep(IResource) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtils
Deprecated. Reads the index of the next step to be approved.
readNextStep() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtilsResource
Reads the index of the next step to be approved.
readOnlineEditingMimetypes() - Method in class com.sapportals.wcm.rendering.uicommand.UIConfiguration
 
readParametersForCollection(ICollection, ILayoutContext) - Method in interface com.sapportals.wcm.repository.service.layout.ILayoutService
 
readProfile(ICollection, ILayoutContext) - Method in interface com.sapportals.wcm.repository.service.layout.ILayoutService
 
readProperties(IResourceList, IPropertyNameList) - Method in class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation
 
readPropertiesForCollection(ICollection, ILayoutContext) - Method in interface com.sapportals.wcm.repository.service.layout.ILayoutService
 
readProxyConfiguration() - Method in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated.  
readState(IResource) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtils
Deprecated. Determines the current state of a resource.
readState() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtilsResource
Determines the current state of a resource.
readValidDate(IResource) - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.ITimebasedPublishServiceManager
Reads the date on which a resource will be visible.
readWorkflowInitiator(IResource) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtils
Deprecated. Determines the person who initiated the approval process for a resource
readWorkflowInitiator() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IStatemanagementUtilsResource
Determines the user who initiated the approval process for a resource
receive(WdfEvent) - Method in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
CflEventReceiver
receive(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListResultReceiver
Receiver the list of found resources.
receive(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedResultReceiver
Receive a resource.
receiveChanged(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of changed resources.
receiveChanged(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive a changed resource.
receiveDeleted(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of deleted resources.
receiveDeleted(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive a deleted resource.
receiveNew(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of new resources.
receiveNew(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive a new resource.
receiveUnvisited(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of unvisited unchanged resources.
receiveUnvisited(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive an unvisited unchanged resource.
receiveUnvisitedChanged(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of unvisited changed resources.
receiveUnvisitedChanged(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive an unvisited changed resource.
receiveUnvisitedDeleted(RidList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerListDeltaResultReceiver
Receive the list of unvisited deleted resources.
receiveUnvisitedDeleted(RID, ArrayList) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerPushedDeltaResultReceiver
Receive an unvisited deleted resource.
received(IEvent) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventReceiver
Method that will be called by the broker to notify the receiver about a new incoming event it has registered for.
received(IEvent) - Method in interface com.sapportals.wcm.util.events.IEventReceiver
This method will be called by the broker with an event.
received(IEvent[]) - Method in interface com.sapportals.wcm.util.events.IEventReceiverBulk
This method will be called by the event broker with an array of events.
received(IFrameworkTransaction, IEvent) - Method in interface com.sapportals.wcm.util.events.ITransactionalEventReceiver
This method will be called by the broker with an event.
receivers - Variable in class com.sap.netweaver.bc.rf.util.event.EventBroker
 
recompile - class com.sapportals.wcm.util.regex.re.recompile.
'recompile' is a command line tool that pre-compiles one or more regular expressions for use with the regular expression matcher class 'RE'.
recompile() - Constructor for class com.sapportals.wcm.util.regex.re.recompile
 
reconfigDate - Variable in class com.sapportals.wcm.crt.component.ComponentStateHandler
 
reconfigure(IConfiguration) - Method in interface com.sapportals.wcm.crt.component.IReconfigurable
Passes the new configuration data to the component.
reconfigure() - Method in class com.sapportals.wcm.util.channels.ChannelFactory
Reload the factory's configuration.
reconfigureSecurityManager(IConfiguration) - Method in class com.sap.netweaver.bc.rf.mi.AbstractManager
Must be called by the RM implementation in its reconfigure() method if reconfiguration of security managers at runtime must be supported.
recrawl(String) - Method in interface com.sapportals.wcm.service.crawler.ICrawler
Deprecated. Start another crawl (delta crawl) for a given id.
recrawlErrors(String) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerService
Restart a crawler task by crawling only the documents that failed during the last crawl.
recreate(String) - Static method in class com.sapportals.wcm.repository.manager.entrypoints.context.DisplayMode
 
reduceNumberOfCrawler() - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
 
reduceNumberOfCrawler() - Method in interface com.sapportals.wcm.service.indexmanagement.IIndex
 
referencePointName - Variable in class com.sap.netweaver.bc.rf.common.namespace.OrderPosition
 
refresh(ConfigEvent) - Method in interface com.sap.ip.collaboration.gw.api.config.IGWConfigurable
Sends the events received by the configuration handlers
refresh() - Method in interface com.sapportals.wcm.rendering.base.IRendererStatus
reloads resources from RF revokes all selections
refresh() - Method in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
 
refresh() - Method in class com.sapportals.wcm.rendering.collection.AbstractRendererStatus
reloads resources from RF revokes all selections filters and sorts depending on the settings
refresh() - Method in interface com.sapportals.wcm.rendering.collection.ICollectionRenderer
asks the implementing class to refresh its list of IResource objects.
refresh() - Method in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
refresh() - Method in class com.sapportals.wcm.rendering.collection.SearchRendererStatus
central refresh of list to be displayed
refresh() - Method in class com.sapportals.wcm.util.acl.UMPrincipalRaw
 
refresh() - Method in interface com.sapportals.wcm.util.cache.ICache
remove all expired entries
refresh(ICache) - Method in interface com.sapportals.wcm.util.cache.IClusterCacheArea
Remove all expired entries from the given cache (does a cache.removeEntriesOlderThan(getLastClusterInvalidation())).
refreshAllControlStatus() - Method in class com.sapportals.wcm.rendering.base.AbstractProxyControl
 
refreshCaches() - Static method in class com.sapportals.wcm.util.cache.CacheFactory
Tell the CacheFactory that the caches have to be refreshed
refreshExpirationDate() - Method in class com.sap.netweaver.bc.rf.mi.lock.LockInfo
reset the expiration period if timeout info is available
refreshLock(IResourceHandle, String) - Method in interface com.sap.netweaver.bc.rf.mi.lock.IMutableLockManager
Refresh, i.e. reset the timer of the given lock for a given resource handle until the lock is released automatically.
refreshLock(ILockInfo) - Method in interface com.sapportals.wcm.repository.IResource
Refresh the lock.
refreshMetaModel() - Method in interface com.sapportals.wcm.service.propertyconfig.IPropertyConfigurationService
 
register(ITransport) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.ITransportRegistry
 
register(IEventSender) - Method in class com.sap.netweaver.bc.rf.util.event.EventBroker
Registers an event sender instance.
register(IEventReceiver, IEvent) - Method in class com.sap.netweaver.bc.rf.util.event.EventBroker
Registers an event receiver.
register(IEventReceiver, IEvent, IEventMapper) - Method in class com.sap.netweaver.bc.rf.util.event.EventBroker
See the general contract of the EventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, int, boolean) - Method in class com.sap.netweaver.bc.rf.util.event.EventBroker
See the general contract of the EventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, IEventMapper, int, boolean) - Method in class com.sap.netweaver.bc.rf.util.event.EventBroker
See the general contract of the EventBroker.register(IEventReceiver, IEvent, IEventMapper) and EventBroker.register(IEventReceiver, IEvent, int, boolean) method.
register(IEventSender) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventBroker
Registers an event sender instance.
register(IEventReceiver, IEvent) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventBroker
Registers an event receiver.
register(IEventReceiver, IEvent, IEventMapper) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, int, boolean) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, IEventMapper, int, boolean) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent, IEventMapper) and IEventBroker.register(IEventReceiver, IEvent, int, boolean) method.
register(IDelegatedReceiver) - Method in class com.sapportals.wcm.rendering.base.AbstractProxyControl
 
register(IDelegatedReceiver) - Method in interface com.sapportals.wcm.rendering.base.IProxy
registers the given receiver with the implementing class of this interface.
register(String, String) - Method in interface com.sapportals.wcm.repository.filter.IFilterFactory
Register a filter for an additional repository manager.
register(String, String, Properties) - Method in interface com.sapportals.wcm.repository.filter.IFilterFactory
Register a new filter for a repository manager.
register(IEventSender) - Method in class com.sapportals.wcm.repository.manager.OverallResourceEventBroker
Registers an event sender instance.
register(IEventReceiver, IEvent) - Method in class com.sapportals.wcm.repository.manager.OverallResourceEventBroker
Registers an event receiver.
register(IEventReceiver, IEvent, IEventMapper) - Method in class com.sapportals.wcm.repository.manager.OverallResourceEventBroker
See the general contract of the OverallResourceEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, int, boolean) - Method in class com.sapportals.wcm.repository.manager.OverallResourceEventBroker
See the general contract of the OverallResourceEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, IEventMapper, int, boolean) - Method in class com.sapportals.wcm.repository.manager.OverallResourceEventBroker
See the general contract of the OverallResourceEventBroker.register(IEventReceiver, IEvent, IEventMapper) and OverallResourceEventBroker.register(IEventReceiver, IEvent, int, boolean) method.
register(IEventSender) - Method in interface com.sapportals.wcm.util.events.IEventBroker
Registers an event sender instance.
register(IEventReceiver, IEvent) - Method in interface com.sapportals.wcm.util.events.IEventBroker
Registers an event receiver.
register(IEventReceiver, IEvent, IEventMapper) - Method in interface com.sapportals.wcm.util.events.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, int, boolean) - Method in interface com.sapportals.wcm.util.events.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent) method.
register(IEventReceiver, IEvent, IEventMapper, int, boolean) - Method in interface com.sapportals.wcm.util.events.IEventBroker
See the general contract of the IEventBroker.register(IEventReceiver, IEvent) method.
registerClass(String, Class) - Method in class com.sapportals.wcm.repository.so.DefaultObjectFactory
 
registerClass(String, Class, Vector) - Method in class com.sapportals.wcm.repository.so.DefaultObjectFactory
 
registerClass(String, Class) - Method in interface com.sapportals.wcm.repository.so.IMutableObjectFactory
Deprecated. as of NW04.
registerClass(String, Class, Vector) - Method in interface com.sapportals.wcm.repository.so.IMutableObjectFactory
 
registerClassLoader(ClassLoader) - Static method in class com.sap.netweaver.bc.rf.util.resource.ResourceBundles
TBD: Description of the Method.
registerClassLoader(ClassLoader) - Static method in class com.sapportals.wcm.util.resource.ResourceBundles
Deprectated.
registerContextFactory(IContextFactory) - Static method in class com.sap.netweaver.bc.rf.util.context.ContextFactoryRegistry
Register context factory instance.
registerGuidRepositoryPrefix(String) - Static method in class com.sapportals.wcm.service.urimapper.UriMapperServiceFactory
Registers the prefix of the GUID repository at the UriMapperService (only used by the GUID repository manager and can be removed from the API at any time!).
registerIDMapping(IName, IResourceContext) - Method in interface com.sapportals.wcm.service.reporting.IReportCollection
Reserves a unique and persistent namespace prefix for the given name.
registerIDMapping(IName) - Method in interface com.sapportals.wcm.service.reporting.IReportingService
Reserves a unique and persistent namespace prefix for the given name.
registerObjectFactory(IObjectFactory) - Method in interface com.sapportals.wcm.repository.so.IObjectFactoryRegistry
Registration of a new provider.
registerPlaceholderResolver(IPlaceholderResolver) - Method in interface com.sapportals.wcm.service.urlgenerator.IURLGeneratorService
Registers resolver to this IURLGeneratorService .
registerProducer(IActionInboxItemProducer, String) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxService
Register an item producer to a category at the IActionInboxService.
registerSecurityManager(String, String) - Method in class com.sap.netweaver.bc.rf.mi.AbstractManager
 
registerUriMapper(IUriMapper) - Method in interface com.sapportals.wcm.service.urlgenerator.IURLGeneratorService
Registers mapper to this IURLGeneratorService .
registerUserInCommunity(String) - Method in interface com.sap.ip.collaboration.room.api.IRoom
Subscribe a user to a community.
reindex() - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
Reindexes the index
reindex(boolean) - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
Reindexes the index
reindex() - Method in interface com.sapportals.wcm.service.indexmanagement.IIndex
Clears the index (see clear() method) and starts putting all documents into the index again
It may be necessary to reindex an index if a CM repository that is assigned to the index now points to another underlying repository.
reindex(boolean) - Method in interface com.sapportals.wcm.service.indexmanagement.IIndex
Clears the index (see clear() method) and starts putting all documents into the index again
It may be necessary to reindex an index may be needed if a CM repository that is assigned to the index now points to another underlying repository.
reindex(IIndex, boolean) - Method in interface com.sapportals.wcm.service.indexmanagement.ITaskQueueHandler
Clears the index and starts putting all documents into the index again.
reindexNotTrainingDocs() - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
 
reindexPostClear(IIndexFolderList) - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
Deprecated. as of NW04. Does not work with the new crawlers
reindexPostClear(IIndexFolderList) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
Deprecated. as of NW04. Does not work with the new crawlers
reindexTrainingResources(IIndexFolderList) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
 
reindexXPostClear(IIndexFolderList) - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
 
relateRoom(String, String, String) - Method in interface com.sap.ip.collaboration.room.api.relman.IRelationManager
Relate source room to target room using the given relation type.
relationType(IRelationType) - Method in interface com.sapportals.wcm.service.relation.IRelationQueryBuilder
Return query expression to select the relations of the given relation type.
release(ILandscapeService) - Static method in class com.sapportals.wcm.service.landscape.LandscapeServiceFactory
Deprecated. As of NetWeaver 04 SPS12
release(ISchedulerService) - Method in class com.sapportals.wcm.service.scheduler.SchedulerServiceFactory
Deprecated. As of NetWeaver 04 SPS12
release(ITaskQueueService) - Static method in class com.sapportals.wcm.service.taskqueue.TaskQueueServiceFactory
Deprecated. As of NetWeaver 04 SPS12
release() - Method in interface com.sapportals.wcm.util.http.IRequester
Release this requester and make it available for reuse.
release() - Method in interface com.sapportals.wcm.util.threads.ISemaphore
Release the semaphore
release() - Method in class com.sapportals.wcm.util.threads.Semaphore
Release the semaphore
releaseComponent(IComponent) - Method in class com.sapportals.wcm.crt.CrtSystem
Releases the component.
releaseComponent(IComponent) - Method in interface com.sapportals.wcm.crt.component.IComponentManager
Releases the component.
releaseRead() - Method in interface com.sapportals.wcm.util.threads.IReaderWriterLock
Release the read lock
releaseRead() - Method in class com.sapportals.wcm.util.threads.ReaderWriterLock
Release the read lock
releaseService(IService) - Method in interface com.sapportals.wcm.service.IServiceFactory
Releases the service instance.
releaseService(IService) - Method in class com.sapportals.wcm.service.ServiceFactory
 
releaseWorker() - Method in class com.sapportals.wcm.crt.component.ComponentStateHandler
 
releaseWrite() - Method in interface com.sapportals.wcm.util.threads.IReaderWriterLock
Release the write lock
releaseWrite() - Method in class com.sapportals.wcm.util.threads.ReaderWriterLock
Release the write lock
reload() - Method in interface com.sapportals.wcm.service.objecttypehandler.IObjectTypeHandlerService
Reloads all oth definitions.
reloadAllFormTypes() - Method in interface com.sapportals.wcm.service.xmlforms.IXMLFormsService
Deprecated. reload all defined form IDs from the xmlforms framework this can be used by the XL Forms Builder or a repository to update the IDs collection when new porjects have been created, or old projects have been deleted if a project name is supplied, reload is only done if the project is not already known
reloadAllFormTypes(String) - Method in interface com.sapportals.wcm.service.xmlforms.IXMLFormsService
Deprecated.  
reloadConfiguration() - Method in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated. since EP6.0 SP2
reloadResourceFilters(String) - Method in interface com.sapportals.wcm.service.xcrawler.IXCrawlerService
Reload the current version of the resource filters for a crawler.
remove() - Method in class com.sap.ip.collaboration.gw.api.enum.AbstractEnum.StringIterator
 
remove(String, IGroupwareCredentials, boolean) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.ICalendarSendTransport
It deletes the calendar item of given Id and series or instance in case of recurring items.
remove(IUser) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem
Removes the groupware item.
remove(IUser, boolean) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareItem
Removes the groupware item.
remove(IGroupwareItem, IUser) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareManager
Saves the groupware item.This method obtains the necessery credentials for connecting to the groupware server from credentials factory.
remove(IGroupwareItem, IUser, boolean) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.IGroupwareManager
Saves the groupware item.This method obtains the necessery credentials for connecting to the groupware server from credentials factory.
remove(String, IGroupwareCredentials) - Method in interface com.sap.ip.collaboration.gw.api.framework.groupware.ISendTransport
Removes the groupware item based on the id specified.
remove(IUser) - Method in interface com.sap.ip.collaboration.gw.api.manager.calendar.ICalendarSO
Removes the calendar item.
remove(IUser, boolean) - Method in interface com.sap.ip.collaboration.gw.api.manager.calendar.ICalendarSO
Removes the calendar item.
remove(String) - Method in class com.sap.netweaver.bc.rf.common.UriQuery
Removes all occurances of parameter with given name.
remove(int) - Method in class com.sap.netweaver.bc.rf.util.event.EventList
Remove event at specified index, moving all following events one element closer.
remove(int) - Method in interface com.sap.netweaver.bc.rf.util.event.IEventList
Remove event at specified index, moving all following events one element closer.
remove(IResource) - Method in class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.UnavailableEntries
removes the map entry for this resource.
remove(IResource, IPropertyMap) - Method in class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.UnavailableEntries
removes all property names that are included in the given map from the list of unavailable entries for the given resource.
remove(IResource, IProperty) - Method in class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation.UnavailableEntries
removes the property name of the given property from the list of unavailable entries for the given resource.
remove(IResource) - Method in class com.sapportals.wcm.rendering.base.ResourcePropertyAmalgamation
removes the resource and all its properties retrieved from the internal data structures from this class.
remove(String) - Method in interface com.sapportals.wcm.repository.ILockInfoCollection
Description of the Method
remove(ILockInfo) - Method in interface com.sapportals.wcm.repository.ILockInfoCollection
Description of the Method
remove() - Method in interface com.sapportals.wcm.repository.ILockInfoIterator
 
remove(IPropertyName) - Method in interface com.sapportals.wcm.repository.IMutablePropertyMap
Removes the mapping for the specified property name from this map if present.
remove() - Method in interface com.sapportals.wcm.repository.IPropertyIterator
Removes a property from the property map
remove(IResource) - Method in interface com.sapportals.wcm.repository.IResourceList
Removes the first occurence of the specified resource from the list.
remove(int) - Method in interface com.sapportals.wcm.repository.IResourceList
Removes the resource at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.repository.IResourceListIterator
 
remove(String) - Method in class com.sapportals.wcm.repository.LockInfoCollection
 
remove(ILockInfo) - Method in class com.sapportals.wcm.repository.LockInfoCollection
 
remove() - Method in class com.sapportals.wcm.repository.LockInfoIterator
 
remove(IPropertyName) - Method in class com.sapportals.wcm.repository.MutablePropertyMap
 
remove() - Method in class com.sapportals.wcm.repository.PropertyIterator
 
remove(IResource) - Method in class com.sapportals.wcm.repository.ResourceList
 
remove(int) - Method in class com.sapportals.wcm.repository.ResourceList
 
remove() - Method in class com.sapportals.wcm.repository.ResourceListIterator
 
remove(IResource) - Method in class com.sapportals.wcm.repository.TypedResourceList
 
remove(int) - Method in class com.sapportals.wcm.repository.TypedResourceList
 
remove(int) - Method in class com.sapportals.wcm.repository.manager.entrypoints.EntryPointList
Removes an entry point from the specified position of the list
remove(int) - Method in interface com.sapportals.wcm.repository.manager.entrypoints.IEntryPointList
Removes an entry point from the specified position of the list
remove(IDiscussionItem) - Method in interface com.sapportals.wcm.repository.service.discussion.IDiscussionItemList
Removes the first occurrence of the specified discussion item in this list.
remove(int) - Method in interface com.sapportals.wcm.repository.service.discussion.IDiscussionItemList
Removes the discussion item at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.repository.service.discussion.IDiscussionItemListIterator
Removes from the list the last discussion item that was returned by next or previous.
remove(IMetaData) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IMetaDataList
 
remove(int) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IMetaDataList
 
remove() - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IMetaDataListIterator
 
remove() - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameIterator
 
remove(IParameterName) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameSet
 
remove(IProfile) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileCollection
 
remove() - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileIterator
 
remove(IProfile) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileList
 
remove(int) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileList
 
remove() - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileListIterator
 
remove(Object) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileMap
 
remove(IProfile) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileSet
 
remove(Object) - Method in class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
remove(int) - Method in class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
remove(Object) - Method in class com.sapportals.wcm.repository.service.layout.info.SettingInfoKeyList
 
remove(int) - Method in class com.sapportals.wcm.repository.service.layout.info.SettingInfoKeyList
 
remove(Object) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IList
Removes the first occurrence in this list of the specified element (optional operation).
remove() - Method in interface com.sapportals.wcm.repository.service.statemanagement.IListIterator
Removes the last element that was returned by next or previous (optional operation) from the list.
remove(int) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IResourceTransitionList
Inserts the specified element at the specified position in this list (optional operation).
remove(int) - Method in interface com.sapportals.wcm.repository.service.statemanagement.ITransitionList
Deprecated. Removes the transition at the specified position
remove(ISubscription) - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscriptionList
Removes an ISubscription from the list.
remove(int) - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscriptionList
Removes a specific item from the list.
remove() - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscriptionListIterator
Removes the last item that was returned by next or previous (optional operation) from the list.
remove(int) - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.info.ITimebasedPublishInfoItemList
 
remove(ITimebasedPublishInfoItem) - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.info.ITimebasedPublishInfoItemList
 
remove() - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.info.ITimebasedPublishInfoItemListIterator
 
remove(IActionInboxCategory) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxCategoryList
 
remove(int) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxCategoryList
 
remove() - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxCategoryListIterator
 
remove(IActionInboxItemCategory) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemCategoryList
 
remove(int) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemCategoryList
 
remove() - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemCategoryListIterator
 
remove(IActionInboxItem) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemList
 
remove(int) - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemList
 
remove() - Method in interface com.sapportals.wcm.service.actioninbox.IActionInboxItemListIterator
 
remove(ICrawler) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.crawler.ICrawlerListIterator
Deprecated.  
remove(ICrawlerProfile) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerProfileList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerProfileList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.crawler.ICrawlerProfileListIterator
Deprecated.  
remove(ICrawlerVisitedEntry) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerVisitedEntryList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.crawler.ICrawlerVisitedEntryList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.crawler.ICrawlerVisitedEntryListIterator
Deprecated.  
remove(IScheduledCrawler) - Method in interface com.sapportals.wcm.service.crawler.IScheduledCrawlerList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.crawler.IScheduledCrawlerList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.crawler.IScheduledCrawlerListIterator
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.indexmanagement.IIndexFolderIterator
 
remove(int) - Method in interface com.sapportals.wcm.service.indexmanagement.IIndexFolderList
Removes the index folder at position index and returns it.
remove(IIndexFolder) - Method in interface com.sapportals.wcm.service.indexmanagement.IIndexFolderList
 
remove() - Method in class com.sapportals.wcm.service.indexmanagement.IndexFolderIterator
Removes the current element of the iterator from the iterator list
remove(int) - Method in class com.sapportals.wcm.service.indexmanagement.IndexFolderList
 
remove(IIndexFolder) - Method in class com.sapportals.wcm.service.indexmanagement.IndexFolderList
 
remove(int) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.DocClassificationMapList
 
remove(IDocClassificationMap) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.DocClassificationMapList
 
remove(int) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IDocClassificationMapList
 
remove(IDocClassificationMap) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IDocClassificationMapList
 
remove() - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IPropertyDistributionListIterator
 
remove() - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IPropertyRangeListIterator
 
remove(int) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntryList
Removes the query entry at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.IQueryEntryListIterator
 
remove() - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.search.ISearchResultListIterator
 
remove(IAction) - Method in class com.sapportals.wcm.service.objecttypehandler.ActionList
TODO: Description of the Method.
remove(int) - Method in class com.sapportals.wcm.service.objecttypehandler.ActionList
TODO: Description of the Method.
remove() - Method in class com.sapportals.wcm.service.objecttypehandler.ActionListIterator
TODO: Description of the Method.
remove(IAction) - Method in interface com.sapportals.wcm.service.objecttypehandler.IActionList
TODO: Description of the Method.
remove(int) - Method in interface com.sapportals.wcm.service.objecttypehandler.IActionList
TODO: Description of the Method.
remove() - Method in interface com.sapportals.wcm.service.objecttypehandler.IActionListIterator
TODO: Description of the Method.
remove(IObjectTypeHandler) - Method in interface com.sapportals.wcm.service.objecttypehandler.IObjectTypeHandlerList
TODO: Description of the Method.
remove(int) - Method in interface com.sapportals.wcm.service.objecttypehandler.IObjectTypeHandlerList
TODO: Description of the Method.
remove() - Method in interface com.sapportals.wcm.service.objecttypehandler.IObjectTypeHandlerListIterator
TODO: Description of the Method.
remove(IMetaGroup) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaGroupList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaGroupList
 
remove() - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaGroupListIterator
 
remove(IMetaName) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaNameList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaNameList
 
remove() - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaNameListIterator
 
remove(IMetaValue) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaValueList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaValueList
 
remove() - Method in interface com.sapportals.wcm.service.propertyconfig.IMetaValueListIterator
 
remove(IValidationError) - Method in interface com.sapportals.wcm.service.propertyconfig.metadataextension.IValidationErrorList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertyconfig.metadataextension.IValidationErrorList
 
remove() - Method in interface com.sapportals.wcm.service.propertyconfig.metadataextension.IValidationErrorListIterator
 
remove(IPropertyStructure) - Method in interface com.sapportals.wcm.service.propertystructure.IPropertyStructureList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertystructure.IPropertyStructureList
 
remove() - Method in interface com.sapportals.wcm.service.propertystructure.IPropertyStructureListIterator
 
remove(IStructuredGroupItem) - Method in interface com.sapportals.wcm.service.propertystructure.IStructuredGroupItemList
 
remove(int) - Method in interface com.sapportals.wcm.service.propertystructure.IStructuredGroupItemList
 
remove() - Method in interface com.sapportals.wcm.service.propertystructure.IStructuredGroupItemListIterator
 
remove(IRelation) - Method in interface com.sapportals.wcm.service.relation.IRelationList
Remove the first occurence of the specified relation from the list.
remove(int) - Method in interface com.sapportals.wcm.service.relation.IRelationList
Remove the relation at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.service.relation.IRelationListIterator
Removes from the list the last element that was returned by next() or previous() .
remove(IRelationType) - Method in interface com.sapportals.wcm.service.relation.IRelationTypeList
Remove the first occurence of the specified relation type from the list.
remove(int) - Method in interface com.sapportals.wcm.service.relation.IRelationTypeList
Remove the relation type at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.service.relation.IRelationTypeListIterator
Removes from the list the last element that was returned by next() or previous() .
remove(ISchedulerEntry) - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerEntryList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerEntryList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerEntryListIterator
Deprecated.  
remove(ISchedulerTime) - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerTimeList
Deprecated.  
remove(int) - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerTimeList
Deprecated.  
remove() - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerTimeListIterator
Deprecated.  
remove(ISchedulerEntry) - Method in interface com.sapportals.wcm.service.scheduler.ISequence
Removes an entry from the sequence.
remove(IProfile) - Method in interface com.sapportals.wcm.service.template.IProfileList
Removes the first occurence of the specified resource from the list.
remove(int) - Method in interface com.sapportals.wcm.service.template.IProfileList
Removes the Profile at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.service.template.IProfileListIterator
 
remove(ITemplate) - Method in interface com.sapportals.wcm.service.template.ITemplateList
Removes the first occurence of the specified resource from the list.
remove(int) - Method in interface com.sapportals.wcm.service.template.ITemplateList
Removes the template at the specified position in this list.
remove() - Method in interface com.sapportals.wcm.service.template.ITemplateListIterator
 
remove(IChannel) - Method in interface com.sapportals.wcm.util.channels.IChannelList
 
remove(int) - Method in interface com.sapportals.wcm.util.channels.IChannelList
 
remove() - Method in interface com.sapportals.wcm.util.channels.IChannelListIterator
 
remove(IRecipient) - Method in interface com.sapportals.wcm.util.channels.IRecipientList
 
remove(int) - Method in interface com.sapportals.wcm.util.channels.IRecipientList
 
remove() - Method in interface com.sapportals.wcm.util.channels.IRecipientListIterator
 
remove(int) - Method in class com.sapportals.wcm.util.events.EventList
 
remove(int) - Method in interface com.sapportals.wcm.util.events.IEventList
 
remove(String) - Method in class com.sapportals.wcm.util.http.Headers
Removes the header field name.
remove() - Method in interface com.sapportals.wcm.util.uri.IRidIterator
 
remove(int) - Method in interface com.sapportals.wcm.util.uri.IRidList
 
remove(RID) - Method in interface com.sapportals.wcm.util.uri.IRidSet
 
remove(int) - Method in interface com.sapportals.wcm.util.uri.IUriList
 
remove(int) - Method in class com.sapportals.wcm.util.uri.ReadonlyRidList
 
remove() - Method in class com.sapportals.wcm.util.uri.RidIterator
 
remove(int) - Method in class com.sapportals.wcm.util.uri.RidList
 
remove(RID) - Method in class com.sapportals.wcm.util.uri.RidSet
 
remove(int) - Method in class com.sapportals.wcm.util.uri.UriList
 
remove(String) - Method in class com.sapportals.wcm.util.uri.UriQuery
Removes all occurances of parameter with given name.
removeAcl(IResourceHandle) - Method in interface com.sap.netweaver.bc.rf.mi.security.acl.IAclSecurityManager
Remove the ACL from the given resource.
removeAcl(IAcl) - Method in interface com.sap.netweaver.bc.rf.mi.security.acl.IAclSecurityManager
Remove the given ACL from its resource.
removeAcl(IResource) - Method in interface com.sapportals.wcm.repository.security.IResourceAclManager
remove the ACL of a specific resource
removeAcl(IResourceAcl) - Method in interface com.sapportals.wcm.repository.security.IResourceAclManager
remove an ACL
removeAcl(IUMPrincipal, String) - Method in interface com.sapportals.wcm.util.acl.IAclManager
remove a specific ACL
removeAcl(IUMPrincipal, IAcl) - Method in interface com.sapportals.wcm.util.acl.IAclManager
remove a specific ACL
removeAll(IParameterNameSet) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IParameterNameSet
 
removeAll(IProfileCollection) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileCollection
 
removeAll(IProfileCollection) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileList
 
removeAll(IProfileCollection) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IProfileSet
 
removeAll(Collection) - Method in class com.sapportals.wcm.repository.service.layout.info.RenderObjectInfoList
 
removeAll(Collection) - Method in class com.sapportals.wcm.repository.service.layout.info.SettingInfoKeyList
 
removeAll(Collection) - Method in interface com.sapportals.wcm.repository.service.statemanagement.IList
Removes from this list all the elements that are contained in the specified collection (optional operation)
removeAll(ITimebasedPublishInfoItemList) - Method in interface com.sapportals.wcm.repository.service.timebasedpublish.info.ITimebasedPublishInfoItemList
 
removeAllFlyWeights(Class) - Static method in class com.sap.netweaver.bc.rf.util.flyweight.FlyWeight
Remove all so far registered flyweight instances of the given flyweight class.
removeAllFlyWeightsInherited(Class) - Static method in class com.sap.netweaver.bc.rf.util.flyweight.FlyWeight
Remove all so far registered flyweight instances of the given flyweight class and all sub classes of that class.
removeAllFolderUris() - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
Deprecated. as of NW04. Use clear() at the IIndexFolderList interface
removeAllFolderUris() - Method in interface com.sapportals.wcm.service.indexmanagement.IIndex
Deprecated. as of NW04. Use clear() at the IIndexFolderList interface
removeAllRoles() - Method in interface com.sap.ip.collaboration.room.api.IUserRoles
Remove all roles from the user
removeAllUsers() - Method in interface com.sap.ip.collaboration.room.api.IRoomInfo
Remove all user from the collaboration room
removeAttribute(String) - Method in interface com.sap.netweaver.bc.rf.common.property.IMutableProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.booleantype.MutableBooleanMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.booleantype.MutableBooleanSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.datetype.MutableDateMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.datetype.MutableDateSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.inttype.MutableIntMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.inttype.MutableIntSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.longtype.MutableLongMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.longtype.MutableLongSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.stringtype.MutableStringMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.stringtype.MutableStringSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.xmltype.MutableXmlMultiValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in class com.sap.netweaver.bc.rf.common.property.xmltype.MutableXmlSingleValueProperty
Remove attribute from the property.
removeAttribute(String) - Method in interface com.sapportals.wcm.repository.IMutableProperty
Removes a attribute
removeAttribute(String) - Method in class com.sapportals.wcm.repository.MutableProperty
 
removeAttribute(int) - Method in interface com.sapportals.wcm.util.html.IHTMLElementStart
Remove attribute with given index.
removeBody() - Method in class com.sapportals.wcm.util.http.HttpRequest
 
removeCategoryAssignments(ICollection) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
Removes the assignment of all documents of the index to a category.
removeCategoryAssignments(ICollection) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IClassificationIndex
Removes the assignment to a deleted category for all documents in the index
removeChild(String) - Method in interface com.sapportals.wcm.crt.component.IContainerManager
Removes a child component with the specified key.
removeChild(IConfiguration) - Method in class com.sapportals.wcm.crt.configuration.DefaultConfiguration
Removes the child configuration node from this node.
removeChild(String) - Method in class com.sapportals.wcm.util.config.ConfigCollection
Remove a child ConfigCollection.
removeChildUri(String) - Method in class com.sapportals.wcm.crt.ComponentUri
Removes a child URI with the specified key.
removeClassLoaderRegistryListener(IClassLoaderRegistryListener) - Static method in class com.sapportals.wcm.crt.CrtClassLoaderRegistry
 
removeContext() - Method in class com.sap.netweaver.bc.rf.common.context.AccessContextFactory
Remove actual context including all other stacked contexts completely.
removeDuplicates() - Method in interface com.sapportals.wcm.repository.service.statemanagement.ITransitionList
Deprecated. Removes all duplicate entries in the list
removeEntriesOlderThan(long) - Method in interface com.sapportals.wcm.util.cache.ICache
remove all entries from the cache with modification date older than the given timestamp.
removeEntriesStartingWith(String) - Method in interface com.sapportals.wcm.util.cache.ICache
remove all entries from the cache which's keys start with a specific prefix
removeEntry(IAclEntry) - Method in interface com.sap.netweaver.bc.rf.common.security.acl.IAcl
Remove ACL entry from this ACL.
removeEntry(IResourceAclEntry) - Method in interface com.sapportals.wcm.repository.security.IResourceAcl
remove an ACE from the ACL
removeEntry(IUMPrincipal, IAclEntry) - Method in interface com.sapportals.wcm.util.acl.IAcl
remove an ACE from the ACL
removeEntry(ICacheEntry) - Method in interface com.sapportals.wcm.util.cache.ICache
remove an entry from the cache
removeEntry(String) - Method in interface com.sapportals.wcm.util.cache.ICache
remove an entry from the cache
removeExtension() - Method in interface com.sap.netweaver.bc.rf.common.IRid
Remove the (optional) extension of the resource name.
removeExtension() - Method in class com.sap.netweaver.bc.rf.common.Rid
Remove the (optional) extension of the resource name.
removeExtension() - Method in class com.sapportals.wcm.util.uri.RID
Remove the (optional) extension of the resource name.
removeExtension() - Method in class com.sapportals.wcm.util.uri.URI
Deprecated. Remove the (optional) extension of the resource name.
removeFlyWeight(Class, Serializable) - Static method in class com.sap.netweaver.bc.rf.util.flyweight.FlyWeight
Remove flyweight instance by id of the given flyweight class.
removeFlyWeightInherited(Class, Serializable) - Static method in class com.sap.netweaver.bc.rf.util.flyweight.FlyWeight
Remove flyweight instance by id of the given flyweight class and all sub classes of that class.
removeFolderUri(URI) - Method in class com.sapportals.wcm.service.indexmanagement.AbstractIndex
Deprecated. as of NW04. Use remove(IIndexFolder) at the IIndexFolderList interface
removeFolderUri(URI) - Method in interface com.sapportals.wcm.service.indexmanagement.IIndex
Deprecated. as of NW04. Use remove(IIndexFolder) at the IIndexFolderList interface
removeFromPrivate(Object) - Method in class com.sapportals.wcm.rendering.base.ProxyStatus
 
removeFromPublic(Object) - Method in class com.sapportals.wcm.rendering.base.ProxyStatus
 
removeFromTable(ISchedulerTime) - Method in interface com.sapportals.wcm.service.scheduler.ISchedulerTimeTable
 
removeHeader(String) - Method in class com.sapportals.wcm.util.http.HttpRequest
 
removeLabel(IResourceHandle, String) - Method in interface com.sap.netweaver.bc.rf.mi.version.IMutableAdvancedVersioningManager
Removes the given label from the given version resource, if it is present there.
removeLabel(String) - Method in interface com.sapportals.wcm.repository.IVersionResource
Removes the given label from the resource if present (removing non-existing labels should be signaled through an exception)
removeLinkTypeToBeCopied(LinkType) - Method in class com.sap.netweaver.bc.rf.common.namespace.CopyFlagsDescriptor
Remove link type to be copied when children also need to be copied.
removeMember(IAclPermission) - Method in interface com.sap.netweaver.bc.rf.common.security.acl.IAclPermission
remove a member from the present permission
removeMember(IAclPermission) - Method in interface com.sapportals.wcm.util.acl.IAclPermission
remove a member from the present permission
removeMemory(String) - Method in class com.sapportals.wcm.rendering.base.NavigationMemorizer
 
removeMultipleAcls(String) - Method in interface com.sapportals.wcm.util.acl.IAclManager
remove multiple ACLs ("recursive deletion") - does not remove the root ACL (call removeAcl() for the root node previously to remove the root ACL and to check for authorization)
removeMultipleIDs(URI) - Method in interface com.sapportals.wcm.service.urimapper.IUriMapperService
Deprecated. as of NW04.
removeMultipleIDs(RID) - Method in interface com.sapportals.wcm.service.urimapper.IUriMapperService
Remove mapping for the given RID and all descendants, e.g. id/*.
removeName() - Method in interface com.sap.netweaver.bc.rf.common.IRid
Remove the name of the resource, same as parent()
removeName() - Method in class com.sap.netweaver.bc.rf.common.Rid
Remove the name of the resource, same as parent()
removeName() - Method in class com.sapportals.wcm.util.uri.RID
Remove the name of the resource, same as parent()
removeName() - Method in class com.sapportals.wcm.util.uri.URI
Deprecated. Remove the name of the resource, same as parent()
removeOwner(IPrincipal) - Method in interface com.sap.netweaver.bc.rf.common.security.acl.IAcl
Remove owner from the this ACL.
removeOwner(IUMPrincipal) - Method in interface com.sapportals.wcm.repository.security.IResourceAcl
remove an owner from the ACL (only owners are allowed to change the ACL)
removeOwner(IUMPrincipal, IUMPrincipal) - Method in interface com.sapportals.wcm.util.acl.IOwner
remove an owner from the list
removeParameter(IParameterName) - Method in class com.sapportals.wcm.rendering.base.LayoutObject
 
removeParameter(IParameterName) - Method in class com.sapportals.wcm.rendering.collection.AbstractCollectionRenderer
Description of the Method
removeParameter(IParameterName) - Method in class com.sapportals.wcm.rendering.collection.LightCollectionRenderer
 
removeParameter(IFlavor, IParameterName) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.ILayoutSet
 
removeParameter(IParameterName) - Method in interface com.sapportals.wcm.repository.service.layout.customizing.IParameters
removes the parameter specified from the paramters map.
removePermission(IAclPermission) - Method in interface com.sap.netweaver.bc.rf.mi.security.acl.IAclSecurityManager
Unregister permission with the given name generally from this ACL security sub manager.
removePermission(IAclPermission) - Method in interface com.sapportals.wcm.repository.security.IResourceAclManager
remove a permission - a permission can only be removed if it is not predefined and not used in an ACL
removePermission(IAclPermission) - Method in interface com.sapportals.wcm.util.acl.IAclManager
remove a permission - a permission can only be removed if it is not predefined and not used in an ACL
removePluginConfigurable(String, String) - Method in class com.sapportals.wcm.util.config.ConfigurationProxy
Deprecated. Remove a configurable
removeProperty(String) - Method in class com.sapportals.wcm.util.config.ConfigCollection
Remove a property from the ConfigCollection
removeRecipient(IRecipient) - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscription
Removes a recipient from the subscription.
removeResource(IResource) - Method in interface com.sapportals.wcm.repository.service.subscription.ISubscription
Removes a resource from the subscription.
removeResourceFromClassificationIndex(RID, IResourceContext) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
Removes a resource from the list of resources that are indexed in the index.
removeRole(IRoomRole) - Method in interface com.sap.ip.collaboration.room.api.IUserRoles
Remove a specific role from the user
removeRoomPartInstance(String) - Method in interface com.sap.ip.collaboration.room.api.IRoom
Remove a room part instance from the room
removeRoot() - Method in interface com.sap.netweaver.bc.rf.common.IRid
Get a new Rid with the toplevel collection removed
removeRoot() - Method in class com.sap.netweaver.bc.rf.common.Rid
Get a new Rid with the toplevel collection removed
removeRoot() - Method in class com.sapportals.wcm.util.uri.RID
Get a new RID with the toplevel collection removed
removeRoot() - Method in class com.sapportals.wcm.util.uri.URI
Deprecated. Get a new URI with the toplevel collection removed
removeSingleID(URI) - Method in interface com.sapportals.wcm.service.urimapper.IUriMapperService
Deprecated. as of NW04.
removeSingleID(RID) - Method in interface com.sapportals.wcm.service.urimapper.IUriMapperService
Remove mapping for the given RID.
removeSupportedPermission(IObjectType, IAclPermission) - Method in interface com.sap.netweaver.bc.rf.mi.security.acl.IAclSecurityManager
Unregister permission as no longer supported permission from an object type.
removeSupportedPermission(IObjectType, IAclPermission) - Method in interface com.sapportals.wcm.repository.security.IResourceAclManager
remove the assignment of a permission to an object type - a supported permission can only be removed if it is not predefined and not used in an ACL
removeSupportedPermission(IObjectType, IAclPermission) - Method in interface com.sapportals.wcm.util.acl.IAclManager
remove the assignment of a permission to an object type
removeTask(ITask) - Method in interface com.sapportals.wcm.service.taskqueue.ITaskQueue
Removes a task that is queued by this service.
removeTask(ITask) - Method in interface com.sapportals.wcm.service.taskqueue.ITaskQueueService
Removes a task that is queued by this service.
removeTaxonomy(String) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
Deprecated. as of NW04. Use removeTaxonomy(String,IResourceContext)
removeTaxonomy(String, IResourceContext) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.AbstractClassificationIndex
for internal use - to remove a taxonomy delete the taxonomy collection
removeTaxonomy(String) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IClassificationIndex
Deprecated. as of NW04. Use removeTaxonomy(String,IResourceContext)
removeTaxonomy(String, IResourceContext) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IClassificationIndex
Removes a taxonomy form the index
By removing a taxonomy, the folder for the taxonomy in the taxonomy repository is deleted and the taxonomy itself is removed from the index.
removeTaxonomyClasses(String) - Method in class com.sapportals.wcm.service.indexmanagement.retrieval.classification.DocClassificationMap
Removes the taxonomy with its classes from the map
removeTaxonomyClasses(String) - Method in interface com.sapportals.wcm.service.indexmanagement.retrieval.classification.IDocClassificationMap
Removes the taxonomy with its classes from the map
removeTrailingSlash() - Method in interface com.sap.netweaver.bc.rf.common.IRid
Remove a possible trailing slash from the Rid.
removeTrailingSlash() - Method in class com.sap.netweaver.bc.rf.common.Rid
Remove a possible trailing slash from the Rid.
removeTrailingSlash() - Method in class com.sapportals.wcm.util.uri.RID
Remove a possible trailing slash from the RID.
removeTrailingSlash() - Method in class com.sapportals.wcm.util.uri.URI
Deprecated. Remove a possible trailing slash from the URI.
removeTransition(ITransition) - Method in interface com.sapportals.wcm.repository.service.statemanagement.ITransitionList
Deprecated. Removes all occurrences of aTransition from the list
removeTypeUnsafeContext() - Method in class com.sap.netweaver.bc.rf.util.context.AbstractDependentContextFactory
Remove actual context including all other stacked contexts completely (optional operation).
removeTypeUnsafeContext() - Method in class com.sap.netweaver.bc.rf.util.context.AbstractIndependentThreadContextFactory
Remove actual context including all other stacked contexts completely (optional operation).
removeTypeUnsafeContext() - Method in interface com.sap.netweaver.bc.rf.util.context.IContextFactory
Remove actual context including all other stacked contexts completely (optional operation).
removeUser(String) - Method in interface com.sap.ip.collaboration.room.api.IRoomInfo
Remove a user from the collaboration room
removeUserFromAllRoles(String) - Method in interface com.sap.ip.collaboration.room.api.IRoomInfo
Remove a user from all room roles.