com.sapportals.wcm.repository

Interface IBindController


public interface IBindController

Interface for collections that can explicitly control the bindings they contain (see WebDAV BIND protocol ).

EXPERIMENTAL

Copyright (c) SAP AG 2002-2004


Method Summary
 boolean createBind(String memberName, IPosition position, IResource targetResource, boolean overwrite)
          Adds a new member name to the collection referencing the identified resource.
 boolean createBind(String memberName, IPosition position, RID targetRid, boolean overwrite)
          Adds a new member name to the collection referencing the identified resource.
 

Method Detail

createBind

boolean createBind(String memberName,
                   IPosition position,
                   RID targetRid,
                   boolean overwrite)
                   throws ResourceException
Adds a new member name to the collection referencing the identified resource.

Parameters:
memberName - member name to be added to collection
targetRid - resource to bind to
position - position in target collection (may be null )
overwrite - set to true if an existing resource binding may be overwritten
Returns:
whether an existing internal member was overwritten
Throws:
ResourceException - Exception raised in failure situation

createBind

boolean createBind(String memberName,
                   IPosition position,
                   IResource targetResource,
                   boolean overwrite)
                   throws ResourceException
Adds a new member name to the collection referencing the identified resource.

Parameters:
memberName - member name to be added to collection
targetResource - resource to bind to
position - position in target collection (may be null )
overwrite - set to true if an existing resource binding may be overwritten
Returns:
whether an existing internal member was overwritten
Throws:
ResourceException - Exception raised in failure situation
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice