com.sap.netweaver.bc.rf.common.namespace

Interface ICreateDescriptor

All Known Subinterfaces:
IBindingCreateDescriptor, ICollectionCreateDescriptor, ILinkCreateDescriptor, IResourceCreateDescriptor
All Known Implementing Classes:
AbstractCreateDescriptor, BindingCreateDescriptor, CollectionCreateDescriptor, LinkCreateDescriptor, ResourceCreateDescriptor

public interface ICreateDescriptor

Interface describing a create descriptor used to create resources of arbitrary kind.


Method Summary
 IDestinationDescriptor getDestinationDescriptor()
          Get destination of the resource to be created.
 ILockDescriptor getLockDescriptor()
          Get lock descriptor to be applied atomically when creating the resource.
 ILockInfo getLockInfo()
          Get lock info created atomically while creating the resource.
 void setLockDescriptor(ILockDescriptor lockDescriptor)
          Set lock descriptor to be applied atomically when creating the resource.
 void setLockInfo(ILockInfo lockInfo)
          Set lock info created atomically while creating the resource.
 

Method Detail

getDestinationDescriptor

IDestinationDescriptor getDestinationDescriptor()
Get destination of the resource to be created.

Returns:
destination of the resource to be created

getLockDescriptor

ILockDescriptor getLockDescriptor()
Get lock descriptor to be applied atomically when creating the resource.

Returns:
lock descriptor

setLockDescriptor

void setLockDescriptor(ILockDescriptor lockDescriptor)
Set lock descriptor to be applied atomically when creating the resource.

Parameters:
lockDescriptor - lock descriptor

getLockInfo

ILockInfo getLockInfo()
Get lock info created atomically while creating the resource.

Returns:
lock info

setLockInfo

void setLockInfo(ILockInfo lockInfo)
Set lock info created atomically while creating the resource.

Parameters:
lockInfo - lock info
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice