|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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(java.lang.String memberName,
IPosition position,
IResource targetResource,
boolean overwrite)
Adds a new member name to the collection referencing the identified resource. |
boolean |
createBind(java.lang.String memberName,
IPosition position,
RID targetRid,
boolean overwrite)
Adds a new member name to the collection referencing the identified resource. |
| Method Detail |
public boolean createBind(java.lang.String memberName,
IPosition position,
RID targetRid,
boolean overwrite)
throws ResourceException
memberName - member name to be added to collectiontargetRid - resource to bind toposition - position in target collection (may be null )overwrite - set to true if an existing resource binding
may be overwrittenResourceException - Exception raised in failure situation
public boolean createBind(java.lang.String memberName,
IPosition position,
IResource targetResource,
boolean overwrite)
throws ResourceException
memberName - member name to be added to collectiontargetResource - resource to bind toposition - position in target collection (may be null )overwrite - set to true if an existing resource binding
may be overwrittenResourceException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||