|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotSupportedException | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| com.sapportals.wcm.repository.manager | Contains interfaces for repository managers. |
| com.sapportals.wcm.repository.search | Contains interfaces for search sub-managers. |
| com.sapportals.wcm.service.indexmanagement | Provides a service for managing indexes. |
| com.sapportals.wcm.service.indexmanagement.retrieval.classification | Provides functions for taxonomies and classification. |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| Uses of NotSupportedException in com.sapportals.wcm.repository |
| Methods in com.sapportals.wcm.repository that throw NotSupportedException | |
ICollection |
IExtendedCollection.createWorkspace(java.lang.String name,
IPosition position)
Creates a new workspace resource. |
IResource |
IExtendedCollection.createVersionControlledResource(RID baseRevisionRid,
java.lang.String name,
IPosition position)
If called on a workspace controlled collection, a new version controlled resource based on the given revision is created |
void |
IResource.rename(java.lang.String newName)
Changes the name of this resource. |
void |
IResource.delete()
Deletes this resource from the repository. |
void |
IResource.updateContent(IContent newContent)
Updates the content of this resource. |
void |
IResource.update(IContent newContent,
IPropertyMap properties)
Updates the content and properties of this resource in an atomic operation. |
IResource |
IResource.copy(URI destinationURI,
ICopyParameter param)
Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter. |
IResource |
IResource.copy(URI destinationURI,
IPosition position,
ICopyParameter param)
Deprecated. As of EP 5.0 SP5, replaced by copy() with RID parameter. |
IResource |
IResource.move(URI destinationURI,
ICopyParameter param)
Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter. |
IResource |
IResource.move(URI destinationURI,
IPosition position,
ICopyParameter param)
Deprecated. As of EP 5.0 SP5, replaced by move() with RID parameter. |
IResource |
IResource.copy(RID destinationRID,
ICopyParameter param)
Copy the resource. |
IResource |
IResource.copy(RID destinationRID,
IPosition position,
ICopyParameter param)
Copy the resource to a destination collection that supports ordered children. |
IResource |
IResource.move(RID destinationRID,
ICopyParameter param)
Move the resource's content and properties |
IResource |
IResource.move(RID destinationRID,
IPosition position,
ICopyParameter param)
Move the resource to a destination collection that supports ordered children. |
IPropertyMap |
IResource.getProperties()
Returns a map with IProperty references for the resource. |
IPropertyMap |
IResource.getProperties(IPropertyNameList propNameList)
Returns a map with IProperty references for the resource. |
void |
IResource.setProperties(IPropertyMap props)
Set all properties of the resource. |
void |
IResource.setProperties(java.util.List propChangeList)
Change the properties of the resource. |
IProperty |
IResource.getProperty(IPropertyName propName)
Get a property. |
IProperty |
IResource.getInheritedProperty(IPropertyName propName)
Get a property of the resource or inherit it. |
void |
IResource.setProperty(IProperty prop)
Sets a property. |
void |
IResource.deleteProperty(IPropertyName propName)
Removes the property. |
ILockInfo |
IResource.lock()
Lock the resource using the current user in the context. |
ILockInfo |
IResource.lock(ILockProperties lockProperties)
Lock the resource using the current user in the context. |
void |
IResource.unlock(ILockInfo lockInfo)
Unlock the resource using the current user in the context. |
void |
IResource.refreshLock(ILockInfo lockInfo)
Refresh the lock. |
ILockInfo |
IResource.getLockByToken(java.lang.String lockToken)
Get a LockInfo for the token. |
ILockInfoCollection |
IResource.getLocks()
Returns a collection of all existing locks. |
void |
IResource.enableVersioning(boolean enable)
Enables or disables versioning. |
ICheckOutInfo |
IResource.checkOut()
Check out the resource for editing. |
void |
IResource.undoCheckOut()
Undo a previous check out operation. |
ICheckInInfo |
IResource.checkIn(IContent newContent,
IPropertyMap properties,
boolean ignorePropertyFailures,
URI expectedCheckInURI)
Deprecated. As of EP 5.0 SP4 |
ICheckInInfo |
IResource.checkIn(IContent newContent,
IPropertyMap properties)
Check in a new version of the resource with new content and/or properties. |
ICheckInInfo |
IResource.checkIn(IContent newContent,
IPropertyMap properties,
boolean ignorePropertyFailures)
Check in a new version of the resource with new content and/or properties. |
ICheckInInfo |
IResource.checkIn(IContent newContent,
IPropertyMap properties,
boolean ignorePropertyFailures,
RID expectedCheckInRID)
Check in a new version of the resource with new content and/or properties. |
IVersionHistory |
IResource.getVersionHistory()
Returns the version history of this resource. |
void |
IResource.setAsCurrentVersion()
Deprecated. As of EP 5.0 SP5 This method will fail if it's not possible to unambigously identify the version-controlled resource to be updated (this may happen when working resources or workspaces are used). Instead check out the version-controlled resource, copy the version onto it, then check it back again. |
IResourceList |
IResource.getCheckedOutResources()
Returns a list of currently checked out resources. |
java.lang.Object |
IResource.as(java.lang.Class classref)
Get a representation of this resource as the specified class. |
IResourceList |
IResource.search(IQueryExpression query,
int depth,
int maxResults,
boolean includeRevisions)
Queries the resource and optionally the collection hierarchy for resources. |
void |
ICollection.setOrderType(OrderType orderType)
Set the order type of a collection |
void |
ICollection.reorder(IReorderList list)
Change the position of some or all resources in an ordered collection. |
ICollection |
ICollection.createCollection(java.lang.String name,
IPropertyMap properties)
Creates a new sub collection in a collection. |
ICollection |
ICollection.createCollection(java.lang.String name,
IPosition position,
IPropertyMap properties)
Creates a new sub collection in a collection that supports ordering. |
ICollection |
ICollection.createCollection(java.lang.String name,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new sub collection in a collection. |
ICollection |
ICollection.createCollection(java.lang.String name,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new sub collection in a collection that supports ordering. |
IResource |
ICollection.createResource(java.lang.String name,
IPropertyMap properties,
IContent content)
Creates a new resource in a collection. |
IResource |
ICollection.createResource(java.lang.String name,
IPosition position,
IPropertyMap properties,
IContent content)
Creates a new resource in a collection that supports ordering. |
IResource |
ICollection.createResource(java.lang.String name,
IPropertyMap properties,
IContent content,
boolean ignorePropertyFailures)
Creates a new resource in a collection. |
IResource |
ICollection.createResource(java.lang.String name,
IPosition position,
IPropertyMap properties,
IContent content,
boolean ignorePropertyFailures)
Creates a new resource in a collection that supports ordering. |
ILockInfo |
ICollection.createResource(java.lang.String name,
ILockProperties lockProperties)
Creates a empty resource that is initially locked (lock null resource) |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties)
Creates a new link in a collection that supports ordering. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection. |
IResource |
ICollection.createLink(java.lang.String name,
URL targetURL,
LinkType linkType,
IPosition position,
IPropertyMap properties,
boolean ignorePropertyFailures)
Creates a new link in a collection that supports ordering. |
| Uses of NotSupportedException in com.sapportals.wcm.repository.manager |
| Methods in com.sapportals.wcm.repository.manager that throw NotSupportedException | |
IResourceList |
IPropertySearchManager.execute(IQueryExpression query,
IResource resource,
int depth,
int maxResults,
boolean includeVersions)
Runs a query and returns a list of resource that matched the criteria |
| Uses of NotSupportedException in com.sapportals.wcm.repository.search |
| Methods in com.sapportals.wcm.repository.search that throw NotSupportedException | |
IGenericQuery |
IGenericQueryFactory.toGenericQuery(IQueryExpression query)
Convert the given query to a generic one. |
IResourceList |
IGenericQuery.execute(IResource resource,
int depth,
int maxResults,
boolean includeVersions)
Runs this query and returns a list of resources that matched the criteria. |
| Uses of NotSupportedException in com.sapportals.wcm.service.indexmanagement |
| Methods in com.sapportals.wcm.service.indexmanagement that throw NotSupportedException | |
java.lang.String |
AbstractIndex.getDetailsMonitorURL1()
Get first details monitor |
java.lang.String |
AbstractIndex.getDetailsMonitorURL2()
Get second details monitor |
java.lang.String |
AbstractIndex.getDetailsMonitorURL3()
Get third details monitor |
java.lang.String |
AbstractIndex.getDetailsMonitorPageURL()
Get details monitor portal page |
java.lang.String |
AbstractIndex.getDetailsMonitorPageText()
Get Display Text for details monitor portal page |
java.lang.String[] |
AbstractIndex.getFrameSizes()
Get frame sizes of detailed monitors (and implicit number of detailed monitors) |
AbstractIndex.ErrorState |
AbstractIndex.getErrorState(double errorThreshold,
double warningThreshold,
java.util.Locale locale)
Returns an error state indicating the overall indexing status. |
| Uses of NotSupportedException in com.sapportals.wcm.service.indexmanagement.retrieval.classification |
| Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification that throw NotSupportedException | |
IResource |
ITaxonomyTransport.exportDTD(ICollection exportColl)
|
| Uses of NotSupportedException in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that throw NotSupportedException | |
IOrderedRelationPosition |
IRelation.getPosition()
Get the relation's positioning. (only supported for IOrderedRelation
s). |
void |
IRelation.setPosition(IOrderedRelationPosition position)
Change the relation's position (only supported for IOrderedRelation
s). |
IRelation |
IRelationType.createRelation(IOrderedRelationPosition position,
IRelationOperand source,
IRelationOperand target,
IPropertyMap properties)
Create a new ordered relation from wrapped operands. |
IRelation |
IRelationType.createRelation(IOrderedRelationPosition position,
IRelationOperand source,
IRelationOperand target)
a shortcut for createRelation(source,
target, null). |
IRelation |
IRelationType.createRelation(IOrderedRelationPosition position,
java.lang.Object source,
java.lang.Object target,
IPropertyMap properties)
Create a ordered relation from operand values. |
IRelation |
IRelationType.createRelation(IOrderedRelationPosition position,
java.lang.Object source,
java.lang.Object target)
a shortcut for createRelation(source, target, null). |
void |
IRelationType.reorder(IOrderedRelationPositioningList ordering)
Reorder the relations for this type. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||