com.sapportals.wcm.repository

Interface ILockInfoCollection

All Known Implementing Classes:
LockInfoCollection

public interface ILockInfoCollection

This interface defines a collection of ILockInfo instances

Copyright 2004 SAP AG


Method Summary
 boolean add(ILockInfo lockInfo)
          Description of the Method
 boolean contains(String lockToken)
          Description of the Method
 ILockInfo get(ILockInfo lockInfo)
          Description of the Method
 ILockInfo get(String lockToken)
          Description of the Method
 List getInternalList()
          Gets the internalList attribute of the ILockInfoCollection object
 ILockInfoIterator iterator()
          Description of the Method
 boolean remove(ILockInfo lockInfo)
          Description of the Method
 boolean remove(String lockToken)
          Description of the Method
 int size()
           
 

Method Detail

size

int size()
Returns:
The collection size

contains

boolean contains(String lockToken)
Description of the Method

Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

add

boolean add(ILockInfo lockInfo)
Description of the Method

Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

get

ILockInfo get(String lockToken)
Description of the Method

Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

get

ILockInfo get(ILockInfo lockInfo)
Description of the Method

Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

remove

boolean remove(String lockToken)
Description of the Method

Parameters:
lockToken - Description of the Parameter
Returns:
Description of the Return Value

remove

boolean remove(ILockInfo lockInfo)
Description of the Method

Parameters:
lockInfo - Description of the Parameter
Returns:
Description of the Return Value

iterator

ILockInfoIterator iterator()
Description of the Method

Returns:
Description of the Return Value

getInternalList

List getInternalList()
Gets the internalList attribute of the ILockInfoCollection object

Returns:
The internalList value
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