com.sapportals.wcm.repository
Interface IResourceMetadata


public interface IResourceMetadata

Extended interface for resources that provide additional meta-information.

EXPERIMENTAL

Copyright (c) SAP AG 2002


Method Summary
 com.sapportals.wcm.util.uri.IRidSet getVersionHistoryCollectionSet()
          Returns a set of collections that are used to store version history resources.
 com.sapportals.wcm.util.uri.IRidSet getWorkspaceCollectionSet()
          Returns a set of collections that are able to contain/create workspace resources.
 

Method Detail

getVersionHistoryCollectionSet

public com.sapportals.wcm.util.uri.IRidSet getVersionHistoryCollectionSet()
                                                                   throws com.sapportals.wcm.repository.ResourceException
Returns a set of collections that are used to store version history resources.
Returns:
a set of collections containing version histories
Throws:
com.sapportals.wcm.repository.ResourceException - Exception raised in failure situation

getWorkspaceCollectionSet

public com.sapportals.wcm.util.uri.IRidSet getWorkspaceCollectionSet()
                                                              throws com.sapportals.wcm.repository.ResourceException
Returns a set of collections that are able to contain/create workspace resources.
Returns:
a set of collections
Throws:
com.sapportals.wcm.repository.ResourceException - Exception raised in failure situation